diff options
author | Houston (Bot) | 2025-07-16 04:11:36 -0700 |
---|---|---|
committer | GitHub | 2025-07-16 13:11:36 +0200 |
commit | 8d4d3bf80b474a14953e1768124df6b8d18f9355 (patch) | |
tree | c8e00039f351f9ea3874752dbf4f920a0fb94c2e | |
parent | 21fcd944d528557b89fc8b351579beabdcc06ff6 (diff) | |
download | IT.starlight-8d4d3bf80b474a14953e1768124df6b8d18f9355.tar.gz IT.starlight-8d4d3bf80b474a14953e1768124df6b8d18f9355.tar.bz2 IT.starlight-8d4d3bf80b474a14953e1768124df6b8d18f9355.zip |
[ci] release (#3307)@astrojs/starlight@0.34.8
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/early-kings-fly.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/markdoc/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
7 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/early-kings-fly.md b/.changeset/early-kings-fly.md deleted file mode 100644 index ec0178a6..00000000 --- a/.changeset/early-kings-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a regression in Starlight version `0.34.5` that caused multilingual sites with a default locale explicitly set to `root` to report a configuration error. diff --git a/examples/basics/package.json b/examples/basics/package.json index d04a4957..d71839ca 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.7", + "@astrojs/starlight": "^0.34.8", "astro": "^5.6.1", "sharp": "^0.34.2" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index b1d45be9..2126ea04 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.7", + "@astrojs/starlight": "^0.34.8", "@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 86cf4c59..5cfd4863 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.7", + "@astrojs/starlight": "^0.34.8", "@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 6e7aa628..cdca75a9 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.34.8 + +### Patch Changes + +- [#3306](https://github.com/withastro/starlight/pull/3306) [`21fcd94`](https://github.com/withastro/starlight/commit/21fcd944d528557b89fc8b351579beabdcc06ff6) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a regression in Starlight version `0.34.5` that caused multilingual sites with a default locale explicitly set to `root` to report a configuration error. + ## 0.34.7 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 56db0980..b1dc60c5 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.34.7", + "version": "0.34.8", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19ee83f8..ac2288e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.34.7 + specifier: ^0.34.8 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.7 + specifier: ^0.34.8 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.4.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.34.7 + specifier: ^0.34.8 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^4.0.1 |