From 886980fdd9e2c6fd1b8ac988b9940550473e56bf Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 12 Jun 2024 06:05:11 -0700 Subject: [ci] release (#2006) Co-authored-by: github-actions[bot] --- .changeset/chilled-games-buy.md | 5 ----- .changeset/green-files-allow.md | 5 ----- .changeset/plenty-ants-hunt.md | 5 ----- .changeset/plenty-houses-heal.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 12 ++++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 9 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 .changeset/chilled-games-buy.md delete mode 100644 .changeset/green-files-allow.md delete mode 100644 .changeset/plenty-ants-hunt.md delete mode 100644 .changeset/plenty-houses-heal.md diff --git a/.changeset/chilled-games-buy.md b/.changeset/chilled-games-buy.md deleted file mode 100644 index 21f9d1fc..00000000 --- a/.changeset/chilled-games-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add Slovak language UI translation. diff --git a/.changeset/green-files-allow.md b/.changeset/green-files-allow.md deleted file mode 100644 index 971de38e..00000000 --- a/.changeset/green-files-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Removes an outdated export in `package.json` diff --git a/.changeset/plenty-ants-hunt.md b/.changeset/plenty-ants-hunt.md deleted file mode 100644 index c9c466e3..00000000 --- a/.changeset/plenty-ants-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Updates internal dependencies diff --git a/.changeset/plenty-houses-heal.md b/.changeset/plenty-houses-heal.md deleted file mode 100644 index 3dff8cb6..00000000 --- a/.changeset/plenty-houses-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an i18n configuration issue when using a single root locale. diff --git a/examples/basics/package.json b/examples/basics/package.json index 4a03f7f4..003b4bf7 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.1", + "@astrojs/starlight": "^0.24.2", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 3e4f965e..25d34a90 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.1", + "@astrojs/starlight": "^0.24.2", "@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 76353b5a..b2528c32 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.24.2 + +### Patch Changes + +- [#2008](https://github.com/withastro/starlight/pull/2008) [`40359c7`](https://github.com/withastro/starlight/commit/40359c7b73d9c7d60f0b44a870dbc93ba941228f) Thanks [@vnepogodin](https://github.com/vnepogodin)! - Add Slovak language UI translation. + +- [#2004](https://github.com/withastro/starlight/pull/2004) [`0aa2f06`](https://github.com/withastro/starlight/commit/0aa2f06d3a35a3c5182b4d461c8f3489ac145301) Thanks [@liruifengv](https://github.com/liruifengv)! - Removes an outdated export in `package.json` + +- [#2007](https://github.com/withastro/starlight/pull/2007) [`44ca490`](https://github.com/withastro/starlight/commit/44ca490f36ecd6789d0865dd2506e5ea03dfa0fb) Thanks [@delucis](https://github.com/delucis)! - Updates internal dependencies + +- [#1993](https://github.com/withastro/starlight/pull/1993) [`60165b2`](https://github.com/withastro/starlight/commit/60165b20c9d11a08c4c4793615778e045b41b7de) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an i18n configuration issue when using a single root locale. + ## 0.24.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 4e55bcd0..ed352f42 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.24.1", + "version": "0.24.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3983e824..9b7a6e55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.24.1 + specifier: ^0.24.2 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.24.1 + specifier: ^0.24.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit