Skip to content

Commit

Permalink
Add 18.2.0 info in website (#4747)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Silbermann <[email protected]>
  • Loading branch information
swarnava and eps1lon authored Jun 15, 2022
1 parent a7b65d6 commit 763d57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- title: '18.2.0'
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1820-june-14-2022
- title: '18.1.0'
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1810-april-26-2022
- title: '18.0.0'
Expand Down
2 changes: 1 addition & 1 deletion src/site-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '18.1.0';
const version = '18.2.0';
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';

export {babelURL, urlRoot, version};

0 comments on commit 763d57b

Please sign in to comment.