Skip to content

Latest commit

History

History
17 lines (13 loc) 路 558 Bytes

silent-ants-smell.md

File metadata and controls

17 lines (13 loc) 路 558 Bytes
@changesets/assemble-release-plan @changesets/cli
patch
patch

author: @Andarist author: @BPScott

Fixed the issue that caused transitive dependents of dev dependents to be bumped when a package got bumped and when using ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.updateInternalDependents: "always". To illustrate this with an example:

pkg-a - version: 1.0.0
pkg-b - devDependencies['pkg-a']: 1.0.0
pkg-c - dependencies['pkg-b']: 1.0.0

With a changeset for pkg-a the pkg-c could have been sometimes incorrectly released.