[Not for merge] Old majors branch #20024
Closed
+283,110
−24
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.
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 publishfrom the folders I checked in.