mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update version number in header and versions page
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
- title: '16.8'
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1680-february-6-2019
|
||||
- title: '16.7'
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
|
||||
- title: '16.6'
|
||||
|
||||
@@ -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