Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Nov 25, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@clerk/backend@2.25.0

Minor Changes

  • Unified machine token verification methods under a consistent verify() API. The previous methods (verifySecret, verifyToken, verifyAccessToken) are now deprecated. (#7347) by @wobsoriano

    Before

    await clerkClient.apiKeys.verifySecret('ak_...');
    await clerkClient.m2m.verifyToken({ token: 'mt_...' });

    After

    await clerkClient.apiKeys.verify('ak_...');
    await clerkClient.m2m.verify({ token: 'mt_...' });
  • Introducing users.__experimental_passwordUntrusted action (#7268) by @octoper

  • Export UserDeletedJSON type from API resources (#7309) by @kduprey

Patch Changes

@clerk/clerk-js@5.112.0

Minor Changes

  • Introduce reset-password session task (#7268) by @octoper

  • Introduce a new variant for the alternative methods screen to handle untrusted password error on sign-in (#7331) by @octoper

Patch Changes

  • Prevent enable organization prompt from appearing if there is a session with a pending choose-organization task. (#7307) by @LauraBeatris

    This resolves an issue where, after organizations are enabled via the Dashboard, cached environment resources may cause the prompt to show again when the user is redirected to complete the choose-organization task.

  • Fix issue where SignIn and SignUp instances were unable to be serialized with JSON.stringify due to a circular reference. (#7321) by @dstaley

  • Conditionally apply tabIndex={-1} usage when shown to ensure buttons are keyboard accessible. (#7306) by @alexcarpenter

  • Fixes line-height discrepancy between browsers. (#7112) by @alexcarpenter

  • Add localization key for username form error (#7320) by @guilherme6191

  • Ensure client trust messaging is only displayed if no 2FA options are available (#7313) by @tmilewski

  • Updates line-height calculations to follow font-sizing to fix differences across browsers. (#7112) by @alexcarpenter

  • Reverts the changes introduced in PR #7105, as it was causing JWTs returned from client piggybacking not to be inserted into the cache even though their claims had actually changed. (#7329) by @octoper

  • Updated dependencies [40a841d, f364924, f115e56, d4aef71, 3f99742, 02798f5, 07a30ce, ce8b914]:

    • @clerk/shared@3.37.0
    • @clerk/localizations@3.29.0

@clerk/localizations@3.29.0

Minor Changes

  • Introduce reset-password session task (#7268) by @octoper

  • Introduce a new variant for the alternative methods screen to handle untrusted password error on sign-in (#7331) by @octoper

Patch Changes

  • Add localization key for username form error (#7320) by @guilherme6191

  • Updated dependencies []:

    • @clerk/types@4.101.4

@clerk/shared@3.37.0

Minor Changes

  • Add vercel to OAuthProvider type to support "Sign in with Vercel" OAuth flow (#7324) by @Railly

  • Hide billing types through @internal tag (#7315) by @SarahSoutoul

  • Introduce reset-password session task (#7268) by @octoper

  • Introduce a new variant for the alternative methods screen to handle untrusted password error on sign-in (#7331) by @octoper

Patch Changes

  • Fixed an issue where API keys in <UserProfile /> are showing organization API keys. (#7344) by @wobsoriano

  • Add localization key for username form error (#7320) by @guilherme6191

  • Moved helper to enable Organizations feature to React-specific shared path (#7334) by @wobsoriano

  • Refactor clearing cache in RQ hooks when a use signs out. (#7330) by @panteliselef

@clerk/agent-toolkit@0.2.6

Patch Changes

@clerk/astro@2.16.4

Patch Changes

@clerk/chrome-extension@2.8.7

Patch Changes

@clerk/elements@0.23.87

Patch Changes

@clerk/clerk-expo@2.19.7

Patch Changes

@clerk/expo-passkeys@0.4.23

Patch Changes

@clerk/express@1.7.54

Patch Changes

@clerk/fastify@2.6.6

Patch Changes

@clerk/nextjs@6.35.6

Patch Changes

@clerk/nuxt@1.13.4

Patch Changes

@clerk/clerk-react@5.57.1

Patch Changes

@clerk/react-router@2.3.1

Patch Changes

@clerk/remix@4.13.21

Patch Changes

@clerk/tanstack-react-start@0.27.6

Patch Changes

@clerk/testing@1.13.20

Patch Changes

@clerk/themes@2.4.41

Patch Changes

@clerk/types@4.101.4

Patch Changes

@clerk/vue@1.17.1

Patch Changes

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Dec 2, 2025 9:23pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 25, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • ci(repo): Version packages

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 25, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7311

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7311

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7311

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7311

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7311

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7311

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7311

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@7311

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7311

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7311

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7311

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7311

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7311

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7311

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@7311

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7311

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7311

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7311

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7311

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7311

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7311

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7311

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7311

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7311

commit: e520538

@github-actions github-actions bot force-pushed the changeset-release/main branch from 0aba41d to 9346f36 Compare December 1, 2025 17:52
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9346f36 to 4a2b95b Compare December 1, 2025 18:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4a2b95b to 59692b6 Compare December 1, 2025 20:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 59692b6 to 2d3999c Compare December 1, 2025 23:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2d3999c to 72370c7 Compare December 1, 2025 23:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from 72370c7 to 1eb2d23 Compare December 2, 2025 11:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1eb2d23 to e432de9 Compare December 2, 2025 19:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from e432de9 to 8b14752 Compare December 2, 2025 20:33
Copy link
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@wobsoriano wobsoriano closed this Dec 2, 2025
@wobsoriano wobsoriano reopened this Dec 2, 2025
@wobsoriano wobsoriano merged commit 93aa5a7 into main Dec 2, 2025
171 of 178 checks passed
@wobsoriano wobsoriano deleted the changeset-release/main branch December 2, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants