Skip to content

ci(repo): Version packages#8322

Open
clerk-cookie wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci(repo): Version packages#8322
clerk-cookie wants to merge 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]:
    • @clerk/shared@4.8.2
    • @clerk/react@6.4.2
    • @clerk/clerk-js@6.7.3

@clerk/agent-toolkit@0.3.16

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/astro@3.0.16

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/backend@3.2.12

Patch Changes

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

  • Updated dependencies [c7b0f47]:

    • @clerk/shared@4.8.2

@clerk/chrome-extension@3.1.13

Patch Changes

  • Updated dependencies [45b773a, c7b0f47]:
    • @clerk/ui@1.6.2
    • @clerk/shared@4.8.2
    • @clerk/react@6.4.2
    • @clerk/clerk-js@6.7.3

@clerk/clerk-js@6.7.3

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@clerk/expo-passkeys@1.0.14

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@clerk/express@2.1.4

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/fastify@3.1.14

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/hono@0.1.14

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/localizations@4.5.2

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@clerk/nextjs@7.2.2

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2
    • @clerk/react@6.4.2

@clerk/nuxt@2.2.3

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2
    • @clerk/vue@2.0.15

@clerk/react@6.4.2

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@clerk/react-router@3.1.2

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2
    • @clerk/react@6.4.2

@clerk/shared@4.8.2

Patch Changes

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

@clerk/tanstack-react-start@1.1.2

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2
    • @clerk/react@6.4.2

@clerk/testing@2.0.16

Patch Changes

  • Updated dependencies [f800b4f, c7b0f47]:
    • @clerk/backend@3.2.12
    • @clerk/shared@4.8.2

@clerk/ui@1.6.2

Patch Changes

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

  • Updated dependencies [c7b0f47]:

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

@clerk/vue@2.0.15

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@clerk/msw@0.0.14

Patch Changes

  • Updated dependencies [c7b0f47]:
    • @clerk/shared@4.8.2

@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 15, 2026 11:37pm

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 15, 2026

Open in StackBlitz

@clerk/agent-toolkit

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

@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: 3c7450c

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.

1 participant