From fc46dba67fc47783bbb5919e656c66c6e51ce16d Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 29 Mar 2022 10:53:46 -0400 Subject: [PATCH] Remove rc suffix from versions (#24190) * Remove rc suffix from versions * Bump eslint-plugin-react-hooks version I noticed this one was behind the latest published version --- ReactVersions.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ReactVersions.js b/ReactVersions.js index 17fb8ce8474df..c3a865928cdf5 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -18,7 +18,7 @@ // // 0.0.0-experimental-241c4467e-20200129 -const ReactVersion = '18.0.0-rc.3'; +const ReactVersion = '18.0.0'; // The label used by the @next channel. Represents the upcoming release's // stability. Could be "alpha", "beta", "rc", etc. @@ -26,18 +26,18 @@ const nextChannelLabel = 'next'; const stablePackages = { 'create-subscription': ReactVersion, - 'eslint-plugin-react-hooks': '4.2.1-rc.3', - 'jest-react': '0.12.1-rc.3', + 'eslint-plugin-react-hooks': '4.4.0', + 'jest-react': '0.12.1', react: ReactVersion, 'react-art': ReactVersion, 'react-dom': ReactVersion, 'react-is': ReactVersion, - 'react-reconciler': '0.27.0-rc.3', - 'react-refresh': '0.11.0-rc.3', + 'react-reconciler': '0.27.0', + 'react-refresh': '0.11.0', 'react-test-renderer': ReactVersion, - 'use-subscription': '1.6.0-rc.3', - 'use-sync-external-store': '1.0.0-rc.3', - scheduler: '0.21.0-rc.3', + 'use-subscription': '1.6.0', + 'use-sync-external-store': '1.0.0', + scheduler: '0.21.0', }; // These packages do not exist in the @next or @latest channel, only