File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ - title : ' 16.8'
2
+ changelog : https://github.com/facebook/react/blob/master/CHANGELOG.md#1680-february-6-2019
1
3
- title : ' 16.7'
4
+ path : /version/16.7
2
5
changelog : https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
6
+ url : https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/
3
7
- title : ' 16.6'
4
8
path : /version/16.6
5
9
changelog : https://github.com/facebook/react/blob/master/CHANGELOG.md#1660-october-23-2018
Original file line number Diff line number Diff line change 8
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
9
// the SSR part in node.js we won't have a proper location.
10
10
const urlRoot = 'https://reactjs.org' ;
11
- const version = '16.7 .0' ;
11
+ const version = '16.8 .0' ;
12
12
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js' ;
13
13
14
14
export { urlRoot , version , babelURL } ;
You can’t perform that action at this time.
0 commit comments