-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Release version 8 #17169
Release version 8 #17169
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 37eef36:
|
60ecde9
to
6b3f3f4
Compare
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
* Delete ie11-polyfills * Update versions and beachball configs for v8 release
Pull request checklist
$ yarn change
Description of changes
Change all version 8-related packages to non-beta versions as the final step of the major release.
Change the repo default beachball config back to:
As a result of this change, most pre-release package beachball configs must be updated to maintain current versions. (Some of the current versions violate the
9.0.0-alpha
convention we discussed last week, but that can be fixed separately.)Open questions
react-shared-contexts
: currently at 1-beta and used by both v8 (ContextualMenu) and react-button--what to do? (PR currently adds special beachball config to keep as-is)Deleted package
Due to changes in plans I don't think we need this. We can bring it back later if needed.
v8-related packages bumped to major < 8
These packages were previously on
N-beta
where N > 0 and < 8. To go with prior convention I just removed the-beta
suffix and kept the major version.Bumped to version 8
Everything else
I updated other packages' beachball configs to keep their current versioning approach, so the only changes should be standard prerelease or patch bumps due to dep version updates.