Skip to content

Commit 6b97753

Browse files
committed
bump versions
1 parent 8732d93 commit 6b97753

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

ark/attest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
NOTE: This changelog is incomplete, but will include notable attest-specific changes (many updates consist almost entirely of bumped `arktype` versions for assertions).
44

5+
## 0.51.0
6+
7+
Fix some tsconfig path resolution (thanks @LukeAbby🎉)
8+
9+
https://github.com/arktypeio/arktype/pull/1522
10+
511
## 0.47.0
612

713
Add a `failOnMissingSnapshots` config option. Defaults to `true` if `CI` is set in your environment, `false` otherwise.

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": "@ark/attest",
3-
"version": "0.50.0",
3+
"version": "0.51.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/docs/components/dts/util.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

ark/fs/package.json

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

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": "@ark/schema",
3-
"version": "0.50.0",
3+
"version": "0.51.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

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": "@ark/util",
3-
"version": "0.50.0",
3+
"version": "0.51.0",
44
"license": "MIT",
55
"author": {
66
"name": "David Blass",

ark/util/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { FileConstructor, objectKindOf } from "./objectKinds.ts"
88
// recent node versions (https://nodejs.org/api/esm.html#json-modules).
99

1010
// For now, we assert this matches the package.json version via a unit test.
11-
export const arkUtilVersion = "0.50.0"
11+
export const arkUtilVersion = "0.51.0"
1212

1313
export const initialRegistryContents = {
1414
version: arkUtilVersion,

0 commit comments

Comments
 (0)