From 0e419cc234b18721cf9523b2287f2de23a09b4e3 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:33:57 -0800 Subject: [PATCH] [ci] release (#2689) --- .changeset/wild-laws-play.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/wild-laws-play.md diff --git a/.changeset/wild-laws-play.md b/.changeset/wild-laws-play.md deleted file mode 100644 index d1d1ace244f..00000000000 --- a/.changeset/wild-laws-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API where group names would be sluggified. diff --git a/examples/basics/package.json b/examples/basics/package.json index 8662fc45d1d..37f3bb1e43c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.0", + "@astrojs/starlight": "^0.30.1", "astro": "^5.0.2", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 9d4bcbac3f6..c15fd786a3f 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.1", - "@astrojs/starlight": "^0.30.0", + "@astrojs/starlight": "^0.30.1", "@astrojs/starlight-markdoc": "^0.2.0", "astro": "^5.0.2", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index b8ab6c9b8e7..a21e5f5d8ea 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.0", + "@astrojs/starlight": "^0.30.1", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.3", "astro": "^5.0.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 53b50c34c4e..d55cc74b141 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.30.1 + +### Patch Changes + +- [#2688](https://github.com/withastro/starlight/pull/2688) [`5c6996c`](https://github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API where group names would be sluggified. + ## 0.30.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 0a00a079648..d5297df79df 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.30.0", + "version": "0.30.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f775c799823..02bd8e1cc6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,7 +81,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.30.0 + specifier: ^0.30.1 version: link:../../packages/starlight astro: specifier: ^5.0.2 @@ -96,7 +96,7 @@ importers: specifier: ^0.12.1 version: 0.12.1(astro@5.0.2) '@astrojs/starlight': - specifier: ^0.30.0 + specifier: ^0.30.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -111,7 +111,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.30.0 + specifier: ^0.30.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0