Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/shy-shoes-shave.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We do however have schemas, and schemas are basically ASTs.
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/valibot-test@0.0.20</code></a>: Configurable Valibot schema-generator (for fuzz testing)</li>
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-types"><code>@traversable/valibot-types@0.0.18</code></a>: Valibot Functor (for recursion schemes)</a></li>
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.57</code></a>: Production-grade zod schema-rewriters</li>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/zod-test@0.0.27</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/zod-test@0.0.28</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/zod-types"><code>@traversable/zod-types@0.0.30</code></a>: zod Functor (for recursion schemes)</a></li>
</ul>

Expand Down
6 changes: 6 additions & 0 deletions packages/zod-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @traversable/zod-test

## 0.0.28

### Patch Changes

- [#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)

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traversable/zod-test",
"type": "module",
"version": "0.0.27",
"version": "0.0.28",
"private": false,
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-test/src/__generated__/__manifest__.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.