Skip to content

fix: correct duplicate v19.2.1 entry to v19.2.2 on Versions page#8476

Open
Ashutosh0x wants to merge 1 commit into
reactjs:mainfrom
Ashutosh0x:fix/versions-duplicate-v19.2.1
Open

fix: correct duplicate v19.2.1 entry to v19.2.2 on Versions page#8476
Ashutosh0x wants to merge 1 commit into
reactjs:mainfrom
Ashutosh0x:fix/versions-duplicate-v19.2.1

Conversation

@Ashutosh0x

Copy link
Copy Markdown

Summary

Fixes duplicate v19.2.1 entry on the React Versions page.

Closes #8429

Problem

The Versions page lists v19.2.1 twice with different CHANGELOG anchors:

  • Line 1: v19.2.1 linking to #1922-dec-11-2025
  • Line 2: v19.2.1 linking to #1921-dec-3-2025

Fix

The first entry's anchor #1922 corresponds to v19.2.2 (December 11, 2025), not v19.2.1. This matches the pattern across all version lines:

Dec 11 release Dec 3 release
v19.2.2 v19.2.1
v19.1.3 v19.1.2
v19.0.2 v19.0.1

Changed the first entry from v19.2.1 to v19.2.2.

cc @rickhanlonii

Fixes reactjs#8429

The first v19.2.1 entry links to CHANGELOG anchor reactjs#1922 (v19.2.2, Dec 11) but was mislabeled as v19.2.1. The second entry correctly links to reactjs#1921 (v19.2.1, Dec 3). This matches the pattern of v19.1.3/v19.1.2 and v19.0.2/v19.0.1.
@github-actions

Copy link
Copy Markdown

Size changes

Details

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Typo]: Duplicate v19.2.1 entries on React Versions page

1 participant