Skip to content

Commit 47377e1

Browse files
authored
fix(ui): update MIN_CLERK_JS_VERSION to 6.0.0 for Core 3 release (#7827)
1 parent 6448c21 commit 47377e1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/ui': patch
3+
---
4+
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)