Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2021
1 parent c6f4b74 commit 9b0458a
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-eagles-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-pumas-complain.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/olive-toys-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-moons-promise.md

This file was deleted.

16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
@@ -1,5 +1,21 @@
# @react-select/docs

## 3.0.0

### Major Changes

- [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

BREAKING CHANGE: The NonceProvider component now requires a `cacheKey` prop that corresponds to the `key` for the Emotion cache.

### Patch Changes

- Updated dependencies [2d5496d5]:
- Updated dependencies [02050675]:
- Updated dependencies [26b6325c]:
- Updated dependencies [b2488bb5]:
- react-select@undefined

## 2.4.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-select/docs",
"private": true,
"version": "2.4.6",
"version": "3.0.0",
"author": "Jed Watson",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-helmet": "^5.2.0",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-select": "^3.1.1",
"react-select": "^4.0.0",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"style-loader": "^0.23.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-select/CHANGELOG.md
@@ -1,5 +1,21 @@
# react-select

## 4.0.0

### Major Changes

- [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

- [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

BREAKING CHANGE: The NonceProvider component now requires a `cacheKey` prop that corresponds to the `key` for the Emotion cache.

- [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

### Patch Changes

- [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

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "3.2.0",
"version": "4.0.0",
"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 9b0458a

Please sign in to comment.