diff --git a/.changeset/popular-rats-kick.md b/.changeset/popular-rats-kick.md deleted file mode 100644 index 7775aba947..0000000000 --- a/.changeset/popular-rats-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Fix usage with esModuleInterop disabled diff --git a/.changeset/sour-socks-boil.md b/.changeset/sour-socks-boil.md deleted file mode 100644 index 32f5b5a107..0000000000 --- a/.changeset/sour-socks-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Use React's AriaAttributes type directly rather than recreating diff --git a/.changeset/stale-baboons-float.md b/.changeset/stale-baboons-float.md deleted file mode 100644 index 51ffe7b741..0000000000 --- a/.changeset/stale-baboons-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Make 3rd argument of CommonProps['setValue'] optional. diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index eb983a7640..1bdf240b0a 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,15 @@ # react-select +## 5.2.2 + +### Patch Changes + +- [`940a50b1`](https://github.com/JedWatson/react-select/commit/940a50b1a579b279b82c1efc5608a92eb422919e) [#4928](https://github.com/JedWatson/react-select/pull/4928) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Fix usage with esModuleInterop disabled + +- [`54f9538e`](https://github.com/JedWatson/react-select/commit/54f9538e350bae4e11aa11311731cb95eb56d669) [#4941](https://github.com/JedWatson/react-select/pull/4941) Thanks [@prichey](https://github.com/prichey)! - Use React's AriaAttributes type directly rather than recreating + +- [`e97d45c0`](https://github.com/JedWatson/react-select/commit/e97d45c04bbc91e9e2ff9509f0d9c16fc4e4234e) [#4908](https://github.com/JedWatson/react-select/pull/4908) Thanks [@vjee](https://github.com/vjee)! - Make 3rd argument of CommonProps['setValue'] optional. + ## 5.2.1 ### Patch Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index e97f885c4c..bd980c4576 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "5.2.1", + "version": "5.2.2", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",