Skip to content

Commit

Permalink
Merge pull request #3980 from JedWatson/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JedWatson authored Nov 23, 2020
2 parents 709b0bc + ca66253 commit 17b406a
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-eagles-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-kings-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-sheep-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-forks-fry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thick-eyes-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/touches-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-context-api.md

This file was deleted.

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

## 2.4.6

### Patch Changes

- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context

- Updated dependencies [c8d74bd5]:
- Updated dependencies [c8447f48]:
- Updated dependencies [7af1aafb]:
- Updated dependencies [32ad5c04]:
- Updated dependencies [6af14fbb]:
- Updated dependencies [0eb1ef96]:
- Updated dependencies [ad608c8f]:
- react-select@undefined

## 2.4.5

- Updated dependencies [[9ad152b](https://github.com/JedWatson/react-select/commit/9ad152b)]:
- react-select@3.0.0
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": "2.4.5",
"version": "2.4.6",
"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.0.0",
"react-select": "^3.1.1",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"style-loader": "^0.23.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# react-select

## 3.1.1

### Patch Changes

- [c8d74bd5](https://github.com/JedWatson/react-select/commit/c8d74bd5710b1db6736837fb4334a59e46614a27) [#3979](https://github.com/JedWatson/react-select/pull/3979) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix repository field

- [c8447f48](https://github.com/JedWatson/react-select/commit/c8447f480f8b9ca04386bee08e8d3a6fbb4f07c8) [#4034](https://github.com/JedWatson/react-select/pull/4034) Thanks [@sophiebits](https://github.com/sophiebits)! - Improve performance of option filtering when ignoreAccents is enabled (the default)

- [7af1aafb](https://github.com/JedWatson/react-select/commit/7af1aafb2314db02544b7970784b868e97ec4824) [#4295](https://github.com/JedWatson/react-select/pull/4295) Thanks [@JedWatson](https://github.com/JedWatson)! - Fix menuplacement context

- [32ad5c04](https://github.com/JedWatson/react-select/commit/32ad5c040bdd96cd1ca71010c2558842d684629c) [#3892](https://github.com/JedWatson/react-select/pull/3892) Thanks [@flexdinesh](https://github.com/flexdinesh)! - Fix react-select ignoring HTML5 "form" attribute

- [6af14fbb](https://github.com/JedWatson/react-select/commit/6af14fbbc8ab42f2d17721732c9fe221d47c9e30) [#3897](https://github.com/JedWatson/react-select/pull/3897) Thanks [@lorisdev](https://github.com/lorisdev)! - Removes the call to `onMenuOpen` on every input change

If you were relying on this undesired behavior it may be a breaking change.
Please upgrade accordingly.

- [0eb1ef96](https://github.com/JedWatson/react-select/commit/0eb1ef9625de907fddaf29516cec3bd93bf9c5f7) Thanks [@JedWatson](https://github.com/JedWatson)! - Fixes touch issues in IE11

- [ad608c8f](https://github.com/JedWatson/react-select/commit/ad608c8f1f445e70a082bae755dd30bda5b5f205) [#3928](https://github.com/JedWatson/react-select/pull/3928) Thanks [@dpordomingo](https://github.com/dpordomingo)! - Update MenuPlacer context usage in order to the new React Context API

## 3.1.0

### Minor 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": "3.1.0",
"version": "3.1.1",
"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 17b406a

Please sign in to comment.