Skip to content

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Oct 6, 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/clerk-js@5.99.0

Minor Changes

  • [Experimental] Add support for additional properties to Signal SignIn/SignUp (#6897) by @dstaley

Patch Changes

  • Display organization slug based on environment settings (#6903) by @LauraBeatris

  • Updated dependencies [fba4781, a1f6714]:

    • @clerk/types@4.92.0
    • @clerk/localizations@3.25.7
    • @clerk/shared@3.27.3

@clerk/nuxt@1.10.0

Minor Changes

  • Remove added nextTick() calls when invoking Clerk routing functions. (#6928) by @wobsoriano

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3
    • @clerk/vue@1.14.3

@clerk/clerk-react@5.51.0

Minor Changes

  • [Experimental] Add support for additional properties to Signal SignIn/SignUp (#6897) by @dstaley

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/shared@3.27.3

@clerk/react-router@2.1.0

Minor Changes

  • Added organizationSyncOptions option to clerkMiddleware(). It's used to activate a specific organization or personal account based on URL path parameters. (#6927) by @wobsoriano

    Usage:

    // app/root.tsx
    export const middleware: Route.MiddlewareFunction[] = [
      clerkMiddleware({
        organizationSyncOptions: {
          organizationPatterns: [
            '/orgs/:slug', // Match the org slug
            '/orgs/:slug/(.*)', // Wildcard match for optional trailing path segments
          ],
        },
      }),
    ];

    To learn more about best practices for using organization slugs to manage the active organization, check out this guide.

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/types@4.92.0

Minor Changes

  • [Experimental] Add support for additional properties to Signal SignIn/SignUp (#6897) by @dstaley

Patch Changes

@clerk/agent-toolkit@0.1.38

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/astro@2.13.6

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/backend@2.17.2

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/shared@3.27.3

@clerk/chrome-extension@2.7.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/clerk-js@5.99.0
    • @clerk/clerk-react@5.51.0
    • @clerk/shared@3.27.3

@clerk/elements@0.23.69

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/shared@3.27.3

@clerk/clerk-expo@2.16.1

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/clerk-js@5.99.0
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/shared@3.27.3

@clerk/expo-passkeys@0.4.6

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/shared@3.27.3

@clerk/express@1.7.37

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/fastify@2.4.37

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/localizations@3.25.7

Patch Changes

@clerk/nextjs@6.33.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/remix@4.13.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/shared@3.27.3

Patch Changes

@clerk/tanstack-react-start@0.25.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/clerk-react@5.51.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/testing@1.13.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/backend@2.17.2
    • @clerk/shared@3.27.3

@clerk/themes@2.4.25

Patch Changes

@clerk/vue@1.14.3

Patch Changes

  • Updated dependencies [fba4781, a1f6714]:
    • @clerk/types@4.92.0
    • @clerk/shared@3.27.3

Copy link

vercel bot commented Oct 6, 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 Oct 6, 2025 5:12pm

Copy link
Contributor

coderabbitai bot commented Oct 6, 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.

Copy link

pkg-pr-new bot commented Oct 6, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: 54ab1d5

auto-merge was automatically disabled October 6, 2025 17:10

Pull request was closed

@LauraBeatris LauraBeatris reopened this Oct 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from a7559ce to 54ab1d5 Compare October 6, 2025 17:11
@LauraBeatris LauraBeatris enabled auto-merge (squash) October 6, 2025 17:12
auto-merge was automatically disabled October 6, 2025 17:19

Pull request was closed

@LauraBeatris LauraBeatris reopened this Oct 6, 2025
@LauraBeatris LauraBeatris enabled auto-merge (squash) October 6, 2025 17:20
@LauraBeatris LauraBeatris self-assigned this Oct 6, 2025
@LauraBeatris LauraBeatris merged commit c9ea544 into main Oct 6, 2025
43 checks passed
@LauraBeatris LauraBeatris deleted the changeset-release/main branch October 6, 2025 17:28
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