From bec2c47fb9474dcc18e9fbabc7fc599aa5f14323 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 18 Jul 2025 02:43:42 -0700 Subject: [ci] release (#3326) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>--- .changeset/clean-gorillas-invite.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/clean-gorillas-invite.md diff --git a/.changeset/clean-gorillas-invite.md b/.changeset/clean-gorillas-invite.md deleted file mode 100644 index 5d7e668c..00000000 --- a/.changeset/clean-gorillas-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Adds Finnish language support diff --git a/examples/basics/package.json b/examples/basics/package.json index 75e09e3f..a2c01406 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.35.0", + "@astrojs/starlight": "^0.35.1", "astro": "^5.6.1", "sharp": "^0.34.2" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index bcd6aaa2..79b64906 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.13.3", - "@astrojs/starlight": "^0.35.0", + "@astrojs/starlight": "^0.35.1", "@astrojs/starlight-markdoc": "^0.5.0", "astro": "^5.6.1", "sharp": "^0.34.2" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index f193c562..f3d4b833 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.35.0", + "@astrojs/starlight": "^0.35.1", "@astrojs/starlight-tailwind": "^4.0.1", "@tailwindcss/vite": "^4.0.7", "astro": "^5.6.1", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 4ba3395d..7ac2eaf4 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.35.1 + +### Patch Changes + +- [#3325](https://github.com/withastro/starlight/pull/3325) [`4cf28f2`](https://github.com/withastro/starlight/commit/4cf28f2afd50fb2a3f8c9149a824aaac47c12af6) Thanks [@mniinio](https://github.com/mniinio)! - Adds Finnish language support + ## 0.35.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 9fb6e068..923bb557 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.35.0", + "version": "0.35.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8427d3a9..f703fe18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.35.0 + specifier: ^0.35.1 version: link:../../packages/starlight astro: specifier: ^5.6.1 @@ -91,7 +91,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.35.0 + specifier: ^0.35.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.5.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.35.0 + specifier: ^0.35.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^4.0.1 -- cgit