From 3f92a1255e0ec347eba4b809543f15875d4366b0 Mon Sep 17 00:00:00 2001 From: Jacek Date: Wed, 11 Feb 2026 19:41:04 -0600 Subject: [PATCH] fix(ui): update MIN_CLERK_JS_VERSION to 6.0.0 for Core 3 release --- .changeset/fix-ui-min-version.md | 2 +- packages/ui/src/constants.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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',