From 24cfc568147ce27114a198c5f67ccba5f79060c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Mar 2021 15:20:44 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-laws-trade.md | 5 ----- .changeset/fair-panthers-marry.md | 5 ----- packages/react-select/CHANGELOG.md | 10 ++++++++++ packages/react-select/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/dirty-laws-trade.md delete mode 100644 .changeset/fair-panthers-marry.md diff --git a/.changeset/dirty-laws-trade.md b/.changeset/dirty-laws-trade.md deleted file mode 100644 index 1bb710773e..0000000000 --- a/.changeset/dirty-laws-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": minor ---- - -Now pass the focusedOption to the MenuList Component as a prop diff --git a/.changeset/fair-panthers-marry.md b/.changeset/fair-panthers-marry.md deleted file mode 100644 index 3a2fa9c028..0000000000 --- a/.changeset/fair-panthers-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -The Menu bottom is no longer scrolled into view when menuShouldScrollIntoView=false diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 89f3e5dcdb..cf4dfa1c1b 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,15 @@ # react-select +## 4.3.0 + +### Minor Changes + +- [035294f4](https://github.com/JedWatson/react-select/commit/035294f457921423c9237861f7c73584bdecbcc4) [#3360](https://github.com/JedWatson/react-select/pull/3360) Thanks [@JedWatson](https://github.com/JedWatson)! - Now pass the focusedOption to the MenuList Component as a prop + +### Patch Changes + +- [7a414a7c](https://github.com/JedWatson/react-select/commit/7a414a7c7a1f8e2902e43bd476e3db17a8dce049) [#3262](https://github.com/JedWatson/react-select/pull/3262) Thanks [@JedWatson](https://github.com/JedWatson)! - The Menu bottom is no longer scrolled into view when menuShouldScrollIntoView=false + ## 4.2.1 ### Patch Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index d981c9c12b..1978ee089b 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "4.2.1", + "version": "4.3.0", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",