From 4014fd44e11b9e87af32391dc525a04ba9e8373c Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:42:37 -0700 Subject: [PATCH] [ci] release (#2283) Co-authored-by: github-actions[bot] --- .changeset/ninety-spies-count.md | 5 ----- .changeset/spicy-suns-marry.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 7 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changeset/ninety-spies-count.md delete mode 100644 .changeset/spicy-suns-marry.md diff --git a/.changeset/ninety-spies-count.md b/.changeset/ninety-spies-count.md deleted file mode 100644 index da37022f1f..0000000000 --- a/.changeset/ninety-spies-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a potential text rendering issue that could include extra whitespaces for text containing colons. diff --git a/.changeset/spicy-suns-marry.md b/.changeset/spicy-suns-marry.md deleted file mode 100644 index 97c1233199..0000000000 --- a/.changeset/spicy-suns-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue with frontmatter schemas containing collection references used with the `` component and an Astro version greater than `4.14.0`. diff --git a/examples/basics/package.json b/examples/basics/package.json index 3a25e009d7..a51c7c9f6e 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.2", + "@astrojs/starlight": "^0.26.3", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index a6cca0b068..7249083a78 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.2", + "@astrojs/starlight": "^0.26.3", "@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 bb0bbbc24b..d3e37570ce 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.26.3 + +### Patch Changes + +- [#2281](https://github.com/withastro/starlight/pull/2281) [`5062d30`](https://github.com/withastro/starlight/commit/5062d30c08f6ede9e6c39174537bb61280e7c23d) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons. + +- [#2279](https://github.com/withastro/starlight/pull/2279) [`62d59e2`](https://github.com/withastro/starlight/commit/62d59e29d2621d834c28c764a02c58b1e1b49243) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with frontmatter schemas containing collection references used with the `` component and an Astro version greater than `4.14.0`. + ## 0.26.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 61f7bb1114..eb4ecea65f 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.26.2", + "version": "0.26.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 69833878b0..4253d88deb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.26.2 + specifier: ^0.26.3 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.26.2 + specifier: ^0.26.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3