This repo uses changesets, and a changeset-bot check runs on every PR.
-
If a PR changes a published package (anything under
modules/), add a changeset describing the change and its semver bump (npx changeset). -
If a PR's changes are confined to non-published workspaces (e.g. the
example-appinapps/, docs, CI config), no version bump is needed — but the changeset check still requires a changeset to be present. In that case add an empty changeset so the check passes without bumping any package:npx changeset --empty
Commit the generated
.changeset/*.mdfile along with the PR.