This repository uses Changesets for version management and publishing.
Run the following command at the root of the repository:
pnpm changesetWe recommend creating a changeset for every PR that includes functional changes.
- When a PR with changesets is merged, a "Version Packages" PR is automatically created or updated
- This PR shows the final CHANGELOG updates and the versions that will be published for each package
- Merging the "Version Packages" PR automatically publishes the packages to npm
For more details, see the Changesets documentation and Changesets GitHub Action.