Skip to content

Commit

Permalink
chore(changesets): add onlyUpdatePeerDependentsWhenOutOfRange
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 25, 2024
1 parent 5420aa0 commit 9e9c755
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
Expand Up @@ -6,6 +6,9 @@
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["extension"]
"updateInternalDependencies": "minor",
"ignore": ["extension"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}

0 comments on commit 9e9c755

Please sign in to comment.