From 4fd272b6576c3d3d2f1200736614220435811213 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Mon, 16 Dec 2024 08:28:55 -0800 Subject: [ci] release (#2703) Co-authored-by: github-actions[bot] --- .changeset/shaggy-toes-smile.md | 5 ----- .changeset/wicked-insects-refuse.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 8 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .changeset/shaggy-toes-smile.md delete mode 100644 .changeset/wicked-insects-refuse.md diff --git a/.changeset/shaggy-toes-smile.md b/.changeset/shaggy-toes-smile.md deleted file mode 100644 index 9ffdd68d..00000000 --- a/.changeset/shaggy-toes-smile.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 with directories containing spaces or special characters. diff --git a/.changeset/wicked-insects-refuse.md b/.changeset/wicked-insects-refuse.md deleted file mode 100644 index 2cf949c8..00000000 --- a/.changeset/wicked-insects-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes display of focus indicator around site title diff --git a/examples/basics/package.json b/examples/basics/package.json index 37f3bb1e..8af9dbac 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.1", + "@astrojs/starlight": "^0.30.2", "astro": "^5.0.2", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index c15fd786..7b727a14 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.1", + "@astrojs/starlight": "^0.30.2", "@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 a21e5f5d..05e44bb9 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.1", + "@astrojs/starlight": "^0.30.2", "@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 d55cc74b..b675e2c6 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.30.2 + +### Patch Changes + +- [#2702](https://github.com/withastro/starlight/pull/2702) [`02d16f3`](https://github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API with directories containing spaces or special characters. + +- [#2704](https://github.com/withastro/starlight/pull/2704) [`fd16470`](https://github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e) Thanks [@delucis](https://github.com/delucis)! - Fixes display of focus indicator around site title + ## 0.30.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index d5297df7..77167656 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.30.1", + "version": "0.30.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02bd8e1c..b0eebfd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,7 +81,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.30.1 + specifier: ^0.30.2 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.1 + specifier: ^0.30.2 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -111,7 +111,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.30.1 + specifier: ^0.30.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0 -- cgit