diff --git a/.changeset/breezy-trainers-drop.md b/.changeset/breezy-trainers-drop.md
deleted file mode 100644
index 556c1b71326c..000000000000
--- a/.changeset/breezy-trainers-drop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@primer/react': patch
----
-
-Updates SegmentedControl styles to use component primitives.
diff --git a/.changeset/chilly-frogs-act.md b/.changeset/chilly-frogs-act.md
deleted file mode 100644
index 95686eb4fabc..000000000000
--- a/.changeset/chilly-frogs-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@primer/react': patch
----
-
-Support issues closed as not planned, and correct the standard issue closed backgroud colour
diff --git a/.changeset/empty-garlics-clean.md b/.changeset/empty-garlics-clean.md
deleted file mode 100644
index ffb84d527780..000000000000
--- a/.changeset/empty-garlics-clean.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-"@primer/react": minor
----
-
-Add a responsive `hidden` prop to `PageLayout.Header`, `PageLayout.Pane`, `PageLayout.Content`, and `PageLayout.Footer` that allows you to hide layout regions based on the viewport width. Example usage:
-
-```jsx
-// Hide pane on narrow viewports
-...
-```
diff --git a/.changeset/grumpy-rings-sit.md b/.changeset/grumpy-rings-sit.md
deleted file mode 100644
index 7e287caea5fb..000000000000
--- a/.changeset/grumpy-rings-sit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@primer/react': patch
----
-
-Updates styles for the Select component so that the focus outline is even all the way around.
diff --git a/.changeset/pretty-students-judge.md b/.changeset/pretty-students-judge.md
deleted file mode 100644
index eb858eb30c8d..000000000000
--- a/.changeset/pretty-students-judge.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@primer/react': minor
----
-
-Adds support for a responsive 'variant' prop to the SegmentedControl component
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 986aaca7f157..0e7e05e8e2ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# @primer/components
+## 35.6.0
+
+### Minor Changes
+
+- [#2174](https://github.com/primer/react/pull/2174) [`62dbc981`](https://github.com/primer/react/commit/62dbc9810f93cf16f17fce412c47ac2bf885a89e) Thanks [@colebemis](https://github.com/colebemis)! - Add a responsive `hidden` prop to `PageLayout.Header`, `PageLayout.Pane`, `PageLayout.Content`, and `PageLayout.Footer` that allows you to hide layout regions based on the viewport width. Example usage:
+
+ ```jsx
+ // Hide pane on narrow viewports
+ ...
+ ```
+
+* [#2164](https://github.com/primer/react/pull/2164) [`2b5c86e5`](https://github.com/primer/react/commit/2b5c86e59f16d697433e3302e78d623a177a061e) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds support for a responsive 'variant' prop to the SegmentedControl component
+
+### Patch Changes
+
+- [#2186](https://github.com/primer/react/pull/2186) [`e28aadbd`](https://github.com/primer/react/commit/e28aadbdf1c5b0d03aba83dcfbe1c77746cfcf97) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates SegmentedControl styles to use component primitives.
+
+* [#2171](https://github.com/primer/react/pull/2171) [`384ae6b9`](https://github.com/primer/react/commit/384ae6b9adb2bcf1389e2059cbd68f319cc2e56d) Thanks [@anleac](https://github.com/anleac)! - Support issues closed as not planned, and correct the standard issue closed backgroud colour
+
+- [#2173](https://github.com/primer/react/pull/2173) [`ed609719`](https://github.com/primer/react/commit/ed60971944316279bb48128f3fb466dd2385a36e) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates styles for the Select component so that the focus outline is even all the way around.
+
## 35.5.0
### Minor Changes
diff --git a/package.json b/package.json
index e955e1372f60..aca8708de693 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/react",
- "version": "35.5.0",
+ "version": "35.6.0",
"description": "An implementation of GitHub's Primer Design System using React",
"main": "lib/index.js",
"module": "lib-esm/index.js",
@@ -164,7 +164,6 @@
"jest-axe": "5.0.1",
"jest-matchmedia-mock": "1.1.0",
"jest-styled-components": "6.3.4",
- "jest-matchmedia-mock": "1.1.0",
"jscodeshift": "0.13.0",
"lint-staged": "12.1.2",
"lodash.isempty": "4.4.0",