From a52d76b877cbb7d62f914d32dfede1275da18337 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Mon, 15 Nov 2021 13:26:30 -0500 Subject: [PATCH] Bump 18 from alpha to beta (#22766) --- .circleci/config.yml | 4 ++-- ReactVersions.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 843e2f5fba..a21dc532e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -464,7 +464,7 @@ workflows: - setup commit_sha: << pipeline.parameters.prerelease_commit_sha >> release_channel: stable - dist_tag: "next,alpha" + dist_tag: "next,beta" - publish_prerelease: name: Publish to Experimental channel requires: @@ -496,7 +496,7 @@ workflows: - setup commit_sha: << pipeline.git.revision >> release_channel: stable - dist_tag: "next,alpha" + dist_tag: "next,beta" - publish_prerelease: name: Publish to Experimental channel requires: diff --git a/ReactVersions.js b/ReactVersions.js index bdab35424e..03c9db2332 100644 --- a/ReactVersions.js +++ b/ReactVersions.js @@ -22,7 +22,7 @@ const ReactVersion = '18.0.0'; // The label used by the @next channel. Represents the upcoming release's // stability. Could be "alpha", "beta", "rc", etc. -const nextChannelLabel = 'alpha'; +const nextChannelLabel = 'beta'; const stablePackages = { 'create-subscription': ReactVersion,