From 5cdf2a6774637010320e4cf3a359e27239d901ea Mon Sep 17 00:00:00 2001 From: Edmund Hung Date: Mon, 25 Nov 2024 17:30:00 +0000 Subject: [PATCH] chore: restrict changeset version bump to workspace protocol only (#7335) --- .changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/config.json b/.changeset/config.json index e2ab649bdf93..c53c4895f079 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -9,6 +9,7 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", + "bumpVersionsWithWorkspaceProtocolOnly": true, "ignore": [], "privatePackages": { "tag": true,