Skip to content
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

Hello 15.6 Release Candidate #9828

Merged
merged 2 commits into from
Jun 1, 2017

Commits on Jun 1, 2017

  1. 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:**
    facebook#9398
    flarnie committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    2276aaa View commit details
    Browse the repository at this point in the history
  2. 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:**
    facebook#9398
    flarnie committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    08c9b02 View commit details
    Browse the repository at this point in the history