Skip to content

Commit 72b52b7

Browse files
chore: publish package(s)
1 parent 8b5acd7 commit 72b52b7

45 files changed

Lines changed: 155 additions & 54 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/chubby-symbols-slide.md

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

.changeset/gold-dots-sleep.md

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

.changeset/wicked-bars-glow.md

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

packages/derive-codec/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f4ae3a`](https://github.com/traversable/schema/commit/4f4ae3a7f3e97071f40a544135bcaa9d65d7ecf9)]:
8+
- @traversable/registry@0.0.28
9+
- @traversable/schema@0.0.39
10+
311
## 0.0.11
412

513
### Patch Changes

packages/derive-codec/package.json

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

packages/derive-codec/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/derive-equals/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @traversable/derive-equals
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f4ae3a`](https://github.com/traversable/schema/commit/4f4ae3a7f3e97071f40a544135bcaa9d65d7ecf9)]:
8+
- @traversable/registry@0.0.28
9+
- @traversable/json@0.0.29
10+
- @traversable/schema@0.0.39
11+
312
## 0.0.25
413

514
### Patch Changes
@@ -308,9 +317,8 @@
308317

309318
If you're not sure which to use, all of the ones provided by the `@traversable/registry#Equal` module
310319
are thoroughly tested (also using `fast-check`, serious props to @dubzzz for this gem of a library) to
311-
ensure compliance with the [TC-39 spec](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal).
312-
2. Users can set their preferred "equals" implementation on a schema-by-schema basis, by passing a second
313-
argument to `t.eq`, or globally using `configure` from `@traversable/schema-core`.
320+
ensure compliance with the [TC-39 spec](https://tc39.es/ecma262/multipage/abstract-operations.html#sec-isstrictlyequal). 2. Users can set their preferred "equals" implementation on a schema-by-schema basis, by passing a second
321+
argument to `t.eq`, or globally using `configure` from `@traversable/schema-core`.
314322

315323
### breaking changes
316324

packages/derive-equals/package.json

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

packages/derive-equals/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/derive-validators/CHANGELOG.md

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

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f4ae3a`](https://github.com/traversable/schema/commit/4f4ae3a7f3e97071f40a544135bcaa9d65d7ecf9)]:
8+
- @traversable/registry@0.0.28
9+
- @traversable/json@0.0.29
10+
- @traversable/schema@0.0.39
11+
312
## 0.0.23
413

514
### Patch Changes

0 commit comments

Comments
 (0)