From aa1c7c384dfd7799057640ee0a8511ac4bd2effd Mon Sep 17 00:00:00 2001 From: Daniel Steigerwald Date: Sun, 29 Oct 2023 13:01:16 +0100 Subject: [PATCH] Add working changeset setting --- .changeset/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index f38b47ab5..c7a4b13aa 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,9 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "useCalculatedVersionForSnapshots": true, + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }