We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6448c21 commit 47377e1Copy full SHA for 47377e1
2 files changed
.changeset/fix-ui-min-version.md
@@ -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
@@ -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',
0 commit comments