Browse Source
Merge pull request #1160 from bvaughn/version-bumpin
Bumped docs version
main
Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
1 deletions
-
.gitignore
-
content/versions.yml
-
src/site-constants.js
|
@ -3,3 +3,4 @@ |
|
|
.idea |
|
|
.idea |
|
|
node_modules |
|
|
node_modules |
|
|
public |
|
|
public |
|
|
|
|
|
yarn-error.log |
|
@ -1,5 +1,9 @@ |
|
|
|
|
|
- title: '16.5' |
|
|
|
|
|
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1650-september-5-2018 |
|
|
- title: '16.4' |
|
|
- title: '16.4' |
|
|
|
|
|
path: /version/16.4 |
|
|
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1640-may-23-2018 |
|
|
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1640-may-23-2018 |
|
|
|
|
|
url: https://5b90c17ac9659241e7f4c938--reactjs.netlify.com |
|
|
- title: '16.3' |
|
|
- title: '16.3' |
|
|
path: /version/16.3 |
|
|
path: /version/16.3 |
|
|
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com |
|
|
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com |
|
|
|
@ -8,7 +8,7 @@ |
|
|
// NOTE: We can't just use `location.toString()` because when we are rendering
|
|
|
// 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.
|
|
|
// the SSR part in node.js we won't have a proper location.
|
|
|
const urlRoot = 'https://reactjs.org'; |
|
|
const urlRoot = 'https://reactjs.org'; |
|
|
const version = '16.4.2'; |
|
|
const version = '16.5.0'; |
|
|
const babelURL = '//unpkg.com/babel-standalone@6.26.0/babel.min.js'; |
|
|
const babelURL = '//unpkg.com/babel-standalone@6.26.0/babel.min.js'; |
|
|
|
|
|
|
|
|
export {urlRoot, version, babelURL}; |
|
|
export {urlRoot, version, babelURL}; |
|
|