Bump RC version to 19.0.0-rc.1 (#31542)

This commit is contained in:
Andrew Clark 2024-11-14 11:48:33 -05:00 committed by GitHub
parent 988e217670
commit 7aa5dda3b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',