I was asked to add a changeset when submitting a PR. There was a nice guide here: changesets/docs/adding-a-changeset.md at main ยท changesets/changesets (github.com)
 - Run 
npx changeset - Select the packages using arrows and space to select, enter to confirm. (in monorepo)
 - Select what kind of bump you want (major, minor or patch).
 - Provide a message. Optional, add markdown to make it look nicer.
 - Commit!