Release

June 20, 2026 ยท View on GitHub

This project uses Changesets for versioning and release notes.

Release Flow

  1. Ensure all intended changes are merged and CI is green.
  2. Run yarn version to apply Changesets version and changelog updates.
  3. Review the generated package and changelog changes.
  4. Run the release command, if configured for the repository.

No root release script is currently defined. Use the repository's publishing workflow or add one before publishing.

Changesets

Add a changeset for user-facing package behavior changes:

yarn changeset

Documentation-only, test-only, and internal refactor PRs usually do not need a changeset unless they describe or accompany a release-worthy behavior change.