From 6dd17b7f6cb240ed61ffd5b45e866c44b580343b Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:10:00 -0800 Subject: [PATCH] [ci] release (#2755) Co-authored-by: github-actions[bot] --- .changeset/chilly-paws-smell.md | 5 ----- .changeset/olive-hairs-battle.md | 5 ----- .changeset/purple-rivers-joke.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 10 ++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 9 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 .changeset/chilly-paws-smell.md delete mode 100644 .changeset/olive-hairs-battle.md delete mode 100644 .changeset/purple-rivers-joke.md 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/.changeset/purple-rivers-joke.md b/.changeset/purple-rivers-joke.md deleted file mode 100644 index f616601e6b1..00000000000 --- a/.changeset/purple-rivers-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds Storybook, Confluence and Jira social icons 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..514675210e6 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @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. + +- [#2732](https://github.com/withastro/starlight/pull/2732) [`a10b466`](https://github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5) Thanks [@Sidnioulz](https://github.com/Sidnioulz)! - Adds Storybook, Confluence and Jira social icons + ## 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