Skip to content

ci(repo): Version packages - #9334

Merged
wobsoriano merged 1 commit into
mainfrom
changeset-release/main
Aug 6, 2026
Merged

ci(repo): Version packages#9334
wobsoriano merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

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@3.16.0

Minor Changes

  • Add clerkClient.users.removePassword(userId, params?) to remove a user's password through the Backend API. Password removal is allowed even when the user has no alternate sign-in method configured. Existing sessions remain active by default; pass { signOutOfOtherSessions: true } to revoke them. (#9326) by @joshrowley

Patch Changes

  • Improve generated API reference links, expose BillingSubscriptionItemStatus, and clarify the createUser() identification status documentation. (#9340) by @SarahSoutoul

  • Updated dependencies [1ef84c3, d639048, a66cbbf]:

    • @clerk/shared@4.27.0

@clerk/clerk-js@6.27.0

Minor Changes

  • Add <InviteMembersButton />, a control component that opens the organization invite-members form in a modal when clicked, working like <SignInButton mode="modal">. (#9124) by @alexcarpenter

    Wrap your own button (or omit children for a default one). The button requires an active organization and should be rendered for members who can manage memberships (org:sys_memberships:manage). Opening it without an active organization or that permission is a no-op in production, and throws a descriptive error in development.

    import { InviteMembersButton } from '@clerk/nextjs';
    
    <InviteMembersButton>
      <button>Invite members</button>
    </InviteMembersButton>;

    This also adds Clerk.openInviteMembers() and Clerk.closeInviteMembers() for opening and closing the modal programmatically.

Patch Changes

@clerk/nextjs@7.7.0

Minor Changes

  • Add <InviteMembersButton />, a control component that opens the organization invite-members form in a modal when clicked, working like <SignInButton mode="modal">. (#9124) by @alexcarpenter

    Wrap your own button (or omit children for a default one). The button requires an active organization and should be rendered for members who can manage memberships (org:sys_memberships:manage). Opening it without an active organization or that permission is a no-op in production, and throws a descriptive error in development.

    import { InviteMembersButton } from '@clerk/nextjs';
    
    <InviteMembersButton>
      <button>Invite members</button>
    </InviteMembersButton>;

    This also adds Clerk.openInviteMembers() and Clerk.closeInviteMembers() for opening and closing the modal programmatically.

Patch Changes

@clerk/react@6.13.0

Minor Changes

  • Add <InviteMembersButton />, a control component that opens the organization invite-members form in a modal when clicked, working like <SignInButton mode="modal">. (#9124) by @alexcarpenter

    Wrap your own button (or omit children for a default one). The button requires an active organization and should be rendered for members who can manage memberships (org:sys_memberships:manage). Opening it without an active organization or that permission is a no-op in production, and throws a descriptive error in development.

    import { InviteMembersButton } from '@clerk/nextjs';
    
    <InviteMembersButton>
      <button>Invite members</button>
    </InviteMembersButton>;

    This also adds Clerk.openInviteMembers() and Clerk.closeInviteMembers() for opening and closing the modal programmatically.

Patch Changes

  • Fix a false-positive "multiple <ClerkProvider>" crash in apps that run more than one React root in a single JavaScript runtime, most commonly React Native Android apps during activity recreation. <ClerkProvider> now throws this error only when it is genuinely nested inside another <ClerkProvider>. (#9335) by @wobsoriano

  • Updated dependencies [1ef84c3, d639048, a66cbbf]:

    • @clerk/shared@4.27.0

@clerk/shared@4.27.0

Minor Changes

  • Add <InviteMembersButton />, a control component that opens the organization invite-members form in a modal when clicked, working like <SignInButton mode="modal">. (#9124) by @alexcarpenter

    Wrap your own button (or omit children for a default one). The button requires an active organization and should be rendered for members who can manage memberships (org:sys_memberships:manage). Opening it without an active organization or that permission is a no-op in production, and throws a descriptive error in development.

    import { InviteMembersButton } from '@clerk/nextjs';
    
    <InviteMembersButton>
      <button>Invite members</button>
    </InviteMembersButton>;

    This also adds Clerk.openInviteMembers() and Clerk.closeInviteMembers() for opening and closing the modal programmatically.

Patch Changes

  • Improve generated API reference links, expose BillingSubscriptionItemStatus, and clarify the createUser() identification status documentation. (#9340) by @SarahSoutoul

  • Rename "Client Trust" to "Device Trust" in documentation strings and links. This is a naming change only — the needs_client_trust sign-in status, the clientTrustState property, and every other API value keep their existing names, so no integration changes are required. (#9266) by @mwickett

@clerk/ui@1.29.0

Minor Changes

  • Add <InviteMembersButton />, a control component that opens the organization invite-members form in a modal when clicked, working like <SignInButton mode="modal">. (#9124) by @alexcarpenter

    Wrap your own button (or omit children for a default one). The button requires an active organization and should be rendered for members who can manage memberships (org:sys_memberships:manage). Opening it without an active organization or that permission is a no-op in production, and throws a descriptive error in development.

    import { InviteMembersButton } from '@clerk/nextjs';
    
    <InviteMembersButton>
      <button>Invite members</button>
    </InviteMembersButton>;

    This also adds Clerk.openInviteMembers() and Clerk.closeInviteMembers() for opening and closing the modal programmatically.

Patch Changes

  • Ensure drawers opened from modals render above the modal and its backdrop. (#9124) by @alexcarpenter

  • Keep invitation email pills consistently spaced when they wrap across multiple rows. (#9124) by @alexcarpenter

  • Updated dependencies [1ef84c3, d639048, a66cbbf]:

    • @clerk/shared@4.27.0
    • @clerk/localizations@4.14.1

@clerk/astro@4.0.7

Patch Changes

@clerk/chrome-extension@3.1.66

Patch Changes

@clerk/electron@0.0.27

Patch Changes

@clerk/expo@4.2.2

Patch Changes

@clerk/expo-passkeys@2.0.6

Patch Changes

@clerk/express@2.1.51

Patch Changes

@clerk/fastify@3.1.61

Patch Changes

@clerk/hono@0.1.61

Patch Changes

@clerk/localizations@4.14.1

Patch Changes

@clerk/nuxt@3.0.3

Patch Changes

@clerk/react-router@3.6.5

Patch Changes

@clerk/tanstack-react-start@1.4.28

Patch Changes

@clerk/testing@2.2.18

Patch Changes

@clerk/upgrade@2.0.5

Patch Changes

  • Rename "Client Trust" to "Device Trust" in documentation strings and links. This is a naming change only — the needs_client_trust sign-in status, the clientTrustState property, and every other API value keep their existing names, so no integration changes are required. (#9266) by @mwickett

@clerk/vue@2.4.24

Patch Changes

@clerk/headless@0.0.20

Patch Changes

@clerk/msw@0.0.56

Patch Changes

@clerk/swingset@0.0.30

Patch Changes

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview Aug 6, 2026 1:45am
swingset Ready Ready Preview Aug 6, 2026 1:45am

Request Review

@pkg-pr-new

pkg-pr-new Bot commented Aug 4, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9334

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9334

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9334

@clerk/expo

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

@clerk/expo-google-signin

npm i https://pkg.pr.new/@clerk/expo-google-signin@9334

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9334

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9334

@clerk/upgrade

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

@clerk/vue

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

commit: 1ce0b6b

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-08-06T01:46:57.855Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 1ce0b6b.

@wobsoriano
wobsoriano merged commit a53c672 into main Aug 6, 2026
53 checks passed
@wobsoriano
wobsoriano deleted the changeset-release/main branch August 6, 2026 13:14
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