From a96979cb0148bc5a3df7491225f0432a8ea9295a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:19:37 +0000 Subject: [PATCH] [ci] release --- .changeset/hip-experts-crash.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/hip-experts-crash.md diff --git a/.changeset/hip-experts-crash.md b/.changeset/hip-experts-crash.md deleted file mode 100644 index 56de22112e8..00000000000 --- a/.changeset/hip-experts-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9 diff --git a/examples/basics/package.json b/examples/basics/package.json index 7d9815760cb..5edbb084e01 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "astro": "^5.6.1", "sharp": "^0.34.2" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index dcb2ed4f7e4..57764b73de8 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.13.3", - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "@astrojs/starlight-markdoc": "^0.5.1", "astro": "^5.6.1", "sharp": "^0.34.2" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 804d523e853..fa6d53e573c 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.6", + "@astrojs/starlight": "^0.37.7", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.0.7", "astro": "^5.6.1", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 6f2b1adb7de..0a830877d22 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.37.7 + +### Patch Changes + +- [#3726](https://github.com/withastro/starlight/pull/3726) [`8a09b60`](https://github.com/withastro/starlight/commit/8a09b60b03ae2b99d3418f41e984ffa46468e3a2) Thanks [@delucis](https://github.com/delucis)! - Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9 + ## 0.37.6 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 4e94889d685..fbe1256aeb7 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.37.6", + "version": "0.37.7", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20b43fd7cb4..3d0cf9c3f6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,7 +91,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.37.6 + specifier: ^0.37.7 version: link:../../packages/starlight astro: specifier: ^5.6.1 @@ -106,7 +106,7 @@ importers: specifier: ^0.13.3 version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1)) '@astrojs/starlight': - specifier: ^0.37.6 + specifier: ^0.37.7 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.5.1 @@ -121,7 +121,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.37.6 + specifier: ^0.37.7 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^4.0.2