Skip to content

Commit a7252a6

Browse files
chore: update versions (#998)
1 parent 232fc42 commit a7252a6

File tree

8 files changed

+33
-18
lines changed

8 files changed

+33
-18
lines changed

.changeset/happy-toys-flap.md

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

.changeset/happy-toys-tap.md

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

ark/attest/CHANGELOG.md

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

3+
## 0.7.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6)]:
8+
- @arktype/util@0.0.48
9+
10+
311
## 0.7.9
412

513
### Patch Changes

ark/attest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arktype/attest",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"author": {
55
"name": "David Blass",
66
"email": "[email protected]",

ark/schema/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @arktype/schema
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- [#997](https://github.com/arktypeio/arktype/pull/997) [`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - Add a new `parseAsSchema` API that accepts `unknown` and returns either a `ParseError` or a Root schema instance with a castable parameter.
8+
9+
Useful for stuff like:
10+
11+
```ts
12+
const s = schema("number")
13+
const fromSerialized = parseAsSchema(s.json)
14+
```
15+
16+
- Updated dependencies [[`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6)]:
17+
- @arktype/util@0.0.48
18+
319
## 0.1.11
420

521
### Patch Changes

ark/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arktype/schema",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/util/CHANGELOG.md

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

3+
## 0.0.48
4+
5+
### Patch Changes
6+
7+
- [#997](https://github.com/arktypeio/arktype/pull/997) [`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! -
8+
39
## 0.0.47
410

511
### Patch Changes

ark/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arktype/util",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"author": {
55
"name": "David Blass",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)