From 7d22911106dbce0a6fe793f02b1e2906ceff5fda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 08:27:03 +0000 Subject: [PATCH] [ci] release --- .changeset/new-trains-complain.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 6 ++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/new-trains-complain.md diff --git a/.changeset/new-trains-complain.md b/.changeset/new-trains-complain.md deleted file mode 100644 index cf35248953f..00000000000 --- a/.changeset/new-trains-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Updates the Ukrainian UI translations diff --git a/examples/basics/package.json b/examples/basics/package.json index 4d0586b39f2..5cca7043385 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.5", + "@astrojs/starlight": "^0.24.6", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 8c2691e44be..2e03461af3c 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.5", + "@astrojs/starlight": "^0.24.6", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 5f5a100c6f4..15c0ae648b0 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.24.6 + +### Patch Changes + +- [#2081](https://github.com/withastro/starlight/pull/2081) [`f0181d2`](https://github.com/withastro/starlight/commit/f0181d2689248a46ff3eb6fc604bfcd95d4cb1aa) Thanks [@andrii-bodnar](https://github.com/andrii-bodnar)! - Updates the Ukrainian UI translations + ## 0.24.5 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 020256f807d..4cd8b4092c9 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.24.5", + "version": "0.24.6", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37078d8d1cb..0bd7c7e922f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.24.5 + specifier: ^0.24.6 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.24.5 + specifier: ^0.24.6 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3