Détail du package

@changesets/pre

changesets5.6mMIT2.0.2

Utils to make a Changesets repo enter and exit pre mode

readme

A tool to manage versioning and changelogs
with a focus on multi-package repositories


npm package View changelog

The changesets workflow is designed to help when people are making changes, all the way through to publishing. It lets contributors declare how their changes should be released, then we automate updating package versions, and changelogs, and publishing new versions of packages based on the provided information.

Changesets has a focus on solving these problems for multi-package repositories, and keeps packages that rely on each other within the multi-package repository up-to-date, as well as making it easy to make changes to groups of packages.

How do we do that?

A changeset is an intent to release a set of packages at particular semver bump types with a summary of the changes made.

The @changesets/cli package allows you to write changeset files as you make changes, then combine any number of changesets into a release, that flattens the bump-types into a single release per package, handles internal dependencies in a multi-package-repository, and updates changelogs, as well as release all updated packages from a mono-repository with one command.

How do I get started?

If you just want to jump in to using changesets, the Intro to using changesets and @changesets/cli docs are where you should head.

If you want a detailed explanation of the concepts behind changesets, or to understand how you would build on top of changesets, check out our detailed-explanation.

We also have a dictionary.

Integrating with CI

While changesets can be an entirely manual process, we recommend integrating it with how your CI works.

To check that PRs contain a changeset, we recommend using the changeset bot, or if you want to fail builds on a changesets failure, run yarn changeset status in CI.

To make releasing easier, you can use this changesets github action to automate creating versioning pull requests, and optionally publishing packages.

Documentation

Cool Projects already using Changesets for versioning and changelogs

Thanks/Inspiration

  • bolt - Brought us a strong concept of how packages in a mono-repo should be able to interconnect, and provided the initial infrastructure to get inter-package information.
  • Atlassian - The original idea/sponsor of the changesets code, and where many of the ideas and processes were fermented. It was originally implemented by the team behind atlaskit.
  • lerna-semantic-release - put down many of the initial patterns around updating packages within a multi-package-repository, and started us thinking about how to manage dependent packages.
  • Thinkmill - For sponsoring the focused open sourcing of this project, and the version two rearchitecture.

changelog

@changesets/pre

2.0.2

Patch Changes

  • Updated dependencies [84a4a1b]:
    • @changesets/types@6.1.0

2.0.1

Patch Changes

2.0.0

Major Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

Patch Changes

  • Updated dependencies [a971652]:
    • @changesets/errors@0.2.0
    • @changesets/types@6.0.0

1.0.14

Patch Changes

  • Updated dependencies [521205d]:
    • @changesets/types@5.2.1

1.0.13

Patch Changes

  • Updated dependencies [8c08469]:
    • @changesets/types@5.2.0

1.0.12

Patch Changes

  • Updated dependencies [dd9b76f]:
    • @changesets/types@5.1.0

1.0.11

Patch Changes

  • Updated dependencies [c87eba6]:
    • @changesets/types@5.0.0

1.0.10

Patch Changes

  • Updated dependencies [27a5a82]:
    • @changesets/types@4.1.0

1.0.9

Patch Changes

  • #713 82be80e Thanks @zthxxx! - Fixed an issue with not being able to reenter exited pre mode.

1.0.8

Patch Changes

  • #667 fe8db75 Thanks @fz6m! - Upgraded @manypkg/get-packages dependency to fix getting correct packages in pnpm workspaces with exclude rules.

  • Updated dependencies [9a993ba]:

    • @changesets/types@4.0.2

1.0.7

Patch Changes

  • Updated dependencies [e89e28a]:
    • @changesets/types@4.0.1

1.0.6

Patch Changes

  • Updated dependencies [de2b4a5]:
    • @changesets/types@4.0.0

1.0.5

Patch Changes

  • cdfbe16 #402 Thanks @Andarist! - Fixed return type of the readPreState function. It is now properly annotated as Promise<PreState | undefined> instead of just Promise<PreState>.

1.0.4

Patch Changes

  • Updated dependencies [2b49d66]:
    • @changesets/types@3.0.0

1.0.3

Patch Changes

1.0.2

Patch Changes

  • Updated dependencies [011d57f]:
    • @changesets/types@2.0.0

1.0.1

Patch Changes

  • 04ddfd7 #305 Thanks @Noviny! - Add link to changelog in readme

  • b49e1cf #306 Thanks @Andarist! - Ignore node_modules when glob searching for packages. This fixes an issue with package cycles.

  • Updated dependencies [04ddfd7, e56928b]:

    • @changesets/errors@0.1.3
    • @changesets/types@1.0.1

1.0.0

Major Changes

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

Patch Changes