We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f04b9 commit 7cbfd96Copy full SHA for 7cbfd96
2 files changed
.changeset/fix-ui-min-version.md
@@ -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
@@ -1,4 +1,5 @@
-export const MIN_CLERK_JS_VERSION = '6.0.0';
+// TODO(USER-4603): Bump to '6.0.0' before Core 3 release
+export const MIN_CLERK_JS_VERSION = '5.114.0';
export const USER_PROFILE_NAVBAR_ROUTE_ID = {
ACCOUNT: 'account',
0 commit comments