Skip to content

Commit 3f92a12

Browse files
committed
fix(ui): update MIN_CLERK_JS_VERSION to 6.0.0 for Core 3 release
1 parent b971d0b commit 3f92a12

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.changeset/fix-ui-min-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@clerk/ui': patch
33
---
44

5-
Fix MIN_CLERK_JS_VERSION to match current clerk-js version until major release
5+
Update `MIN_CLERK_JS_VERSION` to `6.0.0` for Core 3 release

packages/ui/src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// TODO(USER-4603): Bump to '6.0.0' before Core 3 release
2-
export const MIN_CLERK_JS_VERSION = '5.114.0';
1+
export const MIN_CLERK_JS_VERSION = '6.0.0';
32

43
export const USER_PROFILE_NAVBAR_ROUTE_ID = {
54
ACCOUNT: 'account',

0 commit comments

Comments
 (0)