diff --git a/.changeset/fix-ui-min-version.md b/.changeset/fix-ui-min-version.md index 926b5481829..ba167d116fc 100644 --- a/.changeset/fix-ui-min-version.md +++ b/.changeset/fix-ui-min-version.md @@ -2,4 +2,4 @@ '@clerk/ui': patch --- -Fix MIN_CLERK_JS_VERSION to match current clerk-js version until major release +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',