From 1d32c8b0cec0ea5f66351b21b91748dfa78b404b Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 28 Jun 2024 09:19:11 -0700 Subject: [ci] release (#2059) Co-authored-by: github-actions[bot] --- .changeset/angry-pots-yawn.md | 5 ----- .changeset/giant-dryers-fetch.md | 5 ----- .changeset/serious-shrimps-decide.md | 5 ----- .changeset/tidy-brooms-complain.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/angry-pots-yawn.md delete mode 100644 .changeset/giant-dryers-fetch.md delete mode 100644 .changeset/serious-shrimps-decide.md delete mode 100644 .changeset/tidy-brooms-complain.md diff --git a/.changeset/angry-pots-yawn.md b/.changeset/angry-pots-yawn.md deleted file mode 100644 index 53bbde92..00000000 --- a/.changeset/angry-pots-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Increase theme and language select inline padding diff --git a/.changeset/giant-dryers-fetch.md b/.changeset/giant-dryers-fetch.md deleted file mode 100644 index 1d630146..00000000 --- a/.changeset/giant-dryers-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives. diff --git a/.changeset/serious-shrimps-decide.md b/.changeset/serious-shrimps-decide.md deleted file mode 100644 index 1154fb2e..00000000 --- a/.changeset/serious-shrimps-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Translate `fileTree.directory` and `aside.*` UI string into Norwegian (Bokmål). diff --git a/.changeset/tidy-brooms-complain.md b/.changeset/tidy-brooms-complain.md deleted file mode 100644 index b501ba49..00000000 --- a/.changeset/tidy-brooms-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue when using the `` component in a custom page with a user-defined `srcDir` configuration. diff --git a/examples/basics/package.json b/examples/basics/package.json index 4824bc73..4d0586b3 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.4", + "@astrojs/starlight": "^0.24.5", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 501ea3f6..8c2691e4 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.24.4", + "@astrojs/starlight": "^0.24.5", "@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 48f2ae3d..5f5a100c 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.24.5 + +### Patch Changes + +- [#2062](https://github.com/withastro/starlight/pull/2062) [`5ac0ac6`](https://github.com/withastro/starlight/commit/5ac0ac6614e3c45d810a1594a2009d3febfa2793) Thanks [@evadecker](https://github.com/evadecker)! - Increase theme and language select inline padding + +- [#2056](https://github.com/withastro/starlight/pull/2056) [`87e9ad0`](https://github.com/withastro/starlight/commit/87e9ad029c9730fca8df66e35828b57cd0872a61) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives. + +- [#2063](https://github.com/withastro/starlight/pull/2063) [`3ee1a94`](https://github.com/withastro/starlight/commit/3ee1a9404db25f5776a3c1ecd248614f64db46ae) Thanks [@delucis](https://github.com/delucis)! - Translate `fileTree.directory` and `aside.*` UI string into Norwegian (Bokmål). + +- [#2054](https://github.com/withastro/starlight/pull/2054) [`dbfd3ee`](https://github.com/withastro/starlight/commit/dbfd3eeccacb5f5b77d75213dac3b30dc0be6deb) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue when using the `` component in a custom page with a user-defined `srcDir` configuration. + ## 0.24.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index fcebf371..475a4e38 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.24.4", + "version": "0.24.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eecee635..cc929e19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.24.4 + specifier: ^0.24.5 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.24.4 + specifier: ^0.24.5 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit