Skip to content

Commit

Permalink
React 16.4.0 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored and gaearon committed May 24, 2018
1 parent aaf2642 commit 1de600d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- title: '16.4'
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1640-may-23-2018
- title: '16.3'
path: /version/16.3
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1632-april-16-2018
- title: '16.2'
path: /version/16.2
Expand Down
2 changes: 1 addition & 1 deletion src/site-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
const urlRoot = 'https://reactjs.org';
const version = '16.3.2';
const version = '16.4.0';
const babelURL = '//unpkg.com/[email protected]/babel.min.js';

export {urlRoot, version, babelURL};

0 comments on commit 1de600d

Please sign in to comment.