Skip to content

Commit bfc61c3

Browse files
author
Brian Vaughn
committed
Bumped docs version
1 parent bc756a8 commit bfc61c3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.idea
44
node_modules
55
public
6+
yarn-error.log

content/versions.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
- title: '16.5'
2+
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1650-september-5-2018
13
- title: '16.4'
4+
path: /version/16.4
25
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1640-may-23-2018
6+
url: https://5b90c17ac9659241e7f4c938--reactjs.netlify.com
37
- title: '16.3'
48
path: /version/16.3
59
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com

src/site-constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
const version = '16.4.2';
11+
const version = '16.5.0';
1212
const babelURL = '//unpkg.com/[email protected]/babel.min.js';
1313

1414
export {urlRoot, version, babelURL};

0 commit comments

Comments
 (0)