This repository uses changesets to manage versioning and publishing.
When making changes that should result in a version bump, run:
npm run changesetThis will open an interactive prompt to:
- Select which packages are affected
- Choose the semver bump type (patch, minor, major)
- Write a summary of the changes
When ready to release, the release workflow will:
- Consume all pending changesets
- Update package versions
- Update CHANGELOG.md files
- Publish to npm
To manually bump versions locally (creates a PR):
npm run version-packages