diff --git a/.changeset/fix-ui-min-version.md b/.changeset/fix-ui-min-version.md new file mode 100644 index 00000000000..ba167d116fc --- /dev/null +++ b/.changeset/fix-ui-min-version.md @@ -0,0 +1,5 @@ +--- +'@clerk/ui': patch +--- + +Update `MIN_CLERK_JS_VERSION` to `6.0.0` for Core 3 release diff --git a/packages/ui/src/constants.ts b/packages/ui/src/constants.ts index 0e3d6743343..430524de6f9 100644 --- a/packages/ui/src/constants.ts +++ b/packages/ui/src/constants.ts @@ -1,5 +1,4 @@ -// TODO(USER-4603): Bump to '6.0.0' before Core 3 release -export const MIN_CLERK_JS_VERSION = '5.114.0'; +export const MIN_CLERK_JS_VERSION = '6.0.0'; export const USER_PROFILE_NAVBAR_ROUTE_ID = { ACCOUNT: 'account',