Emotion uses changesets to do versioning. This makes releasing really easy and changelogs are automatically generated.
- Run
yarn
to make sure everything is up to date - Run
yarn version-packages
. - Run
NPM_CONFIG_OTP=PUTANOTPCODEHERE yarn release
. If the 2FA code times out while publishing, run the command again with a new code, only the packages that were not published will be published.