diff options
author | Houston (Bot) | 2024-11-19 09:55:20 -0800 |
---|---|---|
committer | GitHub | 2024-11-19 18:55:20 +0100 |
commit | b2bdef28da1f9f724b8ef5911232e5969b5a5e94 (patch) | |
tree | 9318130f91bdfc1ddfe33665f06fd347ac50cc48 | |
parent | 128cc51b416a1a934eabb1989c04b76517e77a04 (diff) | |
download | IT.starlight-b2bdef28da1f9f724b8ef5911232e5969b5a5e94.tar.gz IT.starlight-b2bdef28da1f9f724b8ef5911232e5969b5a5e94.tar.bz2 IT.starlight-b2bdef28da1f9f724b8ef5911232e5969b5a5e94.zip |
[ci] release (#2618)@astrojs/starlight@0.29.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/thick-cooks-call.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/thick-cooks-call.md b/.changeset/thick-cooks-call.md deleted file mode 100644 index 6b3e49ca..00000000 --- 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 a7d9c556..ae84f064 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 8e54153c..3c56d591 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 f7b65ff3..d1b02d67 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 941b7a2e..b713bfc2 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 b4f6877b..7ef3027a 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 81e4233f..45dc525f 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 |