Skip to content

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Aug 27, 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.11.0

Minor Changes

Patch Changes

@clerk/clerk-js@5.91.0

Minor Changes

  • [Experimental] Signal phone code support (#6650) by @dstaley

  • [Billing Beta] checkout.confirm() now infers the resource id resulting in less repetition and improved DX. (#6642) by @panteliselef

    After

    const checkout = Clerk.billing.startCheckout({ orgId });
    checkout.confirm(); // orgId is always implied

    Before

    const checkout = clerk.billing.startCheckout({ orgId });
    checkout.confirm({ orgId });
  • [Experimental] Signal MFA support (#6659) by @dstaley

Patch Changes

@clerk/clerk-react@5.46.0

Minor Changes

Patch Changes

@clerk/shared@3.24.0

Minor Changes

  • [Billing Beta] checkout.confirm() now infers the resource id resulting in less repetition and improved DX. (#6642) by @panteliselef

    After

    const checkout = Clerk.billing.startCheckout({ orgId });
    checkout.confirm(); // orgId is always implied

    Before

    const checkout = clerk.billing.startCheckout({ orgId });
    checkout.confirm({ orgId });

Patch Changes

@clerk/types@4.84.0

Minor Changes

  • [Experimental] Signal phone code support (#6650) by @dstaley

  • [Billing Beta] Remove CommerceProduct. (#6636) by @panteliselef

  • [Billing Beta] checkout.confirm() now infers the resource id resulting in less repetition and improved DX. (#6642) by @panteliselef

    After

    const checkout = Clerk.billing.startCheckout({ orgId });
    checkout.confirm(); // orgId is always implied

    Before

    const checkout = clerk.billing.startCheckout({ orgId });
    checkout.confirm({ orgId });
  • [Experimental] Signal MFA support (#6659) by @dstaley

Patch Changes

  • The SAML_IDPS export was moved from @clerk/types to @clerk/shared/saml and was marked as deprecated. (#6682) by @nikosdouvlis

    Please use import { SAML_IDPS } from "@clerk/shared/saml" instead.

  • fix(types): Change return type of SetActiveNavigate to allow void or Promise (#6662) by @nikosdouvlis

    • Export Feature type from backend resource. (#6649) by @alexisintech

    • Re-export canonical CommerceMoneyAmount type from @clerk/types.

@clerk/agent-toolkit@0.1.28

Patch Changes

@clerk/astro@2.11.9

Patch Changes

@clerk/chrome-extension@2.5.27

Patch Changes

@clerk/elements@0.23.60

Patch Changes

@clerk/clerk-expo@2.14.26

Patch Changes

@clerk/expo-passkeys@0.3.37

Patch Changes

@clerk/express@1.7.27

Patch Changes

@clerk/fastify@2.4.27

Patch Changes

@clerk/localizations@3.24.1

Patch Changes

  • Refined German (de-DE) waitlist localization for improved clarity and consistency (#6631) by @okikeSolutions

    This update improves the waitlist flow by:

    • Updating action link text from “Jetzt anmelden” to “Anmelden”
    • Changing action text from “Kein Zugang? Auf die Warteliste setzen!” to “Bereits Zugang?”
    • Adjusting form button label from “Zur Warteliste hinzufügen” to “Warteliste beitreten”
    • Clarifying the waitlist start subtitle with instructions to enter an email for notifications
    • Aligning success subtitles with consistent wording for availability notifications

    The German waitlist localization now offers clearer guidance and a smoother user experience.

  • Add api-related localizations for th-TH and refine translation context (#6657) by @ttwrpz

  • Fixed a typo when canceling a free trial. (#6672) by @paddycarver

  • Updated dependencies [2a82737, cda5d7b, ba25a5b, a50cfc8, 377f67b, 65b12ee, 263722e]:

    • @clerk/types@4.84.0

@clerk/nextjs@6.31.7

Patch Changes

@clerk/nuxt@1.8.13

Patch Changes

@clerk/react-router@1.9.7

Patch Changes

@clerk/remix@4.11.7

Patch Changes

@clerk/tanstack-react-start@0.23.2

Patch Changes

@clerk/testing@1.12.2

Patch Changes

@clerk/themes@2.4.16

Patch Changes

@clerk/vue@1.11.7

Patch Changes

Copy link

vercel bot commented Aug 27, 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 Sep 2, 2025 2:09pm

Copy link
Contributor

coderabbitai bot commented Aug 27, 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
  • 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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

pkg-pr-new bot commented Aug 27, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: 879ff07

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5ffbec1 to 579ff11 Compare August 29, 2025 14:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 579ff11 to d45a375 Compare August 29, 2025 15:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from d45a375 to 88c4714 Compare August 29, 2025 17:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from 88c4714 to 92d7185 Compare August 29, 2025 17:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 92d7185 to 6855f2d Compare August 29, 2025 17:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6855f2d to 7676fb1 Compare August 29, 2025 18:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7676fb1 to 510d95b Compare August 29, 2025 18:50
@github-actions github-actions bot force-pushed the changeset-release/main branch from 510d95b to 5ca0f2d Compare August 29, 2025 22:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5ca0f2d to 57b105a Compare August 30, 2025 02:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from 57b105a to f49e870 Compare September 1, 2025 09:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from f49e870 to ad6d226 Compare September 2, 2025 11:35
@nikosdouvlis nikosdouvlis merged commit e20a3a6 into main Sep 2, 2025
39 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch September 2, 2025 15:15
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.

2 participants