github changesets/changesets @changesets/assemble-release-plan@5.2.2

latest releases: @changesets/cli@2.29.7, @changesets/apply-release-plan@7.0.13, @changesets/cli@2.29.6...
2 years ago

Patch Changes

  • #949 64585ea Thanks @Andarist, @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.

  • Updated dependencies [8c08469]:

    • @changesets/types@5.2.0
    • @changesets/get-dependents-graph@1.3.4

Don't miss a new changesets release

NewReleases is sending notifications on new releases.