-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump package versions #13254
fix: bump package versions #13254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change makes sense to me, thanks! I'm curious if we can remove the manual tagging step in the description though, could you confirm if it's required?
80a3a26
to
990f451
Compare
Thanks @jimblanc, verified that this is an optional step and can be skipped. The packages published are the same without performing this manual step. The only difference is, lerna only creates and pushes tags for the new packages it's publishing. So this old tags (example |
9d8bc76
to
10f1d52
Compare
Description of changes
The following package versions are deprecated. This PR updates the versions of these packages to their latest deprecated versions. Lerna would then bump these to their next patch version going past the deprecated versions. This would help us avoid chances of conflicting with these deprecated versions during release.
Steps to take during release(optional)1. create and push tags for the same version to remote2. release as usualDescription of how you validated changes
Tested locally using verdaccio
Changes Detected
Packages Published
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.