Skip to content

Commit a11fc43

Browse files
authored
Merge pull request #553 from traversable/changeset-release/main
chore: publish package(s)
2 parents 728530d + 8029a38 commit a11fc43

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/late-houses-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We do however have schemas, and schemas are basically ASTs.
7171
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/[email protected]</code></a>: Production-grade Valibot schema-rewriters</li>
7272
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/[email protected]</code></a>: Configurable Valibot schema-generator (for fuzz testing)</li>
7373
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-types"><code>@traversable/[email protected]</code></a>: Valibot Functor (for recursion schemes)</a></li>
74-
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/[email protected].55</code></a>: Production-grade zod schema-rewriters</li>
74+
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/[email protected].56</code></a>: Production-grade zod schema-rewriters</li>
7575
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/[email protected]</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
7676
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/zod-types"><code>@traversable/[email protected]</code></a>: zod Functor (for recursion schemes)</a></li>
7777
</ul>

packages/zod/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @traversable/zod
22

3+
## 0.0.56
4+
5+
### Patch Changes
6+
7+
- [#552](https://github.com/traversable/schema/pull/552) [`2be00a9`](https://github.com/traversable/schema/commit/2be00a95b5e460415bc2b0932edde4a582a8aa00) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fixes `zx.toString` bug (#549) where `z.discriminatedUnion` discriminator was included in the options array (fixed in #551, thanks @TheyCodeMeSilvers!)
8+
39
## 0.0.55
410

511
### Patch Changes

packages/zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traversable/zod",
33
"type": "module",
4-
"version": "0.0.55",
4+
"version": "0.0.56",
55
"private": false,
66
"description": "",
77
"license": "MIT",

packages/zod/src/__generated__/__manifest__.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)