diff options
author | Houston (Bot) | 2024-12-14 04:33:57 -0800 |
---|---|---|
committer | GitHub | 2024-12-14 13:33:57 +0100 |
commit | 0e419cc234b18721cf9523b2287f2de23a09b4e3 (patch) | |
tree | d152c811665b346c1289e7921da3176e149e3330 | |
parent | 6eacefaeacd09c0e8296edb5ba4b75ed8d464ced (diff) | |
download | IT.starlight-0e419cc234b18721cf9523b2287f2de23a09b4e3.tar.gz IT.starlight-0e419cc234b18721cf9523b2287f2de23a09b4e3.tar.bz2 IT.starlight-0e419cc234b18721cf9523b2287f2de23a09b4e3.zip |
[ci] release (#2689)@astrojs/starlight@0.30.1
-rw-r--r-- | .changeset/wild-laws-play.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/wild-laws-play.md b/.changeset/wild-laws-play.md deleted file mode 100644 index d1d1ace2..00000000 --- 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 8662fc45..37f3bb1e 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 9d4bcbac..c15fd786 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 b8ab6c9b..a21e5f5d 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 53b50c34..d55cc74b 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 0a00a079..d5297df7 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 f775c799..02bd8e1c 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 |