diff --git a/.changeset/seven-brooms-build.md b/.changeset/seven-brooms-build.md
deleted file mode 100644
index c140a0688..000000000
--- a/.changeset/seven-brooms-build.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@primer/react-brand': patch
----
-
-- Fixes types to support conditional children in the Stack component
-- Adds support for responsive `alignItems` and `justifyContent` to Stack component
diff --git a/.changeset/slow-flies-arrive.md b/.changeset/slow-flies-arrive.md
deleted file mode 100644
index fade0396e..000000000
--- a/.changeset/slow-flies-arrive.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@primer/react-brand': minor
----
-
-New `SectionIntro` component available
-
-Use `SectionIntro` to provide a title, optional description and link to a new section in the page.
-
-
- ```jsx
-
- My section tilte
- My section description
- My action
-
- ```
-
- :link: [See the documentation for more details and usage examples.](https://primer.style/brand/components/SectionIntro)
diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md
index 6e798ebef..59b299547 100644
--- a/apps/storybook/CHANGELOG.md
+++ b/apps/storybook/CHANGELOG.md
@@ -1,5 +1,7 @@
# @primer/brand-storybook
+## 0.11.0
+
## 0.10.0
## 0.9.1
diff --git a/apps/storybook/package.json b/apps/storybook/package.json
index dcd1f2cab..bb06adbed 100644
--- a/apps/storybook/package.json
+++ b/apps/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-storybook",
- "version": "0.10.0",
+ "version": "0.11.0",
"private": true,
"description": "Primer Brand Storybook",
"keywords": [
diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md
index 03fcd5290..f80bcdd80 100644
--- a/packages/design-tokens/CHANGELOG.md
+++ b/packages/design-tokens/CHANGELOG.md
@@ -1,5 +1,7 @@
# @primer/brand-primitives
+## 0.11.0
+
## 0.10.0
## 0.9.1
diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json
index 62097958c..31e504ff5 100644
--- a/packages/design-tokens/package.json
+++ b/packages/design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-primitives",
- "version": "0.10.0",
+ "version": "0.11.0",
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
"keywords": [
"primer",
diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md
index e52cadb94..975afdb93 100644
--- a/packages/e2e/CHANGELOG.md
+++ b/packages/e2e/CHANGELOG.md
@@ -1,5 +1,7 @@
# @primer/brand-e2e
+## 0.11.0
+
## 0.10.0
## 0.9.1
diff --git a/packages/e2e/package.json b/packages/e2e/package.json
index 39c117962..7953561c7 100644
--- a/packages/e2e/package.json
+++ b/packages/e2e/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-e2e",
- "version": "0.10.0",
+ "version": "0.11.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md
index fc8848bed..db383c033 100644
--- a/packages/fonts/CHANGELOG.md
+++ b/packages/fonts/CHANGELOG.md
@@ -1,5 +1,7 @@
# @primer/brand-fonts
+## 0.11.0
+
## 0.10.0
## 0.9.1
diff --git a/packages/fonts/package.json b/packages/fonts/package.json
index a42da3542..6f8007efa 100644
--- a/packages/fonts/package.json
+++ b/packages/fonts/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-fonts",
- "version": "0.10.0",
+ "version": "0.11.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index b4cd5c68c..e7dd108c8 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,28 @@
# @primer/react-brand
+## 0.11.0
+
+### Minor Changes
+
+- [#158](https://github.com/primer/brand/pull/158) [`7bc0b14`](https://github.com/primer/brand/commit/7bc0b14a8341b3d7008e126ef2a6e9615641fc54) Thanks [@danielguillan](https://github.com/danielguillan)! - New `SectionIntro` component available
+
+ Use `SectionIntro` to provide a title, optional description and link to a new section in the page.
+
+ ```jsx
+
+ My section tilte
+ My section description
+ My action
+
+ ```
+
+ :link: [See the documentation for more details and usage examples.](https://primer.style/brand/components/SectionIntro)
+
+### Patch Changes
+
+- [#164](https://github.com/primer/brand/pull/164) [`44057f7`](https://github.com/primer/brand/commit/44057f7c19b8bcaee1577b996b7cd18084317775) Thanks [@danielguillan](https://github.com/danielguillan)! - - Fixes types to support conditional children in the Stack component
+ - Adds support for responsive `alignItems` and `justifyContent` to Stack component
+
## 0.10.0
### Minor Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index fbc72de08..cb56c0d71 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/react-brand",
- "version": "0.10.0",
+ "version": "0.11.0",
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
"primer",
diff --git a/packages/repo-configs/CHANGELOG.md b/packages/repo-configs/CHANGELOG.md
index 521911c9f..381db1973 100644
--- a/packages/repo-configs/CHANGELOG.md
+++ b/packages/repo-configs/CHANGELOG.md
@@ -1,5 +1,7 @@
# @primer/brand-config
+## 0.11.0
+
## 0.10.0
## 0.9.1
diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json
index 5576bb455..3511304bc 100644
--- a/packages/repo-configs/package.json
+++ b/packages/repo-configs/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-config",
- "version": "0.10.0",
+ "version": "0.11.0",
"private": true,
"description": "General-purpose configurations for maintaining Primer Brand",
"homepage": "https://primer.style/brand",