From 8029a38ea352c1f54d5532247ee669b507f54504 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:08:14 +0000 Subject: [PATCH] chore: publish package(s) --- .changeset/late-houses-drop.md | 5 ----- README.md | 2 +- packages/zod/CHANGELOG.md | 6 ++++++ packages/zod/package.json | 2 +- packages/zod/src/__generated__/__manifest__.ts | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/late-houses-drop.md diff --git a/.changeset/late-houses-drop.md b/.changeset/late-houses-drop.md deleted file mode 100644 index 640f4206..00000000 --- a/.changeset/late-houses-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@traversable/zod": patch ---- - -fixes `zx.toString` bug (#549) where `z.discriminatedUnion` discriminator was included in the options array (fixed in #551, thanks @TheyCodeMeSilvers!) diff --git a/README.md b/README.md index 13712e99..d1c919bb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ We do however have schemas, and schemas are basically ASTs.
@traversable/valibot@0.0.26: Production-grade Valibot schema-rewriters@traversable/valibot-test@0.0.20: Configurable Valibot schema-generator (for fuzz testing)@traversable/valibot-types@0.0.18: Valibot Functor (for recursion schemes)@traversable/zod@0.0.55: Production-grade zod schema-rewriters@traversable/zod@0.0.56: Production-grade zod schema-rewriters@traversable/zod-test@0.0.26: Configurable zod schema-generator (for fuzz testing)@traversable/zod-types@0.0.30: zod Functor (for recursion schemes)