Skip to content

Commit

Permalink
chore: update versions (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent 232fc42 commit a7252a6
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .changeset/happy-toys-flap.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/happy-toys-tap.md

This file was deleted.

8 changes: 8 additions & 0 deletions ark/attest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @arktype/attest

## 0.7.10

### Patch Changes

- Updated dependencies [[`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6)]:
- @arktype/util@0.0.48
- [email protected]

## 0.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ark/attest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arktype/attest",
"version": "0.7.9",
"version": "0.7.10",
"author": {
"name": "David Blass",
"email": "[email protected]",
Expand Down
16 changes: 16 additions & 0 deletions ark/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @arktype/schema

## 0.1.12

### Patch Changes

- [#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.

Useful for stuff like:

```ts
const s = schema("number")
const fromSerialized = parseAsSchema(s.json)
```

- Updated dependencies [[`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6)]:
- @arktype/util@0.0.48

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ark/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arktype/schema",
"version": "0.1.11",
"version": "0.1.12",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
6 changes: 6 additions & 0 deletions ark/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arktype/util

## 0.0.48

### Patch Changes

- [#997](https://github.com/arktypeio/arktype/pull/997) [`232fc42`](https://github.com/arktypeio/arktype/commit/232fc42af18e8412d0095293926077a9c50abdc6) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! -

## 0.0.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ark/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arktype/util",
"version": "0.0.47",
"version": "0.0.48",
"author": {
"name": "David Blass",
"email": "[email protected]",
Expand Down

0 comments on commit a7252a6

Please sign in to comment.