mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Merge branch 'nikhilem-update-version-number'
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
- title: '16.8'
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1680-february-6-2019
|
||||
- title: '16.7'
|
||||
path: /version/16.7
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
|
||||
url: https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/
|
||||
- title: '16.6'
|
||||
path: /version/16.6
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1660-october-23-2018
|
||||
|
||||
@@ -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.7.0';
|
||||
const version = '16.8.0';
|
||||
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
|
||||
|
||||
export {urlRoot, version, babelURL};
|
||||
|
||||
Reference in New Issue
Block a user