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..d829e01a77 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,11 @@ # react-select +## 4.2.2 + +### 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..13826b0e16 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.2.2", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",