Skip to content

Commit 763d57b

Browse files
swarnavaeps1lon
andauthored
Add 18.2.0 info in website (#4747)
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent a7b65d6 commit 763d57b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- title: '18.2.0'
2+
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1820-june-14-2022
13
- title: '18.1.0'
24
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1810-april-26-2022
35
- title: '18.0.0'

src/site-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
const version = '18.1.0';
11+
const version = '18.2.0';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

1414
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)