From 5a7e831aa36adb37545e66a9f014d8d98ec0ff64 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 19 Feb 2025 15:55:06 -0800 Subject: [ci] release (#2906) Co-authored-by: github-actions[bot] --- .changeset/forty-ways-beam.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/forty-ways-beam.md diff --git a/.changeset/forty-ways-beam.md b/.changeset/forty-ways-beam.md deleted file mode 100644 index 8ab92cb9..00000000 --- a/.changeset/forty-ways-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue preventing the use of [rewrites](https://docs.astro.build/en/guides/routing/#rewrites). diff --git a/examples/basics/package.json b/examples/basics/package.json index 2aace024..6f856684 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.0", + "@astrojs/starlight": "^0.32.1", "astro": "^5.1.5", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 5c1e369c..afbc3d8d 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "@astrojs/starlight": "^0.32.0", + "@astrojs/starlight": "^0.32.1", "@astrojs/starlight-markdoc": "^0.2.0", "astro": "^5.1.5", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 1f483462..2d00cf70 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.0", + "@astrojs/starlight": "^0.32.1", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.4", "astro": "^5.1.5", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 0446f26f..885d0a35 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.32.1 + +### Patch Changes + +- [#2904](https://github.com/withastro/starlight/pull/2904) [`ec5ca59`](https://github.com/withastro/starlight/commit/ec5ca5953e62b6ad2de78996d37e08522aa4aa76) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing the use of [rewrites](https://docs.astro.build/en/guides/routing/#rewrites). + ## 0.32.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 865bbb63..74ee5da4 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.32.0", + "version": "0.32.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e18443bc..e6115ffd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.32.0 + specifier: ^0.32.1 version: link:../../packages/starlight astro: specifier: ^5.1.5 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.4 version: 0.12.5(astro@5.1.5) '@astrojs/starlight': - specifier: ^0.32.0 + specifier: ^0.32.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.32.0 + specifier: ^0.32.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0 -- cgit