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 Feb 5, 2021
1 parent 2c5bbc1 commit ba46ae2
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-lemons-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-eagles-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-dingos-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-cats-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-carpets-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-papayas-visit.md

This file was deleted.

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

## 3.0.1

### Patch Changes

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

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

- Updated dependencies [f600d13f]:
- Updated dependencies [b5f9b0c5]:
- Updated dependencies [a016c878]:
- Updated dependencies [19b76342]:
- Updated dependencies [10b5f5a5]:
- react-select@undefined

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-select/docs",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"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": "^4.0.0",
"react-select": "^4.1.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.1.0

### Minor Changes

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

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

### Patch Changes

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

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

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

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "4.0.2",
"version": "4.1.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 ba46ae2

Please sign in to comment.