Browse Source

Merge branch 'nikhilem-update-version-number'

main
Brian Vaughn 6 years ago
parent
commit
2a5b6cc103
  1. 4
      content/versions.yml
  2. 2
      src/site-constants.js

4
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

2
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};

Loading…
Cancel
Save