From ad12fa7fffa17daea4a6b329cd0b971363a9dec2 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 22 Aug 2024 19:35:10 +0530 Subject: [PATCH] Fix config --- .changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/config.json b/.changeset/config.json index 1696bf66e..ffda055e8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,6 @@ "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", + "bumpVersionsWithWorkspaceProtocolOnly": true, "ignore": ["@mermaid-js/docs", "@mermaid-js/webpack-test", "@mermaid-js/mermaid-example-diagram"] }