summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-07-15 10:21:43 -0700
committerGitHub2025-07-15 19:21:43 +0200
commit411d109481acb5b1eb0e9896afdbbc3b245e9c13 (patch)
tree2f1c842b9167f7a61eee5e4b3e1fff446fcf9f15
parent7bd02e37650da59ed6cdfe275473ae2dac6a2d48 (diff)
downloadIT.starlight-411d109481acb5b1eb0e9896afdbbc3b245e9c13.tar.gz
IT.starlight-411d109481acb5b1eb0e9896afdbbc3b245e9c13.tar.bz2
IT.starlight-411d109481acb5b1eb0e9896afdbbc3b245e9c13.zip
[ci] release (#3301)@astrojs/starlight@0.34.7
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/dry-tomatoes-camp.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/dry-tomatoes-camp.md b/.changeset/dry-tomatoes-camp.md
deleted file mode 100644
index 96773e51..00000000
--- a/.changeset/dry-tomatoes-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a potential issue with [`absolutePathToLang()`](https://starlight.astro.build/reference/plugins/#absolutepathtolang) plugin API not handling paths with spaces correctly.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index f8a12f63..d04a4957 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.6",
+ "@astrojs/starlight": "^0.34.7",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 2f2f0102..b1d45be9 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.6",
+ "@astrojs/starlight": "^0.34.7",
"@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 f1f8a00a..86cf4c59 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.6",
+ "@astrojs/starlight": "^0.34.7",
"@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 19199eb6..6e7aa628 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.34.7
+
+### Patch Changes
+
+- [#3298](https://github.com/withastro/starlight/pull/3298) [`7bd02e3`](https://github.com/withastro/starlight/commit/7bd02e37650da59ed6cdfe275473ae2dac6a2d48) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a potential issue with [`absolutePathToLang()`](https://starlight.astro.build/reference/plugins/#absolutepathtolang) plugin API not handling paths with spaces correctly.
+
## 0.34.6
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 81dece54..56db0980 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.6",
+ "version": "0.34.7",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fbd69d2a..19ee83f8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.6
+ specifier: ^0.34.7
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.6
+ specifier: ^0.34.7
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.6
+ specifier: ^0.34.7
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1