Skip to content

Commit aed54f6

Browse files
Version Packages
1 parent c7d8d4b commit aed54f6

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/allow-event-bubbling-for-all-controls.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-cheetahs-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-bats-study.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-select/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# react-select
22

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [`c7d8d4b3`](https://github.com/JedWatson/react-select/commit/c7d8d4b3ee01cee63b34adf4a895ef07ce2f3b03) [#5133](https://github.com/JedWatson/react-select/pull/5133) Thanks [@nil4](https://github.com/nil4)! - Update `peerDependencies` to include React 18
8+
9+
### Patch Changes
10+
11+
- [`0aaa9575`](https://github.com/JedWatson/react-select/commit/0aaa9575ed7e817841b9c9b494b4bd4dc2247b26) [#5134](https://github.com/JedWatson/react-select/pull/5134) Thanks [@rkulinski](https://github.com/rkulinski)! - Use defaultPrevented to skip duplicate event handler for clicking select.
12+
13+
- [`7184d538`](https://github.com/JedWatson/react-select/commit/7184d538f587c1dd5a4ca5ad6cc0745fbb8d3809) [#5082](https://github.com/JedWatson/react-select/pull/5082) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Fix type inference for Async's loadOptions prop
14+
315
## 5.2.2
416

517
### Patch Changes

packages/react-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "5.2.2",
3+
"version": "5.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)