diff --git a/.changeset/chilled-games-buy.md b/.changeset/chilled-games-buy.md deleted file mode 100644 index 21f9d1fc03e..00000000000 --- 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 971de38ece8..00000000000 --- 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 c9c466e3ff7..00000000000 --- 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 3dff8cb6471..00000000000 --- 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 4a03f7f4ec2..003b4bf7c63 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 3e4f965e02c..25d34a900d6 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 76353b5a8bb..b2528c32cc4 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 4e55bcd08ff..ed352f4278c 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 3983e824b29..9b7a6e55698 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