summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-12-19 02:30:07 -0800
committerGitHub2024-12-19 11:30:07 +0100
commit30a37d373fe330d7b0e91917a9e042f4f05aa401 (patch)
tree51f81c5a7b3d37a0f02d4f2ace7ceac2bca05c13
parente54ebd5c879deb3fdff2180426b377181773b85f (diff)
downloadIT.starlight-30a37d373fe330d7b0e91917a9e042f4f05aa401.tar.gz
IT.starlight-30a37d373fe330d7b0e91917a9e042f4f05aa401.tar.bz2
IT.starlight-30a37d373fe330d7b0e91917a9e042f4f05aa401.zip
[ci] release (#2718)@astrojs/starlight@0.30.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/proud-apricots-warn.md5
-rw-r--r--.changeset/real-pugs-fold.md5
-rw-r--r--.changeset/rude-lobsters-destroy.md5
-rw-r--r--.changeset/slow-dancers-help.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md12
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
10 files changed, 19 insertions, 27 deletions
diff --git a/.changeset/proud-apricots-warn.md b/.changeset/proud-apricots-warn.md
deleted file mode 100644
index 6d944257..00000000
--- 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 (`<br>`) 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 b4c75878..00000000
--- 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 1d36f31f..00000000
--- 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/.changeset/slow-dancers-help.md b/.changeset/slow-dancers-help.md
deleted file mode 100644
index 1a437291..00000000
--- a/.changeset/slow-dancers-help.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds icon for phone
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 8af9dbac..a1d627b5 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 7b727a14..c1e6a03c 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 05e44bb9..ee400cb8 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 b675e2c6..1648b8ed 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @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 (`<br>`) 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.
+
+- [#2726](https://github.com/withastro/starlight/pull/2726) [`e54ebd5`](https://github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f) Thanks [@techfg](https://github.com/techfg)! - Adds icon for phone
+
## 0.30.2
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 77167656..772dac90 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 b0eebfd9..8bba6bc4 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