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/dev-cli
@clerk/expo
@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: |
3c7450c to
42addcc
Compare
42addcc to
9b3589c
Compare
9b3589c to
fb47ba1
Compare
fb47ba1 to
b6bc743
Compare
b6bc743 to
2309e02
Compare
2309e02 to
dea273a
Compare
dea273a to
bce2ff6
Compare
wobsoriano
approved these changes
Apr 16, 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/expo@3.2.0
Minor Changes
Add native component theming via the Expo config plugin. You can now customize the appearance of Clerk's native components (
<AuthView />,<UserButton />,<UserProfileView />) on iOS and Android by passing athemeprop to the plugin pointing at a JSON file: (#8243) by @chriscanin{ "expo": { "plugins": [["@clerk/expo", { "theme": "./clerk-theme.json" }]] } }The JSON theme supports:
colors— 15 semantic color tokens (primary,background,input,danger,success,warning,foreground,mutedForeground,primaryForeground,inputForeground,neutral,border,ring,muted,shadow) as 6- or 8-digit hex strings.darkColors— same shape ascolors; applied automatically when the system is in dark mode.design.borderRadius— number, applied to both platforms.design.fontFamily— string, iOS only.Theme JSON is validated at prebuild. On iOS the theme is embedded into
Info.plist; on Android the JSON is copied intoandroid/app/src/main/assets/clerk_theme.json. The plugin does not modify your app'suserInterfaceStylesetting — control light/dark mode via"userInterfaceStyle"inapp.json.Patch Changes
c7b0f47,34762e8]:@clerk/astro@3.0.16
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/backend@3.2.12
Patch Changes
Introduce
samlConnectionandoauthConfiginto theEnterpriseConnectionresource. (#8326) by @LauraBeatrisThe JWT claims are verified after the signature to avoid leaking information through error messages on forged tokens. (#8332) by @dominic-clerk
Updated dependencies [
c7b0f47,34762e8]:@clerk/chrome-extension@3.1.13
Patch Changes
6f36c51,45b773a,c7b0f47,34762e8]:@clerk/clerk-js@6.7.3
Patch Changes
Added development runtime error when mounting
<OAuthconsent />without active session. (#8335) by @wobsorianoUpdated dependencies [
c7b0f47,34762e8]:@clerk/expo-passkeys@1.0.14
Patch Changes
c7b0f47,34762e8]:@clerk/express@2.1.4
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/fastify@3.1.14
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/hono@0.1.14
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/localizations@4.5.2
Patch Changes
c7b0f47,34762e8]:@clerk/nextjs@7.2.2
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/nuxt@2.2.3
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/react@6.4.2
Patch Changes
c7b0f47,34762e8]:@clerk/react-router@3.1.2
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/shared@4.8.2
Patch Changes
Add
emailAddress,phoneNumber, andusernamesupport tosignUp.update()(#8320) by @dstaleyAdded development runtime error when mounting
<OAuthconsent />without active session. (#8335) by @wobsoriano@clerk/tanstack-react-start@1.1.2
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/testing@2.0.16
Patch Changes
f800b4f,8ee6a32,c7b0f47,34762e8]:@clerk/ui@1.6.2
Patch Changes
Add infinite loading to organization selection in
<OAuthConsent />. (#8309) by @wobsorianoFix OAuthConsent always redirecting to sign-in by adopting the
AuthenticatedRoutespattern used by other full-page components (#8327) by @alexcarpenterUpdated dependencies [
c7b0f47,34762e8]:@clerk/vue@2.0.15
Patch Changes
c7b0f47,34762e8]:@clerk/msw@0.0.14
Patch Changes
c7b0f47,34762e8]: