From 5bace751da85f771ebd9fb11ea11d75646d3afce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Thu, 17 Oct 2024 14:54:04 +0200 Subject: [PATCH] Enable experimental onlyUpdatePeerDependentsWhenOutOfRange changeset option (#2727) --- .changeset/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index c3d4f122b5..16c4bd9921 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,5 +1,5 @@ { - "$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json", + "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json", "changelog": [ "@changesets/changelog-github", { "repo": "sumup-oss/circuit-ui" } @@ -9,5 +9,8 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": [] + "ignore": [], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }