Skip to content

Commit b0411ff

Browse files
authored
Merge pull request JedWatson#4502 from JedWatson/changeset-release/master
Version Packages
2 parents c66ce60 + 8f0ba24 commit b0411ff

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/dirty-laws-trade.md

-5
This file was deleted.

.changeset/fair-panthers-marry.md

-5
This file was deleted.

packages/react-select/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-select
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [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
8+
9+
### Patch Changes
10+
11+
- [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
12+
313
## 4.2.1
414

515
### Patch Changes

packages/react-select/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "4.2.1",
3+
"version": "4.3.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)