diff --git a/content/versions.yml b/content/versions.yml index 896af542b..8f1ca21be 100644 --- a/content/versions.yml +++ b/content/versions.yml @@ -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 diff --git a/src/site-constants.js b/src/site-constants.js index 369911383..8dd09616b 100644 --- a/src/site-constants.js +++ b/src/site-constants.js @@ -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};