github changesets/changesets @changesets/cli@2.26.0

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

Minor Changes

  • #1033 521205d Thanks @Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

Patch Changes

  • Updated dependencies [598136a, 521205d, 521205d, 598136a, 598136a, 521205d]:
    • @changesets/git@2.0.0
    • @changesets/config@2.3.0
    • @changesets/types@5.2.1
    • @changesets/apply-release-plan@6.1.3
    • @changesets/read@0.5.9
    • @changesets/assemble-release-plan@5.2.3
    • @changesets/get-release-plan@3.0.16
    • @changesets/changelog-git@0.1.14
    • @changesets/get-dependents-graph@1.3.5
    • @changesets/pre@1.0.14
    • @changesets/write@0.2.3

Don't miss a new changesets release

NewReleases is sending notifications on new releases.