ci(repo): Version packages - #9262
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
July 27, 2026 22:37
07b6c76 to
18ca9d2
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 02:50
18ca9d2 to
f3ec77c
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 16:22
f3ec77c to
f0d7daa
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 16:39
f0d7daa to
a95780d
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 17:25
a95780d to
bd8c385
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 17:34
bd8c385 to
1653892
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 19:15
1653892 to
600249a
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 29, 2026 00:33
97acbee to
516d1c9
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 14:00
516d1c9 to
9ead6f8
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 16:43
9ead6f8 to
177fc6a
Compare
clerk-cookie
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 17:03
177fc6a to
b675979
Compare
wobsoriano
approved these changes
Jul 29, 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/nuxt@3.0.0
Major Changes
Drop support for Nuxt 3, which reaches end-of-life on July 31, 2026.
@clerk/nuxtnow requires Nuxt 4, and the minimum supported Node.js version is now^20.19.0 || >=22.12.0to match Nuxt 4's own requirement. If you are still on Nuxt 3, follow the Nuxt upgrade guide to upgrade your project before updating@clerk/nuxt. (#9258) by @wobsorianoRemove
createRouteMatcherfrom@clerk/nuxt/serverand the auto-imported client-sidecreateRouteMatcher. Middleware-based auth checks rely on path matching, which can diverge from how requests are actually routed and leave protected resources reachable. Move auth checks into the resources themselves. (#9258) by @wobsorianoProtect API routes inside the event handler itself:
Protect pages with a named route middleware and opt pages into it with
definePageMeta(). Child routes inherit the middleware applied to their parent, so a single declaration can protect a whole section:If you want to hand this work to a coding agent, use this migration prompt:
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/backend@3.14.0
Minor Changes
EnterpriseConnectionresponse resource with what the Backend API actually returns: (#9156) by @manovotnyEnterpriseConnectionnow exposesprovider,logoPublicUrl,allowOrganizationAccountLinking,authenticatable,disableJitProvisioning, andcustomAttributes.EnterpriseConnectionSamlConnectionnow exposesactive,forceAuthn, andloginHint.EnterpriseConnectionOauthConfignow exposesproviderKey,authUrl,tokenUrl,userInfoUrl, andrequiresPkce.undefineddespite their declared types:allowSubdomainsonEnterpriseConnection(usesamlConnection.allowSubdomains), andidpMetadataandsyncUserAttributesonEnterpriseConnectionSamlConnection(use the top-levelsyncUserAttributes).organizationIdis now normalized tonullwhen the Backend API omits it, matching its declaredstring | nulltype. Properties backed by optional API fields (for exampleoauthConfig.clientIdand the SAML IdP fields) are now typed as possiblyundefinedto match runtime behavior.Patch Changes
2974fb0,e2dd4e2]:@clerk/ui@1.27.0
Minor Changes
Avatarcompound component (StyleX).Avatar.Rootownsshape(circle|square) andsize(lg|md|sm|xs); composeAvatar.Image(renders once the image loads) andAvatar.Fallback(shown while the image is pending or has failed, with an optionaldelayMs) inside it. (#9230) by @alexcarpenterPatch Changes
Add support for configuring custom OpenID Connect enterprise connections through the Organization Profile. (#9200) by @NicolasLopes7
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
2974fb0,e2dd4e2]:@clerk/astro@4.0.4
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/chrome-extension@3.1.61
Patch Changes
2974fb0,9a52bc7,e2dd4e2]:@clerk/clerk-js@6.25.11
Patch Changes
Add support for configuring custom OpenID Connect enterprise connections through the Organization Profile. (#9200) by @NicolasLopes7
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
2974fb0,e2dd4e2]:@clerk/electron@0.0.22
Patch Changes
2974fb0,e2dd4e2]:@clerk/expo@4.1.1
Patch Changes
Fix JS auth state recovery after rejecting a divergent native client so signed-in sessions can still sign out. (#9259) by @wobsoriano
Bump the bundled
clerk-androidSDK (clerk-android-apiandclerk-android-ui) from1.0.36to1.0.37. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.37. (#9260) by @clerk-cookieBump the bundled
clerk-androidSDK (clerk-android-apiandclerk-android-ui) from1.0.37to1.0.38. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.38. (#9271) by @clerk-cookieBump the bundled
clerk-iosSDK from1.3.4to1.3.5. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.3.5. (#9261) by @clerk-cookieUpdated dependencies [
2974fb0,e2dd4e2]:@clerk/expo-passkeys@2.0.3
Patch Changes
2974fb0,e2dd4e2]:@clerk/express@2.1.48
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/fastify@3.1.58
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/hono@0.1.58
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/localizations@4.13.9
Patch Changes
Add support for configuring custom OpenID Connect enterprise connections through the Organization Profile. (#9200) by @NicolasLopes7
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
Updated dependencies [
2974fb0,e2dd4e2]:@clerk/nextjs@7.6.3
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/react@6.12.9
Patch Changes
2974fb0,e2dd4e2]:@clerk/react-router@3.6.2
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/shared@4.25.9
Patch Changes
Add support for configuring custom OpenID Connect enterprise connections through the Organization Profile. (#9200) by @NicolasLopes7
Expose whether an organization member has been deprovisioned, and mark deprovisioned members as inactive in the Organization Profile. (#9202) by @NicolasLopes7
@clerk/tanstack-react-start@1.4.25
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/testing@2.2.15
Patch Changes
2974fb0,23071bd,e2dd4e2]:@clerk/vue@2.4.21
Patch Changes
2974fb0,e2dd4e2]:@clerk/headless@0.0.17
Patch Changes
2974fb0,e2dd4e2]:@clerk/msw@0.0.53
Patch Changes
2974fb0,e2dd4e2]:@clerk/swingset@0.0.26
Patch Changes
2974fb0,9a52bc7,e2dd4e2]: