github changesets/changesets @changesets/release-utils@1.0.0-next.10

pre-release3 hours ago

Major Changes

  • #2190 96b65ee Thanks @bluwy! - Move versioned prerelease changesets to .changeset/pre/ folder instead of accumulating in the root and tracking the versioned changeset ids in the .changeset/pre.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset status.

    This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in .changeset/pre/ can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids in pre.json if certain changesets are deleted.

Patch Changes

  • Updated dependencies [96b65ee]:
    • @changesets/pre@3.0.0-next.9
    • @changesets/read@1.0.0-next.10
    • @changesets/types@7.0.0-next.9

Don't miss a new changesets release

NewReleases is sending notifications on new releases.