Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation
pnpm changesetThis will prompt you to:
- Select which packages have changes
- Choose the version bump type (major/minor/patch)
- Write a summary of the changes
pnpm versionThis will:
- Apply all pending changesets
- Update package versions
- Generate/update CHANGELOG.md files
- Update dependencies
pnpm releaseThis will:
- Build all packages
- Publish updated packages to npm
- Create git tags
For detailed documentation, see VERSIONING.md in the project root.