From 79e36bcf39816ba4dd9c5330aa0fa5794b175e9d Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Thu, 14 Nov 2024 11:10:37 -0500 Subject: [PATCH] Bump RC version to 19.0.0-rc.1 --- ReactVersions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactVersions.js b/ReactVersions.js index 731f5f336270e..ead100384e8bc 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -30,7 +30,7 @@ const canaryChannelLabel = 'rc'; // If the canaryChannelLabel is "rc", the build pipeline will use this to build // an RC version of the packages. -const rcNumber = 0; +const rcNumber = 1; const stablePackages = { 'eslint-plugin-react-hooks': '5.1.0',