Skip to content

ci(repo): Version packages#8939

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

ci(repo): Version packages#8939
clerk-cookie wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented Jun 19, 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.21.0

Minor Changes

  • Expose the loaded @clerk/ui version on the Clerk object via a new uiVersion property. It returns the version of the prebuilt UI bundle once it has loaded (for example Clerk.uiVersion in the browser console), or undefined if the UI has not been loaded yet. @clerk/clerk-js and @clerk/ui are versioned and loaded independently, so uiVersion can differ from Clerk.version. (#8931) by @jacekradko

Patch Changes

  • Display native OAuth callback errors in the UI. (#8786) by @wobsoriano

  • Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris

  • Self-serve SSO: fix the configuration wizard rendering a blank step when a connection is reset from the first configuration step. Resetting now returns to the provider selection step. (#8970) by @iagodahlem

  • Self-serve SSO: restore keyboard-accessible provider selection, mark configuration wizard steps complete based on connection state rather than position, and fix the organization Security page loading state. (#8940) by @iagodahlem

  • Updated dependencies [c38d853, 7e3174a, 97039bb, f43071d, 0e0ff11, 0039618, a536a0d]:

    • @clerk/shared@4.21.0

@clerk/react@6.11.0

Minor Changes

  • Expose the loaded @clerk/ui version on the Clerk object via a new uiVersion property. It returns the version of the prebuilt UI bundle once it has loaded (for example Clerk.uiVersion in the browser console), or undefined if the UI has not been loaded yet. @clerk/clerk-js and @clerk/ui are versioned and loaded independently, so uiVersion can differ from Clerk.version. (#8931) by @jacekradko

Patch Changes

@clerk/react-router@3.5.0

Minor Changes

  • Add support for React Router v8. (#8972) by @wobsoriano

    If you're using React Router v7, keep the v8_middleware future flag enabled. If you're migrating to React Router v8, remove the flag:

    // react-router.config.ts
    export default {
    - future: {
    -   v8_middleware: true,
    - },
    }

Patch Changes

@clerk/shared@4.21.0

Minor Changes

  • Expose the loaded @clerk/ui version on the Clerk object via a new uiVersion property. It returns the version of the prebuilt UI bundle once it has loaded (for example Clerk.uiVersion in the browser console), or undefined if the UI has not been loaded yet. @clerk/clerk-js and @clerk/ui are versioned and loaded independently, so uiVersion can differ from Clerk.version. (#8931) by @jacekradko

  • Make OAuthProviderData.docsUrl optional and remove the Enstall OAuth provider docs URL. (#8885) by @SarahSoutoul

Patch Changes

  • Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem

  • Add a generic FLOW_STEP_MOUNTED telemetry event (eventFlowStepMounted) for measuring multi-step flow funnels, and wire it into the self-serve SSO flow (#8951) by @LauraBeatris

  • Add localization support for OAuth access denied errors. (#8786) by @wobsoriano

  • Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris

  • Improve UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (aria-haspopup="dialog") and the popover uses role="dialog" instead of role="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelled role="group" elements for screen readers. (#8325) by @alexcarpenter

@clerk/ui@1.21.0

Minor Changes

  • Migrate from :focus to :focus-visible so focus rings only appear during keyboard navigation (#8595) by @alexcarpenter

  • Improve UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (aria-haspopup="dialog") and the popover uses role="dialog" instead of role="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelled role="group" elements for screen readers. (#8325) by @alexcarpenter

Patch Changes

  • Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem

  • Updates development mode indicator styling. (#8917) by @alexcarpenter

  • Add a generic FLOW_STEP_MOUNTED telemetry event (eventFlowStepMounted) for measuring multi-step flow funnels, and wire it into the self-serve SSO flow (#8951) by @LauraBeatris

  • Add localization support for OAuth access denied errors. (#8786) by @wobsoriano

  • Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris

  • The Security tab in <OrganizationProfile /> is now hidden for members who lack the manage enterprise connections permission (org:sys_entconns:manage), instead of rendering a permission-denied state. This matches how the Members, Billing, and API keys tabs are gated. (#8971) by @iagodahlem

  • Self-serve SSO: fix the configuration wizard rendering a blank step when a connection is reset from the first configuration step. Resetting now returns to the provider selection step. (#8970) by @iagodahlem

  • Self-serve SSO: restore keyboard-accessible provider selection, mark configuration wizard steps complete based on connection state rather than position, and fix the organization Security page loading state. (#8940) by @iagodahlem

  • Updated dependencies [c38d853, 7e3174a, 97039bb, f43071d, 0e0ff11, 0039618, a536a0d]:

    • @clerk/localizations@4.9.3
    • @clerk/shared@4.21.0

@clerk/astro@3.4.7

Patch Changes

@clerk/backend@3.8.3

Patch Changes

@clerk/chrome-extension@3.1.42

Patch Changes

@clerk/electron@0.0.2

Patch Changes

@clerk/expo@3.5.3

Patch Changes

@clerk/expo-passkeys@1.1.9

Patch Changes

@clerk/express@2.1.31

Patch Changes

@clerk/fastify@3.1.41

Patch Changes

@clerk/hono@0.1.41

Patch Changes

@clerk/localizations@4.9.3

Patch Changes

  • Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem

  • Add localization support for OAuth access denied errors. (#8786) by @wobsoriano

  • Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris

  • Improve UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (aria-haspopup="dialog") and the popover uses role="dialog" instead of role="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelled role="group" elements for screen readers. (#8325) by @alexcarpenter

  • Updated dependencies [c38d853, 7e3174a, 97039bb, f43071d, 0e0ff11, 0039618, a536a0d]:

    • @clerk/shared@4.21.0

@clerk/nextjs@7.5.8

Patch Changes

@clerk/nuxt@2.6.7

Patch Changes

@clerk/tanstack-react-start@1.4.8

Patch Changes

@clerk/testing@2.1.6

Patch Changes

@clerk/vue@2.4.7

Patch Changes

@clerk/headless@0.0.3

Patch Changes

@clerk/msw@0.0.39

Patch Changes

@clerk/swingset@0.0.8

Patch Changes

@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jun 23, 2026 8:38pm
swingset Ready Ready Preview, Comment Jun 23, 2026 8:38pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • ci(repo): Version packages

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 3eb2f913-a987-4249-be5b-dba1ec582714

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Jun 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@8939

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@8939

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@8939

@clerk/expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/hono

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/react

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

@clerk/react-router

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/ui

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

@clerk/upgrade

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

@clerk/vue

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

commit: 1d3e60d

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-06-23T20:39:12.299Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 1d3e60d.

@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 5ebf269 to 32c152e Compare June 22, 2026 21:21
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 32c152e to 920ca8e Compare June 22, 2026 23:16
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 920ca8e to 73b145f Compare June 23, 2026 13:12
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 73b145f to 6af835e Compare June 23, 2026 15:21
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 6af835e to 90de2fb Compare June 23, 2026 16:32
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 90de2fb to f52aeef Compare June 23, 2026 16:58
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from f52aeef to ac52b25 Compare June 23, 2026 18:02
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from ac52b25 to 093a5ec Compare June 23, 2026 18:38
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 093a5ec to 8bfa28a Compare June 23, 2026 19:28
@clerk-cookie clerk-cookie force-pushed the changeset-release/main branch from 8bfa28a to 1eeb259 Compare June 23, 2026 20:12
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