Skip to content

Commit 1ffc8bb

Browse files
Version Packages
1 parent 2c5bbc1 commit 1ffc8bb

File tree

10 files changed

+34
-34
lines changed

10 files changed

+34
-34
lines changed

.changeset/eighty-lemons-happen.md

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

.changeset/fast-eagles-perform.md

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

.changeset/lovely-dingos-own.md

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

.changeset/pink-cats-mate.md

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

.changeset/pretty-carpets-mix.md

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

.changeset/sour-papayas-visit.md

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

docs/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [a016c878](https://github.com/JedWatson/react-select/commit/a016c87821d9289ef9c317c0c397d64a0824ce16) [#4420](https://github.com/JedWatson/react-select/pull/4420) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5
8+
9+
- [0dbf0438](https://github.com/JedWatson/react-select/commit/0dbf043864ce7a7fa7d822182b4f1770aad5b036) [#4387](https://github.com/JedWatson/react-select/pull/4387) Thanks [@ebonow](https://github.com/ebonow)! - Update example for MultiSelectSort to prevent dragging on multiValueRemove component #4387
10+
11+
- Updated dependencies [f600d13f]:
12+
- Updated dependencies [b5f9b0c5]:
13+
- Updated dependencies [a016c878]:
14+
- Updated dependencies [19b76342]:
15+
- Updated dependencies [10b5f5a5]:
16+
- react-select@undefined
17+
318
## 3.0.0
419

520
### Major 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": "3.0.0",
4+
"version": "3.0.1",
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": "^4.0.0",
43+
"react-select": "^4.1.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.1.0
4+
5+
### Minor Changes
6+
7+
- [b5f9b0c5](https://github.com/JedWatson/react-select/commit/b5f9b0c59d7ac8559f88287ba73f0495b4c8eed2) [#4342](https://github.com/JedWatson/react-select/pull/4342) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Standardized innerProps and className props on customizable components
8+
9+
- [19b76342](https://github.com/JedWatson/react-select/commit/19b763428d6df254f0b9662f18a698dd3c59d83b) [#3911](https://github.com/JedWatson/react-select/pull/3911) Thanks [@eugenet8k](https://github.com/eugenet8k)! - Add `removedValues` to `onChange` event meta when the action is `clear` (when the user clears the value in the Select)
10+
11+
### Patch Changes
12+
13+
- [f600d13f](https://github.com/JedWatson/react-select/commit/f600d13f5981c9e54e78247fdd82f62555373cff) [#4422](https://github.com/JedWatson/react-select/pull/4422) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Fix finding focusable options for groups
14+
15+
- [a016c878](https://github.com/JedWatson/react-select/commit/a016c87821d9289ef9c317c0c397d64a0824ce16) [#4420](https://github.com/JedWatson/react-select/pull/4420) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5
16+
17+
- [10b5f5a5](https://github.com/JedWatson/react-select/commit/10b5f5a5edc93becb6b46f22666305ec8c1b7de3) [#4404](https://github.com/JedWatson/react-select/pull/4404) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove unnecessary dependency on @emotion/css
18+
319
## 4.0.2
420

521
### Patch 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": "4.0.2",
3+
"version": "4.1.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)