diff --git a/.changeset/brave-turtles-design.md b/.changeset/brave-turtles-design.md
new file mode 100644
index 0000000000..a6b4104933
--- /dev/null
+++ b/.changeset/brave-turtles-design.md
@@ -0,0 +1,5 @@
+---
+"@primer/css": patch
+---
+
+Improve `AvatarStack` when hovering
diff --git a/.changeset/empty-hornets-kick.md b/.changeset/empty-hornets-kick.md
new file mode 100644
index 0000000000..563a78a48a
--- /dev/null
+++ b/.changeset/empty-hornets-kick.md
@@ -0,0 +1,5 @@
+---
+"@primer/css": patch
+---
+
+Fix Overlay easing animation
diff --git a/.changeset/fresh-llamas-stare.md b/.changeset/fresh-llamas-stare.md
new file mode 100644
index 0000000000..7dad3c6118
--- /dev/null
+++ b/.changeset/fresh-llamas-stare.md
@@ -0,0 +1,5 @@
+---
+"@primer/css": patch
+---
+
+Fix nested `
` in footnotes
diff --git a/.changeset/quick-seas-tickle.md b/.changeset/quick-seas-tickle.md
new file mode 100644
index 0000000000..bd4d2c8fef
--- /dev/null
+++ b/.changeset/quick-seas-tickle.md
@@ -0,0 +1,5 @@
+---
+"@primer/css": patch
+---
+
+Set FormControl color
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd80a96332..3c464cb6ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,5 @@
# @primer/css
-## 20.4.7
-
-### Patch Changes
-
-- [#2228](https://github.com/primer/css/pull/2228) [`b087282e`](https://github.com/primer/css/commit/b087282e5040a53a48b707bd94151a3b896659db) Thanks [@simurai](https://github.com/simurai)! - Improve `AvatarStack` when hovering
-
-* [#2269](https://github.com/primer/css/pull/2269) [`27266fcd`](https://github.com/primer/css/commit/27266fcd212af6256511a912fb85c303e1b3a4d9) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Fix Overlay easing animation
-
-- [#2260](https://github.com/primer/css/pull/2260) [`6569fb3a`](https://github.com/primer/css/commit/6569fb3a048e324fea63674077fee587b6b9912a) Thanks [@simurai](https://github.com/simurai)! - Fix nested `` in footnotes
-
-* [#2268](https://github.com/primer/css/pull/2268) [`2e2bc71b`](https://github.com/primer/css/commit/2e2bc71b78806e0ce81005e42871bc21ec829526) Thanks [@simurai](https://github.com/simurai)! - Set FormControl color
-
## 20.4.6
### Patch Changes
diff --git a/package.json b/package.json
index f9b65b5d60..d89a296277 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/css",
- "version": "20.4.7",
+ "version": "20.4.6",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",