Skip to content

Commit

Permalink
Merge pull request reactjs#1160 from bvaughn/version-bumpin
Browse files Browse the repository at this point in the history
Bumped docs version
  • Loading branch information
bvaughn authored Sep 6, 2018
2 parents fbda8a6 + dccc9c1 commit 82301e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.idea
node_modules
public
yarn-error.log
4 changes: 4 additions & 0 deletions content/versions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
- title: '16.5'
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1650-september-5-2018
- title: '16.4'
path: /version/16.4
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1640-may-23-2018
url: https://5b90c17ac9659241e7f4c938--reactjs.netlify.com
- title: '16.3'
path: /version/16.3
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com
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.4.2';
const version = '16.5.0';
const babelURL = '//unpkg.com/[email protected]/babel.min.js';

export {urlRoot, version, babelURL};

0 comments on commit 82301e1

Please sign in to comment.