From cb6e3b1d86d01f4576bca793962a11b435d5890f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:19:39 +0100 Subject: [PATCH] chore: update changeset config Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index a8999b82..abc3aaf3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -22,5 +22,9 @@ "commit": false, "linked": [], "access": "public", - "baseBranch": "master" + "baseBranch": "master", + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true, + "useCalculatedVersionForSnapshots": true + } }