Skip to content

Commit 65c57ef

Browse files
authored
Merge pull request #475 from traversable/changeset-release/main
chore: publish package(s)
2 parents 0b1acde + fe35bef commit 65c57ef

File tree

8 files changed

+21
-12
lines changed

8 files changed

+21
-12
lines changed

.changeset/funny-lamps-add.md

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ 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.21</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.19</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.19</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.24</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.25</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>
70-
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-types"><code>@traversable/typebox-types@0.0.16</code></a>: ArkType Functor (for recursion schemes)</a></li>
70+
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-types"><code>@traversable/typebox-types@0.0.17</code></a>: ArkType Functor (for recursion schemes)</a></li>
7171
<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>
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>

packages/typebox-types/CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- [#474](https://github.com/traversable/schema/pull/474) [`b829200`](https://github.com/traversable/schema/commit/b829200f3c8df4079c16aa836fe6b6d05f4372c4) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix(typebox,typebox-types): fixes transitive dep bug, `Property '[Kind]' is missing in type 'TSchema'` TypeError
8+
39
## 0.0.16
410

511
### Patch Changes

packages/typebox-types/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-types",
33
"type": "module",
4-
"version": "0.0.16",
4+
"version": "0.0.17",
55
"private": false,
66
"description": "",
77
"license": "Hippocratic-2.1",

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

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

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- [#474](https://github.com/traversable/schema/pull/474) [`b829200`](https://github.com/traversable/schema/commit/b829200f3c8df4079c16aa836fe6b6d05f4372c4) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix(typebox,typebox-types): fixes transitive dep bug, `Property '[Kind]' is missing in type 'TSchema'` TypeError
8+
9+
- Updated dependencies [[`b829200`](https://github.com/traversable/schema/commit/b829200f3c8df4079c16aa836fe6b6d05f4372c4)]:
10+
- @traversable/typebox-types@0.0.17
11+
312
## 0.0.24
413

514
### 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.24",
4+
"version": "0.0.25",
55
"private": false,
66
"description": "",
77
"license": "Hippocratic-2.1",

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.

0 commit comments

Comments
 (0)