summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-06-13 07:39:41 -0700
committerGitHub2025-06-13 16:39:41 +0200
commitfc6f311e258adaf72eb31627d0fa3f718989df7b (patch)
tree19a4974e25c725225e298169972a7c6459054f1c
parente6ea5848b20afbb654fd6684956336491b974dc7 (diff)
downloadIT.starlight-fc6f311e258adaf72eb31627d0fa3f718989df7b.tar.gz
IT.starlight-fc6f311e258adaf72eb31627d0fa3f718989df7b.tar.bz2
IT.starlight-fc6f311e258adaf72eb31627d0fa3f718989df7b.zip
[ci] release (#3249)@astrojs/starlight@0.34.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/lemon-tips-end.md5
-rw-r--r--.changeset/thick-kiwis-attend.md5
-rw-r--r--.changeset/twenty-fishes-jam.md5
-rw-r--r--.changeset/two-dolphins-drive.md5
-rw-r--r--.changeset/violet-sheep-drive.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.md14
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
11 files changed, 21 insertions, 32 deletions
diff --git a/.changeset/lemon-tips-end.md b/.changeset/lemon-tips-end.md
deleted file mode 100644
index fe4d7192..00000000
--- a/.changeset/lemon-tips-end.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue preventing to use the `<StarlightPage>` component when the `docs` content collection that Starlight uses does not exist.
diff --git a/.changeset/thick-kiwis-attend.md b/.changeset/thick-kiwis-attend.md
deleted file mode 100644
index 4d606784..00000000
--- a/.changeset/thick-kiwis-attend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a text selection issue for heading with a clickable anchor link when using double click to select text in Chrome and Safari.
diff --git a/.changeset/twenty-fishes-jam.md b/.changeset/twenty-fishes-jam.md
deleted file mode 100644
index 584ffe87..00000000
--- a/.changeset/twenty-fishes-jam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Updates Vietnamese UI translations.
diff --git a/.changeset/two-dolphins-drive.md b/.changeset/two-dolphins-drive.md
deleted file mode 100644
index 6bb1aed4..00000000
--- a/.changeset/two-dolphins-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Prevents [icons in the `<Card>` component](https://starlight.astro.build/components/cards/#add-icons-to-cards) from being shrunk in some narrow viewports.
diff --git a/.changeset/violet-sheep-drive.md b/.changeset/violet-sheep-drive.md
deleted file mode 100644
index ffcf8903..00000000
--- a/.changeset/violet-sheep-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Updates German UI translations
diff --git a/examples/basics/package.json b/examples/basics/package.json
index c881150a..deb936aa 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.3",
+ "@astrojs/starlight": "^0.34.4",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 37a321ba..f1fb1163 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.13.3",
- "@astrojs/starlight": "^0.34.3",
+ "@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-markdoc": "^0.4.0",
"astro": "^5.6.1",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 06d41ec1..cf1aa791 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.3",
+ "@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.6.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 9ee064a1..46bbd91b 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,19 @@
# @astrojs/starlight
+## 0.34.4
+
+### Patch Changes
+
+- [#3205](https://github.com/withastro/starlight/pull/3205) [`95d124a`](https://github.com/withastro/starlight/commit/95d124ae99f207afd83f305943fa29df32cbbfc9) Thanks [@sgalcheung](https://github.com/sgalcheung)! - Fixes an issue preventing to use the `<StarlightPage>` component when the `docs` content collection that Starlight uses does not exist.
+
+- [#3206](https://github.com/withastro/starlight/pull/3206) [`e6ea584`](https://github.com/withastro/starlight/commit/e6ea5848b20afbb654fd6684956336491b974dc7) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a text selection issue for heading with a clickable anchor link when using double click to select text in Chrome and Safari.
+
+- [#3233](https://github.com/withastro/starlight/pull/3233) [`3064c40`](https://github.com/withastro/starlight/commit/3064c40b54227b6309b35b6e44e397fae8f284a4) Thanks [@torn4dom4n](https://github.com/torn4dom4n)! - Updates Vietnamese UI translations.
+
+- [#3248](https://github.com/withastro/starlight/pull/3248) [`16c1239`](https://github.com/withastro/starlight/commit/16c1239b36346e84b794fab819d6ad7a9854a244) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents [icons in the `<Card>` component](https://starlight.astro.build/components/cards/#add-icons-to-cards) from being shrunk in some narrow viewports.
+
+- [#3225](https://github.com/withastro/starlight/pull/3225) [`21b93b8`](https://github.com/withastro/starlight/commit/21b93b8ac1894c5ada99a641e516086ebee6ea37) Thanks [@randomguy-2650](https://github.com/randomguy-2650)! - Updates German UI translations
+
## 0.34.3
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index ea7ab029..eabf4e4a 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.3",
+ "version": "0.34.4",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c438d026..3c4c4c19 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.3
+ specifier: ^0.34.4
version: link:../../packages/starlight
astro:
specifier: ^5.6.1
@@ -91,7 +91,7 @@ importers:
specifier: ^0.13.3
version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1))
'@astrojs/starlight':
- specifier: ^0.34.3
+ specifier: ^0.34.4
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.3
+ specifier: ^0.34.4
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1