Skip to content

Commit 2a5b6cc

Browse files
author
Brian Vaughn
committed
Merge branch 'nikhilem-update-version-number'
2 parents 9f4b4a9 + af11b29 commit 2a5b6cc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
- title: '16.8'
2+
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1680-february-6-2019
13
- title: '16.7'
4+
path: /version/16.7
25
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
6+
url: https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/
37
- title: '16.6'
48
path: /version/16.6
59
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1660-october-23-2018

src/site-constants.js

Lines changed: 1 addition & 1 deletion
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.7.0';
11+
const version = '16.8.0';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

1414
export {urlRoot, version, babelURL};

0 commit comments

Comments
 (0)