This project uses
This project uses changesets to manage package versioning. When adding a change, run pnpm changeset
. This will prompt you to select the packages your change affects, and the type of change you are making (patch, minor, or major). This command will generate a new file in the .changesets
directory, which you should edit to provide a detailed explanation of your changes.
To publish a new version, merge the pull request created by changesets/action on GitHub. Robots will take care of the rest!