diff --git a/ark/attest/package.json b/ark/attest/package.json index b43c669f9..a14d1c463 100644 --- a/ark/attest/package.json +++ b/ark/attest/package.json @@ -1,6 +1,6 @@ { "name": "@ark/attest", - "version": "0.27.0", + "version": "0.28.0", "license": "MIT", "author": { "name": "David Blass", diff --git a/ark/fs/package.json b/ark/fs/package.json index 70b091117..40e7087af 100644 --- a/ark/fs/package.json +++ b/ark/fs/package.json @@ -1,6 +1,6 @@ { "name": "@ark/fs", - "version": "0.23.0", + "version": "0.24.0", "license": "MIT", "author": { "name": "David Blass", diff --git a/ark/schema/package.json b/ark/schema/package.json index b2be760bf..83ff35434 100644 --- a/ark/schema/package.json +++ b/ark/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ark/schema", - "version": "0.23.0", + "version": "0.24.0", "license": "MIT", "author": { "name": "David Blass", diff --git a/ark/type/package.json b/ark/type/package.json index f7b3f1e79..750594027 100644 --- a/ark/type/package.json +++ b/ark/type/package.json @@ -1,7 +1,7 @@ { "name": "arktype", "description": "TypeScript's 1:1 validator, optimized from editor to runtime", - "version": "2.0.0-rc.23", + "version": "2.0.0-rc.24", "license": "MIT", "author": { "name": "David Blass", diff --git a/ark/util/package.json b/ark/util/package.json index ace5135ac..f9c92e827 100644 --- a/ark/util/package.json +++ b/ark/util/package.json @@ -1,6 +1,6 @@ { "name": "@ark/util", - "version": "0.23.0", + "version": "0.24.0", "license": "MIT", "author": { "name": "David Blass", diff --git a/ark/util/registry.ts b/ark/util/registry.ts index 4cc94cbec..f504e9ee5 100644 --- a/ark/util/registry.ts +++ b/ark/util/registry.ts @@ -7,7 +7,7 @@ import { FileConstructor, objectKindOf } from "./objectKinds.ts" // recent node versions (https://nodejs.org/api/esm.html#json-modules). // For now, we assert this matches the package.json version via a unit test. -export const arkUtilVersion = "0.23.0" +export const arkUtilVersion = "0.24.0" export const initialRegistryContents = { version: arkUtilVersion,