Skip to content

Commit

Permalink
Merge pull request #5432 from JedWatson/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebennett88 authored Oct 26, 2022
2 parents 7df4094 + 99f1da5 commit 39b71ea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-pots-exist.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-select/docs

## 3.1.2

### Patch Changes

- [`0ca2d5ba`](https://github.com/JedWatson/react-select/commit/0ca2d5ba4aa42fb2a1bf033bcee660a293e39e50) [#5431](https://github.com/JedWatson/react-select/pull/5431) Thanks [@nderkim](https://github.com/nderkim)! - Change `class` components to `functional` components

- Updated dependencies [0ca2d5ba]:
- react-select@undefined

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-select/docs",
"private": true,
"version": "3.1.1",
"version": "3.1.2",
"main": "dist/docs.cjs.js",
"author": "Jed Watson",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-helmet": "^5.2.0",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-select": "^5.0.0",
"react-select": "^5.5.7",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"style-loader": "^0.23.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-select

## 5.5.7

### Patch Changes

- [`0ca2d5ba`](https://github.com/JedWatson/react-select/commit/0ca2d5ba4aa42fb2a1bf033bcee660a293e39e50) [#5431](https://github.com/JedWatson/react-select/pull/5431) Thanks [@nderkim](https://github.com/nderkim)! - Change `class` components to `functional` components

## 5.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "5.5.6",
"version": "5.5.7",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",
Expand Down

0 comments on commit 39b71ea

Please sign in to comment.