diff --git a/.changeset/config.json b/.changeset/config.json index b65ea2b7..3127f200 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -20,5 +20,6 @@ "packageDir": "." }, "tagFormat": "@/@${version}", - "updateInternalDependencies": "patch" -} \ No newline at end of file + "updateInternalDependencies": "patch", + "bumpVersionsWithWorkspaceProtocolOnly": true +}