summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-05-01 05:14:19 -0700
committerGitHub2025-05-01 14:14:19 +0200
commitdb7d6c24f90a35555c6ea3b3a3b42107799f7c35 (patch)
treeb5fe3914d40ea7c814f0a480cffdf0e5a767e828
parent80a7871ccad17aef8567a416a419669de6d5d3fd (diff)
downloadIT.starlight-db7d6c24f90a35555c6ea3b3a3b42107799f7c35.tar.gz
IT.starlight-db7d6c24f90a35555c6ea3b3a3b42107799f7c35.tar.bz2
IT.starlight-db7d6c24f90a35555c6ea3b3a3b42107799f7c35.zip
[ci] release (#3161)@astrojs/starlight@0.34.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/eight-rocks-rule.md5
-rw-r--r--.changeset/long-waves-rush.md5
-rw-r--r--.changeset/slow-rivers-attack.md5
-rw-r--r--.changeset/smooth-seas-wash.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/eight-rocks-rule.md b/.changeset/eight-rocks-rule.md
deleted file mode 100644
index 2e26b05d..00000000
--- a/.changeset/eight-rocks-rule.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes hover styles for highlighted directory in FileTree component.
diff --git a/.changeset/long-waves-rush.md b/.changeset/long-waves-rush.md
deleted file mode 100644
index d279e10c..00000000
--- a/.changeset/long-waves-rush.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a potential issue for projects with dynamic routes added by an user, an Astro integration, or a Starlight plugin where some styles could end up being missing.
diff --git a/.changeset/slow-rivers-attack.md b/.changeset/slow-rivers-attack.md
deleted file mode 100644
index b7ea1326..00000000
--- a/.changeset/slow-rivers-attack.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Increases `maxBuffer` for an internal `spawnSync()` call to support larger Git commit histories when using Starlight's [`lastUpdated`](https://starlight.astro.build/reference/configuration/#lastupdated) feature.
diff --git a/.changeset/smooth-seas-wash.md b/.changeset/smooth-seas-wash.md
deleted file mode 100644
index 05580218..00000000
--- a/.changeset/smooth-seas-wash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Adds Hungarian language support
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 151a1643..744af063 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.1",
+ "@astrojs/starlight": "^0.34.2",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 13a6003b..78a9fb28 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.1",
+ "@astrojs/starlight": "^0.34.2",
"@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 48d35e22..f5fbd6f1 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.1",
+ "@astrojs/starlight": "^0.34.2",
"@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 2bf9e0fb..8fe8c1bb 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/starlight
+## 0.34.2
+
+### Patch Changes
+
+- [#3153](https://github.com/withastro/starlight/pull/3153) [`ea31f46`](https://github.com/withastro/starlight/commit/ea31f46be4d43339417dac7fc135d2be97080c58) Thanks [@SuperKXT](https://github.com/SuperKXT)! - Fixes hover styles for highlighted directory in FileTree component.
+
+- [#2905](https://github.com/withastro/starlight/pull/2905) [`b5232bc`](https://github.com/withastro/starlight/commit/b5232bcd201c2e3904bde2d7717fe6cfa06d6c82) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a potential issue for projects with dynamic routes added by an user, an Astro integration, or a Starlight plugin where some styles could end up being missing.
+
+- [#3165](https://github.com/withastro/starlight/pull/3165) [`80a7871`](https://github.com/withastro/starlight/commit/80a7871ccad17aef8567a416a419669de6d5d3fd) Thanks [@KianNH](https://github.com/KianNH)! - Increases `maxBuffer` for an internal `spawnSync()` call to support larger Git commit histories when using Starlight's [`lastUpdated`](https://starlight.astro.build/reference/configuration/#lastupdated) feature.
+
+- [#3158](https://github.com/withastro/starlight/pull/3158) [`d1f3c8b`](https://github.com/withastro/starlight/commit/d1f3c8b6583b93968af3c568f7af44b1b10326ec) Thanks [@heisenberg0924](https://github.com/heisenberg0924)! - Adds Hungarian language support
+
## 0.34.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 97e4b12c..c98da7c5 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.1",
+ "version": "0.34.2",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0ba0a9cd..f8283bd2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.1
+ specifier: ^0.34.2
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.1
+ specifier: ^0.34.2
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.1
+ specifier: ^0.34.2
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1