ci(repo): Version packages - #9334
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Contributor
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 12:50
fdc5a39 to
135dc95
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 14:59
135dc95 to
95d4c1b
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:48
95d4c1b to
5daec84
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 20:14
5daec84 to
b4b800c
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
August 6, 2026 01:43
b4b800c to
1ce0b6b
Compare
wobsoriano
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
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 @joshrowleyPatch Changes
Improve generated API reference links, expose
BillingSubscriptionItemStatus, and clarify thecreateUser()identification status documentation. (#9340) by @SarahSoutoulUpdated dependencies [
1ef84c3,d639048,a66cbbf]:@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 @alexcarpenterWrap 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.This also adds
Clerk.openInviteMembers()andClerk.closeInviteMembers()for opening and closing the modal programmatically.Patch Changes
1ef84c3,d639048,a66cbbf]:@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 @alexcarpenterWrap 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.This also adds
Clerk.openInviteMembers()andClerk.closeInviteMembers()for opening and closing the modal programmatically.Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf,58d8ff5]:@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 @alexcarpenterWrap 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.This also adds
Clerk.openInviteMembers()andClerk.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 @wobsorianoUpdated dependencies [
1ef84c3,d639048,a66cbbf]:@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 @alexcarpenterWrap 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.This also adds
Clerk.openInviteMembers()andClerk.closeInviteMembers()for opening and closing the modal programmatically.Patch Changes
Improve generated API reference links, expose
BillingSubscriptionItemStatus, and clarify thecreateUser()identification status documentation. (#9340) by @SarahSoutoulRename "Client Trust" to "Device Trust" in documentation strings and links. This is a naming change only — the
needs_client_trustsign-in status, theclientTrustStateproperty, 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 @alexcarpenterWrap 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.This also adds
Clerk.openInviteMembers()andClerk.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/astro@4.0.7
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/chrome-extension@3.1.66
Patch Changes
1ef84c3,d639048,d639048,a66cbbf,58d8ff5,d639048]:@clerk/electron@0.0.27
Patch Changes
1ef84c3,d639048,a66cbbf,58d8ff5]:@clerk/expo@4.2.2
Patch Changes
1ef84c3,d639048,a66cbbf,58d8ff5]:@clerk/expo-passkeys@2.0.6
Patch Changes
1ef84c3,d639048,a66cbbf]:@clerk/express@2.1.51
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/fastify@3.1.61
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/hono@0.1.61
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/localizations@4.14.1
Patch Changes
1ef84c3,d639048,a66cbbf]:@clerk/nuxt@3.0.3
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/react-router@3.6.5
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf,58d8ff5]:@clerk/tanstack-react-start@1.4.28
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf,58d8ff5]:@clerk/testing@2.2.18
Patch Changes
1ef84c3,d639048,f38cf02,a66cbbf]:@clerk/upgrade@2.0.5
Patch Changes
needs_client_trustsign-in status, theclientTrustStateproperty, 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
1ef84c3,d639048,a66cbbf]:@clerk/headless@0.0.20
Patch Changes
1ef84c3,d639048,a66cbbf]:@clerk/msw@0.0.56
Patch Changes
1ef84c3,d639048,a66cbbf]:@clerk/swingset@0.0.30
Patch Changes
d639048,d639048,d639048]: