Skip to content

Commit e2b22cc

Browse files
authored
Merge pull request #519 from traversable/changeset-release/main
chore: publish package(s)
2 parents 973b962 + fc75a1b commit e2b22cc

File tree

12 files changed

+29
-21
lines changed

12 files changed

+29
-21
lines changed

.changeset/every-flowers-wear.md

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

.changeset/whole-shrimps-throw.md

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ We do however have schemas, and schemas are basically ASTs.
6565
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/json-schema"><code>@traversable/json-schema@0.0.23</code></a>: Production-grade JSON Schema schema-rewriters</li>
6666
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/json-schema-test"><code>@traversable/json-schema-test@0.0.21</code></a>: Configurable JSON Schema generator (for fuzz testing)</li>
6767
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/json-schema-types"><code>@traversable/json-schema-types@0.0.21</code></a>: JSON Schema Functor (for recursion schemes)</a></li>
68-
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/typebox"><code>@traversable/typebox@0.0.27</code></a>: Production-grade TypeBox schema-rewriters</li>
68+
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/typebox"><code>@traversable/typebox@0.0.28</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.16</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.19</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.22</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.23</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.16</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.15</code></a>: Valibot Functor (for recursion schemes)</a></li>
74-
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.47</code></a>: Production-grade zod schema-rewriters</li>
74+
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.48</code></a>: Production-grade zod schema-rewriters</li>
7575
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/zod-test@0.0.21</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/zod-types@0.0.25</code></a>: zod Functor (for recursion schemes)</a></li>
7777
</ul>

packages/typebox/CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- [#518](https://github.com/traversable/schema/pull/518) [`e92a183`](https://github.com/traversable/schema/commit/e92a18354226811d4ced1616044fbce8a6333428) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - test(typebox,valibot,zod): adds fuzz tests for `.toString` transformers
8+
9+
- [#518](https://github.com/traversable/schema/pull/518) [`1d58144`](https://github.com/traversable/schema/commit/1d58144ed89062b5ecb082aba92c4c196017958c) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix(typebox,typebox-types): fixes bug where `box.toString` was not properly escaping string values inside `T.Literal`
10+
311
## 0.0.27
412

513
### Patch Changes

packages/typebox/package.json

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

packages/typebox/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.

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.23
4+
5+
### Patch Changes
6+
7+
- [#518](https://github.com/traversable/schema/pull/518) [`e92a183`](https://github.com/traversable/schema/commit/e92a18354226811d4ced1616044fbce8a6333428) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - test(typebox,valibot,zod): adds fuzz tests for `.toString` transformers
8+
39
## 0.0.22
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.22",
4+
"version": "0.0.23",
55
"private": false,
66
"description": "",
77
"license": "MIT",

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.

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.48
4+
5+
### Patch Changes
6+
7+
- [#518](https://github.com/traversable/schema/pull/518) [`e92a183`](https://github.com/traversable/schema/commit/e92a18354226811d4ced1616044fbce8a6333428) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - test(typebox,valibot,zod): adds fuzz tests for `.toString` transformers
8+
39
## 0.0.47
410

511
### Patch Changes

0 commit comments

Comments
 (0)