diff --git a/.changeset/allow-event-bubbling-for-all-controls.md b/.changeset/allow-event-bubbling-for-all-controls.md
deleted file mode 100644
index 7c8dab422c..0000000000
--- a/.changeset/allow-event-bubbling-for-all-controls.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'react-select': patch
----
-
-Use defaultPrevented to skip duplicate event handler for clicking select.
diff --git a/.changeset/curly-mice-nail.md b/.changeset/curly-mice-nail.md
deleted file mode 100644
index 8fac0236f9..0000000000
--- a/.changeset/curly-mice-nail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'react-select': patch
----
-
-Avoid referencing an ID that is not in the DOM
diff --git a/.changeset/serious-cheetahs-give.md b/.changeset/serious-cheetahs-give.md
deleted file mode 100644
index 98f8702933..0000000000
--- a/.changeset/serious-cheetahs-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'react-select': patch
----
-
-Fix type inference for Async's loadOptions prop
diff --git a/.changeset/wet-knives-punch.md b/.changeset/wet-knives-punch.md
deleted file mode 100644
index 511a0192f9..0000000000
--- a/.changeset/wet-knives-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'react-select': patch
----
-
-Prevent transition props from being forwarded to `` element in `DummyInput` component
diff --git a/.changeset/wicked-bats-study.md b/.changeset/wicked-bats-study.md
deleted file mode 100644
index 76e94a9822..0000000000
--- a/.changeset/wicked-bats-study.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'react-select': minor
----
-
-Update `peerDependencies` to include React 18
diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md
index 1bdf240b0a..47dfacbf21 100644
--- a/packages/react-select/CHANGELOG.md
+++ b/packages/react-select/CHANGELOG.md
@@ -1,5 +1,21 @@
# react-select
+## 5.3.0
+
+### Minor Changes
+
+- [`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
+
+### Patch Changes
+
+- [`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.
+
+- [`87e14431`](https://github.com/JedWatson/react-select/commit/87e144319f485fba20b46bc71eb8162f88d19430) [#5131](https://github.com/JedWatson/react-select/pull/5131) Thanks [@pcorpet](https://github.com/pcorpet)! - Avoid referencing an ID that is not in the DOM
+
+- [`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
+
+- [`bd4ee8ae`](https://github.com/JedWatson/react-select/commit/bd4ee8ae66e581e8be1679fa4b1838451e3f23b7) [#5057](https://github.com/JedWatson/react-select/pull/5057) Thanks [@Rall3n](https://github.com/Rall3n)! - Prevent transition props from being forwarded to `` element in `DummyInput` component
+
## 5.2.2
### Patch Changes
diff --git a/packages/react-select/package.json b/packages/react-select/package.json
index eeb30b38b1..2531b3ece0 100644
--- a/packages/react-select/package.json
+++ b/packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
- "version": "5.2.2",
+ "version": "5.3.0",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",