Skip to content

Commit 66b78cb

Browse files
authored
[18] Update versions page (#4482)
* [18] Update version page * Fix prettier
1 parent 7fb138a commit 66b78cb

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

content/versions.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md
33
- title: '17.0.2'
44
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1702-march-22-2021
5+
url: https://17.reactjs.org
56
- title: '17.0.1'
67
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1701-october-22-2020
78
- title: '17.0.0'
@@ -25,42 +26,22 @@
2526
- title: '16.9'
2627
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1690-august-8-2019
2728
- title: '16.8'
28-
path: /version/16.8
2929
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1680-february-6-2019
30-
url: https://5d4b5feba32acd0008d0df98--reactjs.netlify.com/
3130
- title: '16.7'
32-
path: /version/16.7
3331
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1670-december-19-2018
34-
url: https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/
3532
- title: '16.6'
36-
path: /version/16.6
3733
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1660-october-23-2018
38-
url: https://5c11762d4be4d10008916ab1--reactjs.netlify.com/
3934
- title: '16.5'
40-
path: /version/16.5
4135
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1650-september-5-2018
42-
url: https://5bcf5863c6aed64970d6de5b--reactjs.netlify.com/
4336
- title: '16.4'
44-
path: /version/16.4
4537
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1640-may-23-2018
46-
url: https://5b90c17ac9659241e7f4c938--reactjs.netlify.com
4738
- title: '16.3'
48-
path: /version/16.3
49-
url: https://5b05c94e0733d530fd1fafe0--reactjs.netlify.com
5039
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1632-april-16-2018
5140
- title: '16.2'
52-
path: /version/16.2
53-
url: https://5abc31d8be40f1556f06c4be--reactjs.netlify.com
5441
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1620-november-28-2017
5542
- title: '16.1'
56-
path: /version/16.1
57-
url: https://5a1dbcf14c4b93299e65b9a9--reactjs.netlify.com
5843
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1611-november-13-2017
5944
- title: '16.0'
60-
path: /version/16.0
61-
url: https://5a046bf5a6188f4b8fa4938a--reactjs.netlify.com
6245
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1600-september-26-2017
6346
- title: '15.6'
64-
path: /version/15.6
65-
url: https://react-legacy.netlify.com
6647
changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md#1562-september-25-2017

src/pages/versions.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,15 @@ const Versions = ({location}: Props) => (
4040
on GitHub
4141
</a>
4242
.<br />
43-
Documentation for recent releases can also be found below.
43+
Changelogs for recent releases can also be found below.
4444
</p>
45+
<blockquote>
46+
<p>Note</p>
47+
<p>
48+
The current docs are for React 18. For React 17, see{' '}
49+
<a href="https://17.reactjs.org">https://17.reactjs.org.</a>
50+
</p>
51+
</blockquote>
4552
<p>
4653
See our FAQ for information about{' '}
4754
<a href="/docs/faq-versioning.html">

0 commit comments

Comments
 (0)