From f0cb23ab82bcf56c00da8d65cbeef476370b96cd Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 18 Sep 2024 03:39:23 -0700 Subject: [ci] release (#2335) Co-authored-by: github-actions[bot] --- .changeset/perfect-crews-train.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/perfect-crews-train.md diff --git a/.changeset/perfect-crews-train.md b/.changeset/perfect-crews-train.md deleted file mode 100644 index 7b08b021..00000000 --- a/.changeset/perfect-crews-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue with Expressive Code UI labels not displaying correctly. diff --git a/examples/basics/package.json b/examples/basics/package.json index 53f3ccaf..eed739d1 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.0", + "@astrojs/starlight": "^0.28.1", "astro": "^4.15.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index e4d2f0b7..8901b555 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.28.0", + "@astrojs/starlight": "^0.28.1", "@astrojs/starlight-markdoc": "^0.1.0", "astro": "^4.15.3", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 0b7adafc..0c6720a5 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.0", + "@astrojs/starlight": "^0.28.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.15.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 3179f278..4b581d8c 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.28.1 + +### Patch Changes + +- [#2334](https://github.com/withastro/starlight/pull/2334) [`79b9ade`](https://github.com/withastro/starlight/commit/79b9ade194cf704dad79267715a6970e0d7a7277) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with Expressive Code UI labels not displaying correctly. + ## 0.28.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 544db269..f5f3d9b9 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.28.0", + "version": "0.28.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97d19f22..ad10a53c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.28.0 + specifier: ^0.28.1 version: link:../../packages/starlight astro: specifier: ^4.15.3 @@ -88,7 +88,7 @@ importers: specifier: ^0.11.4 version: 0.11.4(astro@4.15.3) '@astrojs/starlight': - specifier: ^0.28.0 + specifier: ^0.28.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -103,7 +103,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.28.0 + specifier: ^0.28.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit