Skip to content

ci(repo): Version packages#8322

Merged
wobsoriano merged 1 commit intomainfrom
changeset-release/main
Apr 16, 2026
Merged

ci(repo): Version packages#8322
wobsoriano merged 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Apr 15, 2026

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 a theme prop 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 as colors; 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 into android/app/src/main/assets/clerk_theme.json. The plugin does not modify your app's userInterfaceStyle setting — control light/dark mode via "userInterfaceStyle" in app.json.

Patch Changes

  • Updated dependencies [c7b0f47, 34762e8]:
    • @clerk/shared@4.8.2
    • @clerk/clerk-js@6.7.3
    • @clerk/react@6.4.2

@clerk/astro@3.0.16

Patch Changes

@clerk/backend@3.2.12

Patch Changes

  • Introduce samlConnection and oauthConfig into the EnterpriseConnection resource. (#8326) by @LauraBeatris

  • The 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/shared@4.8.2

@clerk/chrome-extension@3.1.13

Patch Changes

@clerk/clerk-js@6.7.3

Patch Changes

  • Added development runtime error when mounting <OAuthconsent /> without active session. (#8335) by @wobsoriano

  • Updated dependencies [c7b0f47, 34762e8]:

    • @clerk/shared@4.8.2

@clerk/expo-passkeys@1.0.14

Patch Changes

@clerk/express@2.1.4

Patch Changes

@clerk/fastify@3.1.14

Patch Changes

@clerk/hono@0.1.14

Patch Changes

@clerk/localizations@4.5.2

Patch Changes

@clerk/nextjs@7.2.2

Patch Changes

@clerk/nuxt@2.2.3

Patch Changes

@clerk/react@6.4.2

Patch Changes

@clerk/react-router@3.1.2

Patch Changes

@clerk/shared@4.8.2

Patch Changes

  • Add emailAddress, phoneNumber, and username support to signUp.update() (#8320) by @dstaley

  • Added development runtime error when mounting <OAuthconsent /> without active session. (#8335) by @wobsoriano

@clerk/tanstack-react-start@1.1.2

Patch Changes

@clerk/testing@2.0.16

Patch Changes

@clerk/ui@1.6.2

Patch Changes

  • Add infinite loading to organization selection in <OAuthConsent />. (#8309) by @wobsoriano

  • Fix OAuthConsent always redirecting to sign-in by adopting the AuthenticatedRoutes pattern used by other full-page components (#8327) by @alexcarpenter

  • Updated dependencies [c7b0f47, 34762e8]:

    • @clerk/shared@4.8.2
    • @clerk/localizations@4.5.2

@clerk/vue@2.0.15

Patch Changes

@clerk/msw@0.0.14

Patch Changes

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 15, 2026

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 16, 2026 5:19pm

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 15, 2026

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

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

@clerk/upgrade

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

@clerk/vue

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

commit: bce2ff6

@wobsoriano wobsoriano closed this Apr 16, 2026
@wobsoriano wobsoriano reopened this Apr 16, 2026
@wobsoriano wobsoriano enabled auto-merge (squash) April 16, 2026 17:29
@wobsoriano wobsoriano merged commit cc8fed5 into main Apr 16, 2026
73 of 74 checks passed
@wobsoriano wobsoriano deleted the changeset-release/main branch April 16, 2026 17:42
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