Skip to content

Commit 5bace75

Browse files
authored
Enable experimental onlyUpdatePeerDependentsWhenOutOfRange changeset option (#2727)
1 parent 3830252 commit 5bace75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "sumup-oss/circuit-ui" }
@@ -9,5 +9,8 @@
99
"access": "public",
1010
"baseBranch": "main",
1111
"updateInternalDependencies": "minor",
12-
"ignore": []
12+
"ignore": [],
13+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
14+
"onlyUpdatePeerDependentsWhenOutOfRange": true
15+
}
1316
}

0 commit comments

Comments
 (0)