From eea6ba494722a33ccaf52c7a69f1fb459ca2d7a2 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 6 Sep 2024 07:42:50 -0700 Subject: [ci] release (#2290) Co-authored-by: github-actions[bot] --- .changeset/famous-glasses-clean.md | 7 ------- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 6 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/famous-glasses-clean.md 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 -- cgit