Closed soloseng closed 8 months ago
Latest commit: 3e9ffcaba556137a0c17c454ca70a4c7debc817a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
Noticed that the changeset PR did not include any of the changesets created using renovate.
This caused the PR to only include changesets that were from PRs created by individual eng, and therefore would not release any packages that were updated from a renovate PR.
As an example of this, PR#181 should include the following packages to be release, but does not:
🦋 - @celo/encrypted-backup 🦋 - @celo/identity 🦋 - @celo/phone-number-privacy-common 🦋 - @celo/odis-identifiers
this can be verified by running
yarn changeset status
on main branch in your local env.