From 68dac0e82f77f397d2fb74f7b85a9fd65ce03e4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Nov 2024 17:43:37 +0000 Subject: [PATCH] [ci] release --- .changeset/thick-cooks-call.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 6 ++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 7 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/thick-cooks-call.md diff --git a/.changeset/thick-cooks-call.md b/.changeset/thick-cooks-call.md deleted file mode 100644 index 6b3e49cadc0..00000000000 --- a/.changeset/thick-cooks-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an edge case to correctly avoid a trailing slash when navigating from a root locale homepage to another language via Starlight’s language switcher when `trailingSlash: 'never'` is set diff --git a/examples/basics/package.json b/examples/basics/package.json index a7d9c55611d..ae84f064910 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.1", + "@astrojs/starlight": "^0.29.2", "astro": "^4.16.10", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 8e54153cea5..3c56d591510 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.29.1", + "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-markdoc": "^0.1.0", "astro": "^4.16.10", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index f7b65ff3b7c..d1b02d673ec 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.1", + "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.16.10", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 941b7a2ea96..b713bfc2a02 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.29.2 + +### Patch Changes + +- [#2616](https://github.com/withastro/starlight/pull/2616) [`128cc51`](https://github.com/withastro/starlight/commit/128cc51b416a1a934eabb1989c04b76517e77a04) Thanks [@delucis](https://github.com/delucis)! - Fixes an edge case to correctly avoid a trailing slash when navigating from a root locale homepage to another language via Starlight’s language switcher when `trailingSlash: 'never'` is set + ## 0.29.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index b4f6877b57b..7ef3027aa98 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.29.1", + "version": "0.29.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81e4233f3be..45dc525f10b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.29.1 + specifier: ^0.29.2 version: link:../../packages/starlight astro: specifier: ^4.16.10 @@ -91,7 +91,7 @@ importers: specifier: ^0.11.4 version: 0.11.5(astro@4.16.10) '@astrojs/starlight': - specifier: ^0.29.1 + specifier: ^0.29.2 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.29.1 + specifier: ^0.29.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3