Skip to content

Commit a9144e1

Browse files
authored
Merge pull request #2 from traversable/changeset-release/main
chore: publish package(s)
2 parents ba4ca78 + 361122f commit a9144e1

File tree

8 files changed

+17
-27
lines changed

8 files changed

+17
-27
lines changed

.changeset/dirty-cars-chew.md

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

.changeset/free-fans-stare.md

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

.changeset/ripe-buses-look.md

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

.changeset/sharp-tips-sniff.md

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

.changeset/twelve-apples-nail.md

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

packages/schema/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @traversable/schema
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#3](https://github.com/traversable/schema/pull/3) [`a35dfae`](https://github.com/traversable/schema/commit/a35dfae73d41ad65d2db4e86bd488a7c0561c7d3) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - ✨(schema): implements `eq` combinator to support JSON schema `const` and `enum` nodes
8+
9+
- [#3](https://github.com/traversable/schema/pull/3) [`5219b21`](https://github.com/traversable/schema/commit/5219b21e96462d9fd8feca214cf41f9f7e974de8) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - ✨(schema): adds support for setting configuration globally
10+
11+
- [#1](https://github.com/traversable/schema/pull/1) [`36970bb`](https://github.com/traversable/schema/commit/36970bbb99c4fff4abe082cca945ab6fba13a40e) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - [traversable/schema]: v0.0.1 release (POC)
12+
13+
- [#3](https://github.com/traversable/schema/pull/3) [`0aaee45`](https://github.com/traversable/schema/commit/0aaee4582ca8191a9050f360cd5407623796189c) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - ✨(schema): adds `Json.Functor`, `Json.is`, `Json.toString`
14+
15+
- [#3](https://github.com/traversable/schema/pull/3) [`f8fd82f`](https://github.com/traversable/schema/commit/f8fd82f6dc118c777f800c4364165d9cb456baa4) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - 🐛(schema): fixes circular dependency, missing export

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traversable/schema",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"private": false,
66
"description": "",
77
"repository": {

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