Fixes # (issue)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Internal change (refactoring, tests, tooling)
Does this PR need a changeset?
- ✅ Yes - I have created a changeset (
pnpm changeset) - ❌ No - This is an internal-only change (docs, tests, tooling)
Quick reminder:
pnpm changeset # Creates a changeset interactively📚 Full guide: Changeset Workflow Guide
Need help? See when to create changesets and examples
-
mainbranch → Stable release (default) -
betabranch → Beta/prerelease version - Other feature branch → No release
Releasing a beta? See the Beta Release Workflow Guide for instructions.
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have added tests that prove my fix is effective or that my feature works
- Existing tests pass locally (
pnpm test) - Linting passes (
pnpm lint) - Build succeeds (
pnpm build)
- The title of my pull request follows the conventional commits standard
- Changes have been documented in the README/documentation (if applicable)
- Breaking changes are clearly documented with migration steps
- I have created a changeset (
pnpm changeset) - if this affects published packages - The changeset has a clear, user-focused description
- Version bump type is appropriate (patch/minor/major)
- All affected packages are included in the changeset