diff --git a/.changeset/config.json b/.changeset/config.json index 431858cdfa..c5cc908fa5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -31,6 +31,7 @@ ], "linked": [], "access": "public", + "privatePackages": false, "baseBranch": "main", "updateInternalDependencies": "patch", "bumpVersionsWithWorkspaceProtocolOnly": true, diff --git a/e2e/adapter/package.json b/e2e/adapter/package.json index 6fc133db2c..a1f87c6f7d 100644 --- a/e2e/adapter/package.json +++ b/e2e/adapter/package.json @@ -17,6 +17,5 @@ "dependencies": { "deepmerge": "^4.3.1", "kysely": "^0.28.14" - }, - "version": null + } } diff --git a/e2e/integration/test-utils/package.json b/e2e/integration/test-utils/package.json index 35c86fbb5f..94118399b8 100644 --- a/e2e/integration/test-utils/package.json +++ b/e2e/integration/test-utils/package.json @@ -7,6 +7,5 @@ "private": true, "devDependencies": { "terminate": "^2.8.0" - }, - "version": null + } }