-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(nextjs): Bump peer dependency next version #5425
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
!snapshot |
Hey @panteliselef - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/chrome-extension@2.2.20-snapshot.v20250322135657 --save-exact
npm i @clerk/clerk-js@5.57.3-snapshot.v20250322135657 --save-exact
npm i @clerk/clerk-expo@2.9.3-snapshot.v20250322135657 --save-exact
npm i @clerk/nextjs@6.12.9-snapshot.v20250322135657 --save-exact |
29a32af
to
0397c1d
Compare
🦋 Changeset detectedLatest commit: be9fb58 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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 |
@@ -0,0 +1,2 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't we want this to trigger a new version of @clerk/nextjs
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, but I opened this before after we merged this and before we released.
Description
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change