Skip to content

Commit f88f4e9

Browse files
chore: publish package(s)
1 parent 9aad6b1 commit f88f4e9

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/shy-shoes-shave.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
@@ -72,7 +72,7 @@ We do however have schemas, and schemas are basically ASTs.
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>
7474
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/[email protected]</code></a>: Production-grade zod schema-rewriters</li>
75-
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/[email protected].27</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
75+
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/[email protected].28</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>
7878

packages/zod-test/CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/traversable/schema/pull/558) [`eb69db0`](https://github.com/traversable/schema/commit/eb69db0ae6d478a7b37bd7e9fb961e8c55fe40ab) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix(zod-test): fixes type-level bug where `SeedGenerator` was returning type `fc.Arbitrary<unknown>` (#557)
8+
39
## 0.0.27
410

511
### Patch Changes

packages/zod-test/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-test",
33
"type": "module",
4-
"version": "0.0.27",
4+
"version": "0.0.28",
55
"private": false,
66
"description": "",
77
"license": "MIT",

packages/zod-test/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)