Skip to content

Commit

Permalink
chore: update versions (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 23, 2024
1 parent 1bf2066 commit c5569dd
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-ears-heal2.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/dirty-ears-heal3.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-ears.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- [#1024](https://github.com/arktypeio/arktype/pull/1024) [`5284b60`](https://github.com/arktypeio/arktype/commit/5284b6054209ffa38f02ae010c3e9ab3dff93653) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - ### Add .satisfies as an attest assertion to compare the value to an ArkType definition.

```ts
attest({ foo: "bar" }).satisfies({ foo: "string" })

// Error: foo must be a number (was string)
attest({ foo: "bar" }).satisfies({ foo: "number" })
```

- Updated dependencies [[`1bf2066`](https://github.com/arktypeio/arktype/commit/1bf2066800ce65edc918a24c251ce20f1ccf29f4)]:
- @arktype/util@0.0.50
- arktype@2.0.0-dev.25

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"author": {
"name": "David Blass",
"email": "david@arktype.io",
Expand Down
9 changes: 9 additions & 0 deletions ark/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @arktype/schema

## 0.1.17

### Patch Changes

- [#1024](https://github.com/arktypeio/arktype/pull/1024) [`5284b60`](https://github.com/arktypeio/arktype/commit/5284b6054209ffa38f02ae010c3e9ab3dff93653) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - ### Add support for index access, less indeterminate morph union errors (see full release notes in [ArkType's CHANGELOG](../type/CHANGELOG.md))

- Updated dependencies [[`1bf2066`](https://github.com/arktypeio/arktype/commit/1bf2066800ce65edc918a24c251ce20f1ccf29f4)]:
- @arktype/util@0.0.50

## 0.1.16

### 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.16",
"version": "0.1.17",
"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.50

### Patch Changes

- [`1bf2066`](https://github.com/arktypeio/arktype/commit/1bf2066800ce65edc918a24c251ce20f1ccf29f4) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - ### Add `dict` util for defaultable Records

## 0.0.49

### 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.49",
"version": "0.0.50",
"author": {
"name": "David Blass",
"email": "david@arktype.io",
Expand Down

0 comments on commit c5569dd

Please sign in to comment.