From 0edf4d7e3a315b9d88049faa65f83ca5a8298e88 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 26 Mar 2025 07:04:35 -0700 Subject: [ci] release (#3022) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>--- .changeset/gorgeous-bees-jump.md | 5 ----- .changeset/rude-bees-rest.md | 5 ----- .changeset/shiny-poems-occur.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/gorgeous-bees-jump.md delete mode 100644 .changeset/rude-bees-rest.md delete mode 100644 .changeset/shiny-poems-occur.md diff --git a/.changeset/gorgeous-bees-jump.md b/.changeset/gorgeous-bees-jump.md deleted file mode 100644 index 641cc408..00000000 --- a/.changeset/gorgeous-bees-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Updates Korean language support diff --git a/.changeset/rude-bees-rest.md b/.changeset/rude-bees-rest.md deleted file mode 100644 index 8d687127..00000000 --- a/.changeset/rude-bees-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add SourceHut social icon diff --git a/.changeset/shiny-poems-occur.md b/.changeset/shiny-poems-occur.md deleted file mode 100644 index 4fbc7cdc..00000000 --- a/.changeset/shiny-poems-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds Substack icon to social links list diff --git a/examples/basics/package.json b/examples/basics/package.json index e6bec3ba..80895c8b 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.4", + "@astrojs/starlight": "^0.32.5", "astro": "^5.5.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 859a34f9..9000ade8 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "@astrojs/starlight": "^0.32.4", + "@astrojs/starlight": "^0.32.5", "@astrojs/starlight-markdoc": "^0.3.0", "astro": "^5.5.3", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index a08ca925..535edc4a 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.4", + "@astrojs/starlight": "^0.32.5", "@astrojs/starlight-tailwind": "^3.0.1", "@astrojs/tailwind": "^5.1.4", "astro": "^5.5.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 062b04e0..14ed5ec0 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.32.5 + +### Patch Changes + +- [#3021](https://github.com/withastro/starlight/pull/3021) [`e3f881e`](https://github.com/withastro/starlight/commit/e3f881ec23019689b821c638b8f0863b8ced6908) Thanks [@jsparkdev](https://github.com/jsparkdev)! - Updates Korean language support + +- [#3020](https://github.com/withastro/starlight/pull/3020) [`58e3e84`](https://github.com/withastro/starlight/commit/58e3e84662167e43c4a8b707453898e047aa18fc) Thanks [@ayoayco](https://github.com/ayoayco)! - Add SourceHut social icon + +- [#3013](https://github.com/withastro/starlight/pull/3013) [`5b599dd`](https://github.com/withastro/starlight/commit/5b599dd6190d3b57f61ae48c8614395dda23ef13) Thanks [@oluwatobiss](https://github.com/oluwatobiss)! - Adds Substack icon to social links list + ## 0.32.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 3a404e7f..709f8210 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.32.4", + "version": "0.32.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23d134c0..890812ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.32.4 + specifier: ^0.32.5 version: link:../../packages/starlight astro: specifier: ^5.5.3 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.4 version: 0.12.5(astro@5.5.3) '@astrojs/starlight': - specifier: ^0.32.4 + specifier: ^0.32.5 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.3.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.32.4 + specifier: ^0.32.5 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.1 -- cgit