Skip to content

Commit 3da761f

Browse files
committed
fix: correct duplicate v19.2.1 entry to v19.2.2 on Versions page
Fixes #8429 The first v19.2.1 entry links to CHANGELOG anchor #1922 (v19.2.2, Dec 11) but was mislabeled as v19.2.1. The second entry correctly links to #1921 (v19.2.1, Dec 3). This matches the pattern of v19.1.3/v19.1.2 and v19.0.2/v19.0.1.
1 parent 6ec6134 commit 3da761f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For versions older than React 15, see [15.react.dev](https://15.react.dev).
5454
- [React 19 Deep Dive: Coordinating HTML](https://www.youtube.com/watch?v=IBBN-s77YSI)
5555

5656
**Releases**
57-
- [v19.2.1 (December, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1922-dec-11-2025)
57+
- [v19.2.2 (December, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1922-dec-11-2025)
5858
- [v19.2.1 (December, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1921-dec-3-2025)
5959
- [v19.2.0 (October, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1920-october-1st-2025)
6060
- [v19.1.3 (December, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1913-dec-11-2025)

0 commit comments

Comments
 (0)