Skip to content

@changesets/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 12:06
· 100 commits to main since this release
26c9c73

Minor Changes

  • #662 8c08469 Thanks @JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes