Skip to content

Commit

Permalink
Bump RC version to 19.0.0-rc.1 (#31542)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored Nov 14, 2024
1 parent 988e217 commit 7aa5dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7aa5dda

Please sign in to comment.