diff options
author | Houston (Bot) | 2024-09-04 14:42:37 -0700 |
---|---|---|
committer | GitHub | 2024-09-04 23:42:37 +0200 |
commit | 4014fd44e11b9e87af32391dc525a04ba9e8373c (patch) | |
tree | 36d69f6682e1aa4ab0ef881c0338feac124f48c9 | |
parent | 62d59e29d2621d834c28c764a02c58b1e1b49243 (diff) | |
download | IT.starlight-4014fd44e11b9e87af32391dc525a04ba9e8373c.tar.gz IT.starlight-4014fd44e11b9e87af32391dc525a04ba9e8373c.tar.bz2 IT.starlight-4014fd44e11b9e87af32391dc525a04ba9e8373c.zip |
[ci] release (#2283)@astrojs/starlight@0.26.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/ninety-spies-count.md | 5 | ||||
-rw-r--r-- | .changeset/spicy-suns-marry.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 4 |
7 files changed, 13 insertions, 15 deletions
diff --git a/.changeset/ninety-spies-count.md b/.changeset/ninety-spies-count.md deleted file mode 100644 index da37022f..00000000 --- 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 97c12331..00000000 --- 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 `<StarlightPage />` component and an Astro version greater than `4.14.0`. diff --git a/examples/basics/package.json b/examples/basics/package.json index 3a25e009..a51c7c9f 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 a6cca0b0..7249083a 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 bb0bbbc2..d3e37570 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 `<StarlightPage />` 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 61f7bb11..eb4ecea6 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 69833878..4253d88d 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 |