Skip to content

Commit 4da6ee0

Browse files
authored
Merge pull request #4392 from JedWatson/changeset-release/master
Version Packages
2 parents e297aa1 + 5baba46 commit 4da6ee0

File tree

8 files changed

+35
-26
lines changed

8 files changed

+35
-26
lines changed

.changeset/beige-eagles-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-pumas-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-toys-try.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/purple-moons-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @react-select/docs
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [26b6325c](https://github.com/JedWatson/react-select/commit/26b6325c95113591e568451bc2296f98318a8dd9) [#4283](https://github.com/JedWatson/react-select/pull/4283) Thanks [@majgaard](https://github.com/majgaard)! - Upgrades Emotion dependency to v11.0.0
8+
9+
BREAKING CHANGE: The NonceProvider component now requires a `cacheKey` prop that corresponds to the `key` for the Emotion cache.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [2d5496d5]:
14+
- Updated dependencies [02050675]:
15+
- Updated dependencies [26b6325c]:
16+
- Updated dependencies [b2488bb5]:
17+
- react-select@undefined
18+
319
## 2.4.6
420

521
### Patch Changes

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-select/docs",
33
"private": true,
4-
"version": "2.4.6",
4+
"version": "3.0.0",
55
"author": "Jed Watson",
66
"license": "MIT",
77
"dependencies": {
@@ -40,7 +40,7 @@
4040
"react-helmet": "^5.2.0",
4141
"react-markings": "^1.3.0",
4242
"react-router-dom": "^4.2.2",
43-
"react-select": "^3.1.1",
43+
"react-select": "^4.0.0",
4444
"react-sortable-hoc": "^1.9.1",
4545
"react-syntax-highlighter": "^7.0.1",
4646
"style-loader": "^0.23.1",

packages/react-select/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# react-select
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [02050675](https://github.com/JedWatson/react-select/commit/020506755728f607a77145e2a00458526596496f) [#4339](https://github.com/JedWatson/react-select/pull/4339) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Standardized value passed to onChange
8+
9+
- [26b6325c](https://github.com/JedWatson/react-select/commit/26b6325c95113591e568451bc2296f98318a8dd9) [#4283](https://github.com/JedWatson/react-select/pull/4283) Thanks [@majgaard](https://github.com/majgaard)! - Upgrades Emotion dependency to v11.0.0
10+
11+
BREAKING CHANGE: The NonceProvider component now requires a `cacheKey` prop that corresponds to the `key` for the Emotion cache.
12+
13+
- [b2488bb5](https://github.com/JedWatson/react-select/commit/b2488bb561ed08c822bc1a828d2d9fd957f25bdf) [#4313](https://github.com/JedWatson/react-select/pull/4313) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Removed usages of UNSAFE React methods
14+
15+
### Patch Changes
16+
17+
- [2d5496d5](https://github.com/JedWatson/react-select/commit/2d5496d52b6650b57352a0ea0dfcab383567f3ac) [#4388](https://github.com/JedWatson/react-select/pull/4388) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Removed memoization of buildMenuOptions
18+
319
## 3.2.0
420

521
### Minor Changes

packages/react-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "A Select control built with and for ReactJS",
55
"main": "dist/react-select.cjs.js",
66
"module": "dist/react-select.esm.js",

0 commit comments

Comments
 (0)