summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-07-14 04:31:54 -0700
committerGitHub2025-07-14 13:31:54 +0200
commitb191d239417189c3514436538e420598194c0da7 (patch)
tree80042e824a99b59ecc12533ef45cf8e6dab584c2
parent88f0d349ee4e8c42bd38adc01031edf4c7b92342 (diff)
downloadIT.starlight-b191d239417189c3514436538e420598194c0da7.tar.gz
IT.starlight-b191d239417189c3514436538e420598194c0da7.tar.bz2
IT.starlight-b191d239417189c3514436538e420598194c0da7.zip
[ci] release (#3296)@astrojs/starlight@0.34.6
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/popular-planets-whisper.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.md6
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
7 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/popular-planets-whisper.md b/.changeset/popular-planets-whisper.md
deleted file mode 100644
index 85dd9fa3..00000000
--- a/.changeset/popular-planets-whisper.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue preventing to override the slug of a page with the [`slug` frontmatter property](https://starlight.astro.build/reference/frontmatter/#slug) using the `/` value.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7c145054..f8a12f63 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.5",
+ "@astrojs/starlight": "^0.34.6",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index cf95c416..2f2f0102 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.5",
+ "@astrojs/starlight": "^0.34.6",
"@astrojs/starlight-markdoc": "^0.4.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 5d24dbf8..f1f8a00a 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.5",
+ "@astrojs/starlight": "^0.34.6",
"@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 2f9d28ff..19199eb6 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.34.6
+
+### Patch Changes
+
+- [#3293](https://github.com/withastro/starlight/pull/3293) [`88f0d34`](https://github.com/withastro/starlight/commit/88f0d349ee4e8c42bd38adc01031edf4c7b92342) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing to override the slug of a page with the [`slug` frontmatter property](https://starlight.astro.build/reference/frontmatter/#slug) using the `/` value.
+
## 0.34.5
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 8bc1ff42..81dece54 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.5",
+ "version": "0.34.6",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0b682845..fbd69d2a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.5
+ specifier: ^0.34.6
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.5
+ specifier: ^0.34.6
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.5
+ specifier: ^0.34.6
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1