fix(ui): set MIN_CLERK_JS_VERSION to current clerk-js version#7747
fix(ui): set MIN_CLERK_JS_VERSION to current clerk-js version#7747jacekradko merged 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: cff91c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📝 WalkthroughWalkthroughA changeset file was added documenting a patch for 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
| @@ -1,4 +1,4 @@ | |||
| export const MIN_CLERK_JS_VERSION = '6.0.0'; | |||
| export const MIN_CLERK_JS_VERSION = '5.114.0'; | |||
There was a problem hiding this comment.
Let's add a TODO here to bump to the next major
c0b0737 to
cff91c0
Compare
Summary
MIN_CLERK_JS_VERSIONto5.114.0(current clerk-js version) instead of6.0.0Test plan
pnpm dev:sandboxand verify no version mismatch errorSummary by CodeRabbit
Bug Fixes
Chores