From cb5e157bbc7c4fba706b86f1d79d0597c665e1b4 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 22 Aug 2024 19:33:53 +0530 Subject: [PATCH] Fix config --- .changeset/config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index efa614ce8..ffda055e8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,8 +7,6 @@ "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true - }, + "bumpVersionsWithWorkspaceProtocolOnly": true, "ignore": ["@mermaid-js/docs", "@mermaid-js/webpack-test", "@mermaid-js/mermaid-example-diagram"] }