diff options
author | Houston (Bot) | 2024-11-01 08:42:23 -0700 |
---|---|---|
committer | GitHub | 2024-11-01 16:42:23 +0100 |
commit | 8186f3833fefa958ba877a55f4e49b09f28ed317 (patch) | |
tree | 36b017e34378b866634a2a0f9e7597ebb9368f05 | |
parent | 07673c80114021a269065e451e660337237f76e1 (diff) | |
download | IT.starlight-8186f3833fefa958ba877a55f4e49b09f28ed317.tar.gz IT.starlight-8186f3833fefa958ba877a55f4e49b09f28ed317.tar.bz2 IT.starlight-8186f3833fefa958ba877a55f4e49b09f28ed317.zip |
[ci] release (#2528)@astrojs/starlight@0.28.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/big-ducks-rhyme.md | 5 | ||||
-rw-r--r-- | .changeset/great-toys-train.md | 5 | ||||
-rw-r--r-- | .changeset/lazy-sheep-cheer.md | 5 | ||||
-rw-r--r-- | .changeset/sour-forks-shout.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/markdoc/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 12 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
10 files changed, 19 insertions, 27 deletions
diff --git a/.changeset/big-ducks-rhyme.md b/.changeset/big-ducks-rhyme.md deleted file mode 100644 index f73e10c0..00000000 --- a/.changeset/big-ducks-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported. diff --git a/.changeset/great-toys-train.md b/.changeset/great-toys-train.md deleted file mode 100644 index 0bef54b1..00000000 --- a/.changeset/great-toys-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected. diff --git a/.changeset/lazy-sheep-cheer.md b/.changeset/lazy-sheep-cheer.md deleted file mode 100644 index 63eb0306..00000000 --- a/.changeset/lazy-sheep-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break. diff --git a/.changeset/sour-forks-shout.md b/.changeset/sour-forks-shout.md deleted file mode 100644 index 64d32bcd..00000000 --- a/.changeset/sour-forks-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a broken link to Astro’s Docs in an error message diff --git a/examples/basics/package.json b/examples/basics/package.json index 4a2feed9..1079b420 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.4", + "@astrojs/starlight": "^0.28.5", "astro": "^4.15.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 86c5325a..7c5a550b 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.28.4", + "@astrojs/starlight": "^0.28.5", "@astrojs/starlight-markdoc": "^0.1.0", "astro": "^4.15.3", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index b5785530..2343edde 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.4", + "@astrojs/starlight": "^0.28.5", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.15.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 237cd86c..a34b7179 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.28.5 + +### Patch Changes + +- [#2546](https://github.com/withastro/starlight/pull/2546) [`bf42300`](https://github.com/withastro/starlight/commit/bf42300e76241a2df888dc458c59a7478a8b2d61) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported. + +- [#2548](https://github.com/withastro/starlight/pull/2548) [`07673c8`](https://github.com/withastro/starlight/commit/07673c80114021a269065e451e660337237f76e1) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected. + +- [#2547](https://github.com/withastro/starlight/pull/2547) [`91e1dd7`](https://github.com/withastro/starlight/commit/91e1dd731a06657890a68b2d474199455df2756f) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break. + +- [#2524](https://github.com/withastro/starlight/pull/2524) [`1b46783`](https://github.com/withastro/starlight/commit/1b4678325fb10714fc3508bd87a7563b10a0f803) Thanks [@jsparkdev](https://github.com/jsparkdev)! - Fixes a broken link to Astro’s Docs in an error message + ## 0.28.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 98189d80..f2c2bc21 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.28.4", + "version": "0.28.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 919d0d0c..556e52ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.28.4 + specifier: ^0.28.5 version: link:../../packages/starlight astro: specifier: ^4.15.3 @@ -88,7 +88,7 @@ importers: specifier: ^0.11.4 version: 0.11.4(astro@4.15.3) '@astrojs/starlight': - specifier: ^0.28.4 + specifier: ^0.28.5 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -103,7 +103,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.28.4 + specifier: ^0.28.5 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 |