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/funny-onions-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rabbits-care.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ We do however have schemas, and schemas are basically ASTs.
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/[email protected]</code></a>: Production-grade Valibot schema-rewriters</li>
<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>
<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>
<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>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/[email protected].26</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/[email protected].57</code></a>: Production-grade zod schema-rewriters</li>
<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>
<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>
</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.27

### Patch Changes

- [#555](https://github.com/traversable/schema/pull/555) [`cc1dadf`](https://github.com/traversable/schema/commit/cc1dadf75033cb441f9b137a410bd9a203b5bcef) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - docs(zod-test): fixes typo and a few broken links in the README (#550)

## 0.0.26

### 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.26",
"version": "0.0.27",
"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.

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

## 0.0.57

### Patch Changes

- [#555](https://github.com/traversable/schema/pull/555) [`c91ebab`](https://github.com/traversable/schema/commit/c91ebab1e6e5465d3fb58cdd272c416275a763b9) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - feat(zod): adds `zx.toPath` support for enum records (#554)

## 0.0.56

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

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