diff --git a/.changeset/proud-apricots-warn.md b/.changeset/proud-apricots-warn.md
deleted file mode 100644
index 6d94425739c..00000000000
--- a/.changeset/proud-apricots-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a list item spacing issue where line break elements (`
`) could receive a margin, breaking layout in Firefox
diff --git a/.changeset/real-pugs-fold.md b/.changeset/real-pugs-fold.md
deleted file mode 100644
index b4c75878510..00000000000
--- a/.changeset/real-pugs-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Adds social link support for Farcaster
diff --git a/.changeset/rude-lobsters-destroy.md b/.changeset/rude-lobsters-destroy.md
deleted file mode 100644
index 1d36f31fcf3..00000000000
--- a/.changeset/rude-lobsters-destroy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue where the language picker in multilingual sites could display the wrong language when navigating between pages with the browser back/forward buttons.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 8af9dbac005..a1d627b59db 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.2",
+ "@astrojs/starlight": "^0.30.3",
"astro": "^5.0.2",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 7b727a14b4c..c1e6a03c1bd 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
- "@astrojs/starlight": "^0.30.2",
+ "@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.0.2",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 05e44bb98de..ee400cb8bec 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.2",
+ "@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.2",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index b675e2c67c9..f166d422fa9 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/starlight
+## 0.30.3
+
+### Patch Changes
+
+- [#2717](https://github.com/withastro/starlight/pull/2717) [`c5fcbb3`](https://github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266) Thanks [@delucis](https://github.com/delucis)! - Fixes a list item spacing issue where line break elements (`
`) could receive a margin, breaking layout in Firefox
+
+- [#2724](https://github.com/withastro/starlight/pull/2724) [`02d7ac6`](https://github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf) Thanks [@dionysuzx](https://github.com/dionysuzx)! - Adds social link support for Farcaster
+
+- [#2635](https://github.com/withastro/starlight/pull/2635) [`ec4b851`](https://github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where the language picker in multilingual sites could display the wrong language when navigating between pages with the browser back/forward buttons.
+
## 0.30.2
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 77167656aef..772dac90b70 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.30.2",
+ "version": "0.30.3",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b0eebfd948b..8bba6bc4010 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -81,7 +81,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.2
+ specifier: ^0.30.3
version: link:../../packages/starlight
astro:
specifier: ^5.0.2
@@ -96,7 +96,7 @@ importers:
specifier: ^0.12.1
version: 0.12.1(astro@5.0.2)
'@astrojs/starlight':
- specifier: ^0.30.2
+ specifier: ^0.30.3
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.2.0
@@ -111,7 +111,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.2
+ specifier: ^0.30.3
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.0