Skip to content

Commit 7cbfd96

Browse files
authored
fix(ui): set MIN_CLERK_JS_VERSION to current clerk-js version (#7747)
1 parent 88f04b9 commit 7cbfd96

2 files changed

Lines changed: 7 additions & 1 deletion

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+
Fix MIN_CLERK_JS_VERSION to match current clerk-js version until major release

packages/ui/src/constants.ts

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

34
export const USER_PROFILE_NAVBAR_ROUTE_ID = {
45
ACCOUNT: 'account',

0 commit comments

Comments
 (0)