diff --git a/.changeset/config.json b/.changeset/config.json index 619eadd45c..3be5056d1f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,6 +10,6 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@arktype/repo", "@arktype/docs", "@arktype/arkdark"], + "ignore": ["arktype", "@arktype/repo", "@arktype/docs", "@arktype/arkdark"], "bumpVersionsWithWorkspaceProtocolOnly": true } diff --git a/.changeset/light-tomatoes-vanish.md b/.changeset/light-tomatoes-vanish.md deleted file mode 100644 index f827813130..0000000000 --- a/.changeset/light-tomatoes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"arktype": patch ---- - -Initial changeset diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index c5b1705b8c..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mode": "exit", - "tag": "dev", - "initialVersions": { - "@arktype/attest": "0.7.5", - "@arktype/arkdark": "5.1.3", - "@arktype/docs": "0.0.1", - "@arktype/fs": "0.0.19", - "@arktype/schema": "0.1.5", - "arktype": "2.0.0-dev.13", - "@arktype/util": "0.0.43" - }, - "changesets": [] -} diff --git a/ark/attest/package.json b/ark/attest/package.json index b99dee989d..c7ce3220f0 100644 --- a/ark/attest/package.json +++ b/ark/attest/package.json @@ -25,7 +25,7 @@ "bunTest": "bun test --preload ../repo/bunTestSetup.ts" }, "dependencies": { - "arktype": "workspace:*", + "arktype": "2.0.0-dev.13", "@arktype/fs": "workspace:*", "@arktype/util": "workspace:*", "@typescript/vfs": "1.5.0", diff --git a/ark/type/package.json b/ark/type/package.json index b58468ea5f..0496fdb425 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-dev.13", + "version": "2.0.0-dev.14", "license": "MIT", "author": { "name": "David Blass",