diff options
author | Houston (Bot) | 2024-09-06 07:42:50 -0700 |
---|---|---|
committer | GitHub | 2024-09-06 16:42:50 +0200 |
commit | eea6ba494722a33ccaf52c7a69f1fb459ca2d7a2 (patch) | |
tree | cf12a9bd31fdf817ee15f0b4b1a74b933032daa2 | |
parent | b15f725ead981387f80f089d0523d9c2748b184e (diff) | |
download | IT.starlight-eea6ba494722a33ccaf52c7a69f1fb459ca2d7a2.tar.gz IT.starlight-eea6ba494722a33ccaf52c7a69f1fb459ca2d7a2.tar.bz2 IT.starlight-eea6ba494722a33ccaf52c7a69f1fb459ca2d7a2.zip |
[ci] release (#2290)@astrojs/starlight@0.26.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/famous-glasses-clean.md | 7 | ||||
-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 |
6 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/famous-glasses-clean.md b/.changeset/famous-glasses-clean.md deleted file mode 100644 index b5749f54..00000000 --- a/.changeset/famous-glasses-clean.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Safely handle Zod errors - -Prevents bugs where errors without the `.received` props would through and cause builds to fail unnecessarily. diff --git a/examples/basics/package.json b/examples/basics/package.json index a51c7c9f..3a1c3224 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.3", + "@astrojs/starlight": "^0.26.4", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 7249083a..5f97ca56 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.3", + "@astrojs/starlight": "^0.26.4", "@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 d3e37570..feba71ea 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.26.4 + +### Patch Changes + +- [#2288](https://github.com/withastro/starlight/pull/2288) [`b15f725`](https://github.com/withastro/starlight/commit/b15f725ead981387f80f089d0523d9c2748b184e) Thanks [@matthewp](https://github.com/matthewp)! - Safely handle Zod errors + + Prevents bugs where errors without the `.received` props would through and cause builds to fail unnecessarily. + ## 0.26.3 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index eb4ecea6..e6d88592 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.26.3", + "version": "0.26.4", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fb4f8fb..81514fb5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.26.3 + specifier: ^0.26.4 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.26.3 + specifier: ^0.26.4 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 |