diff --git a/.changeset/config.json b/.changeset/config.json index d570a586a8..619eadd45c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,6 +10,6 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [], + "ignore": ["@arktype/repo", "@arktype/docs", "@arktype/arkdark"], "bumpVersionsWithWorkspaceProtocolOnly": true } diff --git a/ark/dark/package.json b/ark/dark/package.json index beee40f555..2781cdd488 100644 --- a/ark/dark/package.json +++ b/ark/dark/package.json @@ -1,5 +1,6 @@ { - "name": "arkdark", + "name": "@arktype/arkdark", + "private": true, "displayName": "ArkDark", "description": "ArkType syntax highlighting and themeā›µ", "version": "5.1.3", diff --git a/ark/docs/package.json b/ark/docs/package.json index daccf44540..b6e212b00f 100644 --- a/ark/docs/package.json +++ b/ark/docs/package.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "@arktype/docs", "private": true, "type": "module", "version": "0.0.1",