Affected Packages
@changesets/assemble-release-plan
Problem
Currently, when "fixed" option is specified with "onlyUpdatePeerDependentsWhenOutOfRange": true
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Packages are still bumped to major, to fix it I patch assemble-release-plan source code with the following patch https://github.com/shuding/nextra/blob/main/patches/%40changesets__assemble-release-plan%405.2.3.patch
Proposed solution
New option or rethink behaviour