Skip to content

Commit a78fdc3

Browse files
committed
[18] Bump version to 18 (#4478)
1 parent 9066aa5 commit a78fdc3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: content/versions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- title: '18.0.0'
2+
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md
13
- title: '17.0.2'
24
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1702-march-22-2021
35
- title: '17.0.1'

Diff for: src/site-constants.js

+1-1
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 = '17.0.2';
11+
const version = '18.0.0';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

1414
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)