Skip to content

Commit

Permalink
chore: update versions (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent 79c2b27 commit cd6cff2
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .changeset/healthy-numbers-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-icons-impress.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.7

### Patch Changes

- Updated dependencies [[`79c2b27`](https://github.com/arktypeio/arktype/commit/79c2b276c3645ea51e7bae8fe4463f2f39ddabc8)]:
- @arktype/util@0.0.45
- arktype@2.0.0-dev.15

## 0.7.6

### 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.6",
"version": "0.7.7",
"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.7

### Patch Changes

- [#971](https://github.com/arktypeio/arktype/pull/971) [`79c2b27`](https://github.com/arktypeio/arktype/commit/79c2b276c3645ea51e7bae8fe4463f2f39ddabc8) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - Pipe and narrow bug fixes (see [arktype CHANGELOG](../type/CHANGELOG.md))

- Updated dependencies [[`79c2b27`](https://github.com/arktypeio/arktype/commit/79c2b276c3645ea51e7bae8fe4463f2f39ddabc8)]:
- @arktype/util@0.0.45

## 0.1.6

### 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.6",
"version": "0.1.7",
"license": "MIT",
"author": {
"name": "David Blass",
Expand Down
15 changes: 15 additions & 0 deletions ark/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @arktype/util

## 0.0.45

### Patch Changes

- [#971](https://github.com/arktypeio/arktype/pull/971) [`79c2b27`](https://github.com/arktypeio/arktype/commit/79c2b276c3645ea51e7bae8fe4463f2f39ddabc8) Thanks [@ssalbdivad](https://github.com/ssalbdivad)! - Provide recommended tsconfig via `tsconfig.base.json`, e.g.:

`tsconfig.json`

```ts
{
"extends": "@arktype/util/tsconfig.base.json",
// your settings here
}
```

## 0.0.44

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

0 comments on commit cd6cff2

Please sign in to comment.