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
Just run the below in your local branch and answer the questions that follow, it will create a new commit with the changes that you can push as part of your PR.
yarn changeset
We follow Semantic Versioning for versioning. Select according to the change you have done in your branch:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.