From ccdd2ba3fba94119ac4d65db4d09b30a227b07cc Mon Sep 17 00:00:00 2001 From: Valentin <3774962+val1984@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:22:28 +0200 Subject: [PATCH] Update versions to mention the latest version: 19.1 GitHub Copilot web search replies that React latest version is 19.0 because 19.1 is not present in this page --- src/content/versions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/versions.md b/src/content/versions.md index 8530f632476..54bc309f1d8 100644 --- a/src/content/versions.md +++ b/src/content/versions.md @@ -11,7 +11,7 @@ The React docs at [react.dev](https://react.dev) provide documentation for the l We aim to keep the docs updated within major versions, and do not publish versions for each minor or patch version. When a new major is released, we archive the docs for the previous version as `x.react.dev`. See our [versioning policy](/community/versioning-policy) for more info. You can find an archive of previous major versions below. -## Latest version: 19.0 {/*latest-version*/} +## Latest version: 19.1 {/*latest-version*/} - [react.dev](https://react.dev) {/*docs-19*/} @@ -51,6 +51,7 @@ For versions older than React 15, see [15.react.dev](https://15.react.dev). - [React 19 Deep Dive: Coordinating HTML](https://www.youtube.com/watch?v=IBBN-s77YSI) **Releases** +- [v19.1.0 (March, 2025)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1910-march-28-2025) - [v19.0.0 (December, 2024)](https://github.com/facebook/react/blob/main/CHANGELOG.md#1900-december-5-2024) ### React 18 {/*react-18*/}