-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[Not for merge] Old majors branch #20024
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
CLA Signed
React Core Team
Opened by a member of the React Core Team
labels
Oct 14, 2020
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 4337c1c:
|
Released from the branch. Let's keep the branch in case we want to do more releases. |
This was referenced Aug 6, 2024
This was referenced Sep 13, 2024
This was referenced Sep 24, 2024
This was referenced Sep 26, 2024
This was referenced Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch contains checked-in complete npm packages from 0.14, 15, and 16.
The first commit add them, and the next commit adds build artifacts for the JSX runtimes. The last commit bumps npm versions to
0.14.10
,15.7.0
, and16.14.0
.Note this is the first release of 16 that isn't done through a proper build. If we later need to cut another release for any of those majors that isn't possible to hack into the bundle manually, then we'd need to do some work reconstructing this change for each of the individual branches (e.g.
15-stable
). I want to cross that bridge when we get there because it's extra work. It's just something to be mindful of if we ever cut another release for those majors.My plan is to run
npm publish
from the folders I checked in.