Bump RC version to 19.0.0-rc.1 (#31542)
Andrew Clark committed
Nov 14, 2024 at 11:48 UTC
7aa5dda3b3e4c2baa905a59b922ae7ec14734b24
1 file changed
+1
-1
ReactVersions.js
+1
-1
@@ -30,7 +30,7 @@ const canaryChannelLabel = 'rc';
30
31
// If the canaryChannelLabel is "rc", the build pipeline will use this to build
32
// an RC version of the packages.
33
-const rcNumber = 0;
33
+const rcNumber = 1;
34
35
const stablePackages = {
36
'eslint-plugin-react-hooks': '5.1.0',