Skip to content

Commit

Permalink
Enable experimental onlyUpdatePeerDependentsWhenOutOfRange changeset …
Browse files Browse the repository at this point in the history
…option (#2727)
  • Loading branch information
connor-baer authored Oct 17, 2024
1 parent 3830252 commit 5bace75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -9,5 +9,8 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": []
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}

0 comments on commit 5bace75

Please sign in to comment.