diff --git a/.changeset/chilly-paws-smell.md b/.changeset/chilly-paws-smell.md deleted file mode 100644 index a7f3ea20b54..00000000000 --- a/.changeset/chilly-paws-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Ensures `` component toggling is stable when smooth scrolling is enabled via custom CSS diff --git a/.changeset/olive-hairs-battle.md b/.changeset/olive-hairs-battle.md deleted file mode 100644 index 9953d1b3fcd..00000000000 --- a/.changeset/olive-hairs-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field. diff --git a/examples/basics/package.json b/examples/basics/package.json index a1d627b59db..11c1704ca17 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.3", + "@astrojs/starlight": "^0.30.4", "astro": "^5.0.2", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index c1e6a03c1bd..93befe5f2d0 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.3", + "@astrojs/starlight": "^0.30.4", "@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 ee400cb8bec..401dac0e259 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.3", + "@astrojs/starlight": "^0.30.4", "@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 ff966cda1c2..9ad8f968d86 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.30.4 + +### Patch Changes + +- [#2747](https://github.com/withastro/starlight/pull/2747) [`474c27e`](https://github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed) Thanks [@bbag](https://github.com/bbag)! - Ensures `` component toggling is stable when smooth scrolling is enabled via custom CSS + +- [#2740](https://github.com/withastro/starlight/pull/2740) [`0e169c9`](https://github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field. + ## 0.30.3 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 772dac90b70..f54dc7dc8b5 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.30.3", + "version": "0.30.4", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1c2a0f41a0..6624fd21b7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.30.3 + specifier: ^0.30.4 version: link:../../packages/starlight astro: specifier: ^5.0.2 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.1 version: 0.12.1(astro@5.0.2) '@astrojs/starlight': - specifier: ^0.30.3 + specifier: ^0.30.4 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.30.3 + specifier: ^0.30.4 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0