From 294c3ba6320217b80496443d3b044bb00b09318e Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:45:18 +0200 Subject: [PATCH] chore(changeset): remove expiremental flag Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index abc3aaf3..2df85f40 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -24,7 +24,6 @@ "access": "public", "baseBranch": "master", "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true, - "useCalculatedVersionForSnapshots": true + "onlyUpdatePeerDependentsWhenOutOfRange": true } }