-
Notifications
You must be signed in to change notification settings - Fork 47k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello 15.6 Release Candidate (#9828)
* Hello 15.6 Release Candidate **what is the change?:** We update the versions of all associated React packages when bumping the version of React. **why make this change?:** We want to publish a RC to give folks time to try out the latest version before it's final. Why bump the version of every other associated package? It makes the dependency between them more clear. There will be cases where we make a fix in React-DOM and it requires changes in React core. In that case, it will be more clear to people when we update the versions of both and they remain in sync. **test plan:** Visual inspection **issue:** #9398 * Update a couple more packages versions **what is the change?:** Updates version for 'react-dom-factories' package and 'react-addons' template. **why make this change?:** We missed these in the previous commit, which was copying the approach from https://github.com/facebook/react/pull/9828/files **test plan:** Visual inspection, and running the build **issue:** #9398
- Loading branch information
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
|
||
'use strict'; | ||
|
||
module.exports = '15.5.4'; | ||
module.exports = '15.6.0-rc.1'; |