Skip to content

ci(repo): Version packages - #8518

Merged
wobsoriano merged 1 commit into
mainfrom
changeset-release/main
May 14, 2026
Merged

ci(repo): Version packages#8518
wobsoriano merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookieclerk-cookie commented May 11, 2026

Copy link
Copy Markdown
Collaborator

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/clerk-js@6.11.0

Minor Changes

  • Add user.updateMetadata() for updating current user's metadata attributes by merging existing values with the provided parameters. (#8537) by @brunol95

Patch Changes

  • Fix dev browser recovery by clearing stale partitioned and non-partitioned dev browser cookie variants before minting a new dev browser. (#8538) by @brkalow

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Fix toMeEnterpriseConnectionBody to produce the flat snake_case body shape the backend expects for user.createEnterpriseConnection and user.updateEnterpriseConnection. SAML and OIDC fields are now top-level prefixed (e.g., saml_idp_metadata_url) rather than nested under saml / oidc objects. Without this fix, IdP metadata submission in <__experimental_ConfigureSSO /> silently fails on the backend. (#8535) by @iagodahlem

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • Add monotonic token replacement based on oiat to prevent edge-minted tokens with stale claims from overwriting fresher DB-minted tokens in multi-tab scenarios. (#8097) by @nikosdouvlis

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

  • Updated dependencies [1a4d7d1, a6916b1, 1084180, 39099b6, 18e0a1a]:

    • @clerk/shared@4.11.0

@clerk/shared@4.11.0

Minor Changes

  • Add user.updateMetadata() for updating current user's metadata attributes by merging existing values with the provided parameters. (#8537) by @brunol95

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

@clerk/ui@1.10.0

Minor Changes

  • Add fontFamilyMono appearance variable for customizing the monospace font used in Clerk components. Defaults to ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace and is exposed as the --clerk-font-family-mono CSS variable. (#8546) by @alexcarpenter

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • fix(ui): don't treat numeric usernames as phone numbers (#8532) by @thiskevinwang

  • Fixed custom page icons not rendering in React 19 due to a forwarded ref overwriting the internal node reference. (#8534) by @wobsoriano

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

  • Refactor <__experimental_ConfigureSSO /> into a layered primitive set: a state-driven Wizard, a UI-only Stepper, a Step compound, and ProfileCard chrome. No public component API change. Drops the central FooterActionsContext registry — each step now renders its own footer via Step.Footer.Previous / Step.Footer.Continue purely-presentational compounds. Adds a SelectProviderStep boilerplate filtered out of the breadcrumb. (#8493) by @iagodahlem

  • Updated dependencies [1a4d7d1, a6916b1, 1084180, 39099b6, 18e0a1a]:

    • @clerk/localizations@4.6.3
    • @clerk/shared@4.11.0

@clerk/astro@3.2.3

Patch Changes

@clerk/backend@3.4.8

Patch Changes

@clerk/chrome-extension@3.1.25

Patch Changes

@clerk/expo@3.2.11

Patch Changes

@clerk/expo-passkeys@1.0.24

Patch Changes

@clerk/express@2.1.16

Patch Changes

@clerk/fastify@3.1.26

Patch Changes

@clerk/hono@0.1.26

Patch Changes

@clerk/localizations@4.6.3

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

  • Updated dependencies [1a4d7d1, a6916b1, 1084180, 39099b6, 18e0a1a]:

    • @clerk/shared@4.11.0

@clerk/nextjs@7.3.4

Patch Changes

@clerk/nuxt@2.4.3

Patch Changes

@clerk/react@6.6.3

Patch Changes

@clerk/react-router@3.2.4

Patch Changes

@clerk/tanstack-react-start@1.2.4

Patch Changes

@clerk/testing@2.0.28

Patch Changes

@clerk/vue@2.2.3

Patch Changes

@clerk/msw@0.0.24

Patch Changes

@vercel

vercelBot commented May 11, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
clerk-js-sandboxReadyReadyPreview, CommentMay 14, 2026 4:39pm

Request Review

@pkg-pr-new

pkg-pr-newBot commented May 11, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

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

@clerk/upgrade

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

@clerk/vue

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

commit: 7f26512

nikosdouvlis
nikosdouvlis previously requested changes May 12, 2026

@nikosdouvlisnikosdouvlis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking

@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from 1cc067b to ba32a0eCompareMay 13, 2026 17:54
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from ba32a0e to e892f88CompareMay 13, 2026 19:04
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from e892f88 to cf0e7afCompareMay 13, 2026 19:10
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from cf0e7af to f77012fCompareMay 13, 2026 20:12
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from f77012f to 620fd9eCompareMay 14, 2026 12:14
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from 620fd9e to 1cb4ac0CompareMay 14, 2026 13:45
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from 1cb4ac0 to 2b9da33CompareMay 14, 2026 13:53
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from 2b9da33 to 232a22dCompareMay 14, 2026 14:12
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from 232a22d to ef73471CompareMay 14, 2026 15:10
@clerk-cookie
clerk-cookieforce-pushed the changeset-release/main branch from ef73471 to add63f0CompareMay 14, 2026 16:13
@brkalowbrkalow closed this May 14, 2026
@brkalowbrkalow reopened this May 14, 2026
@brkalow
brkalow dismissed nikosdouvlis’s stale reviewMay 14, 2026 16:36

We are proceeding

@wobsoriano
wobsoriano merged commit 8a81fb0 into mainMay 14, 2026
43 checks passed
@wobsoriano
wobsoriano deleted the changeset-release/main branch May 14, 2026 17:10
Sign up for freeto 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.

4 participants

@clerk-cookie@nikosdouvlis@wobsoriano@brkalow