Skip to content

Commit 992a404

Browse files
authored
Merge pull request #491 from traversable/changeset-release/main
chore: publish package(s)
2 parents b7339d5 + f5b0c6e commit 992a404

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/rare-buttons-enjoy.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
@@ -68,7 +68,7 @@ We do however have schemas, and schemas are basically ASTs.
6868
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/typebox"><code>@traversable/typebox@0.0.26</code></a>: Production-grade TypeBox schema-rewriters</li>
6969
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-test"><code>@traversable/typebox-test@0.0.15</code></a>: Configurable TypeBox schema-generator (for fuzz testing)</li>
7070
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-types"><code>@traversable/typebox-types@0.0.18</code></a>: ArkType Functor (for recursion schemes)</a></li>
71-
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/valibot@0.0.16</code></a>: Production-grade Valibot schema-rewriters</li>
71+
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/valibot@0.0.17</code></a>: Production-grade Valibot schema-rewriters</li>
7272
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/valibot-test@0.0.14</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/valibot-types@0.0.14</code></a>: Valibot Functor (for recursion schemes)</a></li>
7474
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.43</code></a>: Production-grade zod schema-rewriters</li>

packages/valibot/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- [#490](https://github.com/traversable/schema/pull/490) [`03c4f28`](https://github.com/traversable/schema/commit/03c4f2814448045a786a5045f948a3636df4b6c6) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - feat(valibot): re-exports types and `tagged` from `@traversable/valibot-types`
8+
39
## 0.0.16
410

511
### Patch Changes

packages/valibot/package.json

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

packages/valibot/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)