From cedf72d4ab2375b27995c9933ca32f4690c0d1a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 00:01:04 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/button-link-underline-from-font.md | 5 --- .changeset/calm-actors-wait.md | 5 --- .changeset/calm-passkeys-views.md | 2 -- .changeset/centralize-phone-utilities.md | 6 ---- .changeset/connected-account-confirmation.md | 2 -- .changeset/early-crabs-obey.md | 5 --- .changeset/electron-single-tsconfig.md | 2 -- .changeset/enterprise-connection-page.md | 11 ------- .changeset/expo-bump-clerk-ios-1-5-5.md | 5 --- .changeset/extract-mosaic-package.md | 8 ----- .changeset/honest-chairs-cheat.md | 2 -- .changeset/lovely-rainbows-cry.md | 2 -- .changeset/mosaic-active-device-dialogs.md | 2 -- .changeset/mosaic-avatar-inset-outline.md | 5 --- .changeset/mosaic-dialog-drop-prompt.md | 2 -- .../mosaic-field-error-enter-animation.md | 2 -- .changeset/mosaic-gray-scale.md | 2 -- .changeset/mosaic-messages-usages.md | 2 -- .changeset/mosaic-messages-util.md | 2 -- .changeset/mosaic-pagination.md | 2 -- .changeset/mosaic-popup-fade-easing.md | 2 -- .changeset/mosaic-provider-localization.md | 5 --- .../mosaic-remove-load-bearing-comments.md | 2 -- .changeset/mosaic-rtl-mirror-icons.md | 5 --- .changeset/mosaic-select-component.md | 2 -- .changeset/mosaic-table.md | 2 -- .changeset/mosaic-text-foreground-colors.md | 2 -- .changeset/mosaic-tooltip-component.md | 2 -- .changeset/olive-poets-shake.md | 5 --- .changeset/quiet-mfa-setup.md | 2 -- .../rename-sso-fallback-to-sso-bypass.md | 9 ------ .changeset/sign-out-all-confirmation.md | 2 -- .changeset/snapshot-release-dispatch.md | 2 -- .../sso-bypass-allowlist-circular-ref.md | 2 -- .changeset/sso-bypass-allowlist.md | 10 ------ .changeset/swingset-proptable-style-rows.md | 2 -- .changeset/swingset-sidebar-alphabetical.md | 2 -- .changeset/swingset-stylex-include.md | 2 -- .changeset/tsserver-empty-root-tsconfig.md | 2 -- .changeset/two-aliens-build.md | 5 --- .changeset/update-mosaic-icons.md | 2 -- .changeset/url-template-parser.md | 6 ---- .changeset/user-profile-edit-password.md | 2 -- .changeset/wait-for-npm-packages.md | 2 -- packages/astro/CHANGELOG.md | 8 +++++ packages/astro/package.json | 2 +- packages/backend/CHANGELOG.md | 9 ++++++ packages/backend/package.json | 2 +- packages/chrome-extension/CHANGELOG.md | 10 ++++++ packages/chrome-extension/package.json | 2 +- packages/clerk-js/CHANGELOG.md | 15 +++++++++ packages/clerk-js/package.json | 2 +- packages/electron/CHANGELOG.md | 9 ++++++ packages/electron/package.json | 2 +- packages/expo-passkeys/CHANGELOG.md | 7 ++++ packages/expo-passkeys/package.json | 2 +- packages/expo/CHANGELOG.md | 11 +++++++ packages/expo/package.json | 2 +- packages/express/CHANGELOG.md | 8 +++++ packages/express/package.json | 2 +- packages/fastify/CHANGELOG.md | 8 +++++ packages/fastify/package.json | 2 +- packages/headless/CHANGELOG.md | 7 ++++ packages/headless/package.json | 2 +- packages/hono/CHANGELOG.md | 8 +++++ packages/hono/package.json | 2 +- packages/localizations/CHANGELOG.md | 21 ++++++++++++ packages/localizations/package.json | 2 +- packages/mosaic/CHANGELOG.md | 22 +++++++++++++ packages/mosaic/package.json | 2 +- packages/msw/CHANGELOG.md | 7 ++++ packages/msw/package.json | 2 +- packages/nextjs/CHANGELOG.md | 13 ++++++++ packages/nextjs/package.json | 2 +- packages/nuxt/CHANGELOG.md | 9 ++++++ packages/nuxt/package.json | 2 +- packages/react-router/CHANGELOG.md | 9 ++++++ packages/react-router/package.json | 2 +- packages/react/CHANGELOG.md | 11 +++++++ packages/react/package.json | 2 +- packages/shared/CHANGELOG.md | 22 +++++++++++++ packages/shared/package.json | 2 +- packages/swingset/CHANGELOG.md | 8 +++++ packages/swingset/package.json | 2 +- packages/tanstack-react-start/CHANGELOG.md | 9 ++++++ packages/tanstack-react-start/package.json | 2 +- packages/testing/CHANGELOG.md | 8 +++++ packages/testing/package.json | 2 +- packages/ui/CHANGELOG.md | 32 +++++++++++++++++++ packages/ui/package.json | 2 +- packages/vue/CHANGELOG.md | 7 ++++ packages/vue/package.json | 2 +- 92 files changed, 302 insertions(+), 177 deletions(-) delete mode 100644 .changeset/button-link-underline-from-font.md delete mode 100644 .changeset/calm-actors-wait.md delete mode 100644 .changeset/calm-passkeys-views.md delete mode 100644 .changeset/centralize-phone-utilities.md delete mode 100644 .changeset/connected-account-confirmation.md delete mode 100644 .changeset/early-crabs-obey.md delete mode 100644 .changeset/electron-single-tsconfig.md delete mode 100644 .changeset/enterprise-connection-page.md delete mode 100644 .changeset/expo-bump-clerk-ios-1-5-5.md delete mode 100644 .changeset/extract-mosaic-package.md delete mode 100644 .changeset/honest-chairs-cheat.md delete mode 100644 .changeset/lovely-rainbows-cry.md delete mode 100644 .changeset/mosaic-active-device-dialogs.md delete mode 100644 .changeset/mosaic-avatar-inset-outline.md delete mode 100644 .changeset/mosaic-dialog-drop-prompt.md delete mode 100644 .changeset/mosaic-field-error-enter-animation.md delete mode 100644 .changeset/mosaic-gray-scale.md delete mode 100644 .changeset/mosaic-messages-usages.md delete mode 100644 .changeset/mosaic-messages-util.md delete mode 100644 .changeset/mosaic-pagination.md delete mode 100644 .changeset/mosaic-popup-fade-easing.md delete mode 100644 .changeset/mosaic-provider-localization.md delete mode 100644 .changeset/mosaic-remove-load-bearing-comments.md delete mode 100644 .changeset/mosaic-rtl-mirror-icons.md delete mode 100644 .changeset/mosaic-select-component.md delete mode 100644 .changeset/mosaic-table.md delete mode 100644 .changeset/mosaic-text-foreground-colors.md delete mode 100644 .changeset/mosaic-tooltip-component.md delete mode 100644 .changeset/olive-poets-shake.md delete mode 100644 .changeset/quiet-mfa-setup.md delete mode 100644 .changeset/rename-sso-fallback-to-sso-bypass.md delete mode 100644 .changeset/sign-out-all-confirmation.md delete mode 100644 .changeset/snapshot-release-dispatch.md delete mode 100644 .changeset/sso-bypass-allowlist-circular-ref.md delete mode 100644 .changeset/sso-bypass-allowlist.md delete mode 100644 .changeset/swingset-proptable-style-rows.md delete mode 100644 .changeset/swingset-sidebar-alphabetical.md delete mode 100644 .changeset/swingset-stylex-include.md delete mode 100644 .changeset/tsserver-empty-root-tsconfig.md delete mode 100644 .changeset/two-aliens-build.md delete mode 100644 .changeset/update-mosaic-icons.md delete mode 100644 .changeset/url-template-parser.md delete mode 100644 .changeset/user-profile-edit-password.md delete mode 100644 .changeset/wait-for-npm-packages.md create mode 100644 packages/mosaic/CHANGELOG.md diff --git a/.changeset/button-link-underline-from-font.md b/.changeset/button-link-underline-from-font.md deleted file mode 100644 index 72006395211..00000000000 --- a/.changeset/button-link-underline-from-font.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/mosaic': patch ---- - -Update link button to use underline position from font over hardcoded offset diff --git a/.changeset/calm-actors-wait.md b/.changeset/calm-actors-wait.md deleted file mode 100644 index 91eb2559902..00000000000 --- a/.changeset/calm-actors-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/nextjs': patch ---- - -Fix a development-only React key warning when using `ClerkProvider` in the App Router. diff --git a/.changeset/calm-passkeys-views.md b/.changeset/calm-passkeys-views.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/calm-passkeys-views.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/centralize-phone-utilities.md b/.changeset/centralize-phone-utilities.md deleted file mode 100644 index 10936fbd9b1..00000000000 --- a/.changeset/centralize-phone-utilities.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/shared': minor -'@clerk/ui': patch ---- - -Add `@clerk/shared/phone` with Clerk's country metadata and phone-number parsing, formatting, and detection helpers. diff --git a/.changeset/connected-account-confirmation.md b/.changeset/connected-account-confirmation.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/connected-account-confirmation.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/early-crabs-obey.md b/.changeset/early-crabs-obey.md deleted file mode 100644 index 3ec11c9ace5..00000000000 --- a/.changeset/early-crabs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Fix reconnecting disconnected Google One Tap accounts in UserProfile to use Google OAuth while preserving session reverification. diff --git a/.changeset/electron-single-tsconfig.md b/.changeset/electron-single-tsconfig.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/electron-single-tsconfig.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/enterprise-connection-page.md b/.changeset/enterprise-connection-page.md deleted file mode 100644 index 3b643e2ea7a..00000000000 --- a/.changeset/enterprise-connection-page.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/shared': patch -'@clerk/ui': patch ---- - -Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. - -The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped. - -New customization handles ship with it: the `organizationProfileSecuritySsoConnectionRow` and `organizationProfileSecuritySsoConnectionPage` appearance elements, the `configureSSOVerifyDomainCardCheckbox` element, the `claimed` badge id, the new `FieldId` values for the connection settings, and the `ssoConnectionName`, `ssoConnectionDomains`, `ssoConnectionServiceProvider`, `ssoConnectionIdentityProvider`, `ssoConnectionSettings` and `ssoConnectionDangerZone` `ProfileSectionId` values. diff --git a/.changeset/expo-bump-clerk-ios-1-5-5.md b/.changeset/expo-bump-clerk-ios-1-5-5.md deleted file mode 100644 index f3052d95128..00000000000 --- a/.changeset/expo-bump-clerk-ios-1-5-5.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/expo': patch ---- - -Bump the bundled `clerk-ios` SDK from `1.5.4` to `1.5.5`. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.5. diff --git a/.changeset/extract-mosaic-package.md b/.changeset/extract-mosaic-package.md deleted file mode 100644 index bdcba31465a..00000000000 --- a/.changeset/extract-mosaic-package.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@clerk/mosaic': minor -'@clerk/ui': patch ---- - -Add `@clerk/mosaic`, an experimental standalone package for next generation Clerk components. - -If you try this out, make sure to pin your version as breaking changes can happen in minors. diff --git a/.changeset/honest-chairs-cheat.md b/.changeset/honest-chairs-cheat.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/honest-chairs-cheat.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/lovely-rainbows-cry.md b/.changeset/lovely-rainbows-cry.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/lovely-rainbows-cry.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-active-device-dialogs.md b/.changeset/mosaic-active-device-dialogs.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-active-device-dialogs.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-avatar-inset-outline.md b/.changeset/mosaic-avatar-inset-outline.md deleted file mode 100644 index 43f690f2a4b..00000000000 --- a/.changeset/mosaic-avatar-inset-outline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/mosaic': minor ---- - -`Avatar` now draws a 1px inset outline over its image and fallback so it keeps an edge against a matching background. Pass `bordered={false}` to `Avatar.Root` to drop it. diff --git a/.changeset/mosaic-dialog-drop-prompt.md b/.changeset/mosaic-dialog-drop-prompt.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-dialog-drop-prompt.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-field-error-enter-animation.md b/.changeset/mosaic-field-error-enter-animation.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-field-error-enter-animation.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-gray-scale.md b/.changeset/mosaic-gray-scale.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-gray-scale.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-messages-usages.md b/.changeset/mosaic-messages-usages.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-messages-usages.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-messages-util.md b/.changeset/mosaic-messages-util.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-messages-util.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-pagination.md b/.changeset/mosaic-pagination.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-pagination.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-popup-fade-easing.md b/.changeset/mosaic-popup-fade-easing.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-popup-fade-easing.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-provider-localization.md b/.changeset/mosaic-provider-localization.md deleted file mode 100644 index 6db774ce003..00000000000 --- a/.changeset/mosaic-provider-localization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/mosaic': minor ---- - -Export `MosaicProvider` to enable customizing messages and icons within the new components. diff --git a/.changeset/mosaic-remove-load-bearing-comments.md b/.changeset/mosaic-remove-load-bearing-comments.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-remove-load-bearing-comments.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-rtl-mirror-icons.md b/.changeset/mosaic-rtl-mirror-icons.md deleted file mode 100644 index 1284ddefcf3..00000000000 --- a/.changeset/mosaic-rtl-mirror-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/mosaic': patch ---- - -Direction-aware icons (the forward chevrons on menu rows, the log-out arrow, and the previous/next arrows in paginated lists) now mirror horizontally when rendered under an ancestor with `dir="rtl"`. diff --git a/.changeset/mosaic-select-component.md b/.changeset/mosaic-select-component.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-select-component.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-table.md b/.changeset/mosaic-table.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-table.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-text-foreground-colors.md b/.changeset/mosaic-text-foreground-colors.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-text-foreground-colors.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-tooltip-component.md b/.changeset/mosaic-tooltip-component.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-tooltip-component.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/olive-poets-shake.md b/.changeset/olive-poets-shake.md deleted file mode 100644 index 256369417df..00000000000 --- a/.changeset/olive-poets-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/nextjs': patch ---- - -Fix a cross-request credential leak in `clerkMiddleware()`. When using dynamic keys (an options callback that resolves a different `secretKey` per request), a `clerkClient()` call made inside the middleware handler could be built with another concurrent request's secret key. Each request now gets its own isolated store, so the keys resolved for a request are only ever visible to that request. diff --git a/.changeset/quiet-mfa-setup.md b/.changeset/quiet-mfa-setup.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/quiet-mfa-setup.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/rename-sso-fallback-to-sso-bypass.md b/.changeset/rename-sso-fallback-to-sso-bypass.md deleted file mode 100644 index 97d5931135e..00000000000 --- a/.changeset/rename-sso-fallback-to-sso-bypass.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/localizations': minor -'@clerk/clerk-js': minor -'@clerk/shared': minor -'@clerk/react': minor -'@clerk/ui': minor ---- - -Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. diff --git a/.changeset/sign-out-all-confirmation.md b/.changeset/sign-out-all-confirmation.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/sign-out-all-confirmation.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/snapshot-release-dispatch.md b/.changeset/snapshot-release-dispatch.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/snapshot-release-dispatch.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/sso-bypass-allowlist-circular-ref.md b/.changeset/sso-bypass-allowlist-circular-ref.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/sso-bypass-allowlist-circular-ref.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/sso-bypass-allowlist.md b/.changeset/sso-bypass-allowlist.md deleted file mode 100644 index 82cb405e386..00000000000 --- a/.changeset/sso-bypass-allowlist.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@clerk/localizations': minor -'@clerk/clerk-js': minor -'@clerk/shared': minor -'@clerk/ui': minor ---- - -Add the ability for Organization admins to manage the SSO bypass allowlist from the Security page of ``. - -For custom flows, `organization.ssoBypassAllowlist` exposes `getUsers()`, `addUser({ userId })` and `removeUser(userId)`. diff --git a/.changeset/swingset-proptable-style-rows.md b/.changeset/swingset-proptable-style-rows.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/swingset-proptable-style-rows.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/swingset-sidebar-alphabetical.md b/.changeset/swingset-sidebar-alphabetical.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/swingset-sidebar-alphabetical.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/swingset-stylex-include.md b/.changeset/swingset-stylex-include.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/swingset-stylex-include.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tsserver-empty-root-tsconfig.md b/.changeset/tsserver-empty-root-tsconfig.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tsserver-empty-root-tsconfig.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/two-aliens-build.md b/.changeset/two-aliens-build.md deleted file mode 100644 index 06a7f0aeaf8..00000000000 --- a/.changeset/two-aliens-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Clarify domain API documentation and deletion parameter names. The active domain cannot be deleted. diff --git a/.changeset/update-mosaic-icons.md b/.changeset/update-mosaic-icons.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/update-mosaic-icons.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/url-template-parser.md b/.changeset/url-template-parser.md deleted file mode 100644 index cbdbc4fcce7..00000000000 --- a/.changeset/url-template-parser.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/shared': minor -'@clerk/ui': patch ---- - -Add `createDynamicParamParser` and `populateParamFromObject` to `@clerk/shared/url` for resolving `:property` placeholders in URL templates. diff --git a/.changeset/user-profile-edit-password.md b/.changeset/user-profile-edit-password.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/user-profile-edit-password.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wait-for-npm-packages.md b/.changeset/wait-for-npm-packages.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/wait-for-npm-packages.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index bae89c28727..40b3cb86927 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/astro +## 4.1.4 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + ## 4.1.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 493dc0986f9..0579227b185 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "4.1.3", + "version": "4.1.4", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index dabfff9b79c..a5e597601f8 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.18.2 + +### Patch Changes + +- Clarify domain API documentation and deletion parameter names. The active domain cannot be deleted. ([#9741](https://github.com/clerk/javascript/pull/9741)) by [@rafaelrcamargo](https://github.com/rafaelrcamargo) + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 3.18.1 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 900014a3ac9..fd09aa02427 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "3.18.1", + "version": "3.18.2", "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", "homepage": "https://clerk.com/", "bugs": { diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 290f62ed13a..f393696167b 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.1.85 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`9160e6c`](https://github.com/clerk/javascript/commit/9160e6c52f10aa1fc8d5dacda35ec1598d68a222), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`970583c`](https://github.com/clerk/javascript/commit/970583c13d14f7f975b8efb59841bdc1a995eab7), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/ui@1.34.0 + - @clerk/clerk-js@6.33.0 + - @clerk/react@6.17.0 + ## 3.1.84 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 6a2dede61e0..10895b95be9 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.84", + "version": "3.1.85", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 269af022f2b..1c5aad79886 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 6.33.0 + +### Minor Changes + +- Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. ([#9822](https://github.com/clerk/javascript/pull/9822)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- Add the ability for Organization admins to manage the SSO bypass allowlist from the Security page of ``. ([#9809](https://github.com/clerk/javascript/pull/9809)) by [@mauricioabreu](https://github.com/mauricioabreu) + + For custom flows, `organization.ssoBypassAllowlist` exposes `getUsers()`, `addUser({ userId })` and `removeUser(userId)`. + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 6.32.1 ### Patch Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 145b0cad01c..2cf9888df14 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "6.32.1", + "version": "6.33.0", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/electron/CHANGELOG.md b/packages/electron/CHANGELOG.md index 56c6750e291..c196532745e 100644 --- a/packages/electron/CHANGELOG.md +++ b/packages/electron/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/electron +## 0.0.45 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/clerk-js@6.33.0 + - @clerk/react@6.17.0 + ## 0.0.44 ### Patch Changes diff --git a/packages/electron/package.json b/packages/electron/package.json index 54693a9fac2..c28ce14960c 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/electron", - "version": "0.0.44", + "version": "0.0.45", "description": "Clerk SDK for Electron", "keywords": [ "clerk", diff --git a/packages/expo-passkeys/CHANGELOG.md b/packages/expo-passkeys/CHANGELOG.md index 8b3fe8baf81..9635265b3ef 100644 --- a/packages/expo-passkeys/CHANGELOG.md +++ b/packages/expo-passkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/expo-passkeys +## 2.0.21 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 2.0.20 ### Patch Changes diff --git a/packages/expo-passkeys/package.json b/packages/expo-passkeys/package.json index 398860bf9d8..c9a86ebb7e8 100644 --- a/packages/expo-passkeys/package.json +++ b/packages/expo-passkeys/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo-passkeys", - "version": "2.0.20", + "version": "2.0.21", "description": "Passkeys library to be used with Clerk for expo", "keywords": [ "react-native", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index da651e9222d..85d943ce2c9 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.6.9 + +### Patch Changes + +- Bump the bundled `clerk-ios` SDK from `1.5.4` to `1.5.5`. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.5. ([#9810](https://github.com/clerk/javascript/pull/9810)) by [@clerk-cookie](https://github.com/clerk-cookie) + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/clerk-js@6.33.0 + - @clerk/react@6.17.0 + ## 4.6.8 ### Patch Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 8a5bf94915b..1c5abca1f54 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "4.6.8", + "version": "4.6.9", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 7a88b73cddc..a466662f1c2 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.1.70 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + ## 2.1.69 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index 271540ab1d0..27373475bca 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/express", - "version": "2.1.69", + "version": "2.1.70", "description": "Clerk server SDK for usage with Express", "keywords": [ "clerk", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index adef37cc98b..3b2628b7c36 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.80 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + ## 3.1.79 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 5aa51eb800b..7baad8f937e 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "3.1.79", + "version": "3.1.80", "description": "Clerk SDK for Fastify", "keywords": [ "auth", diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index 2843feacb7f..281ae3a26e7 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/headless +## 0.0.35 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 0.0.34 ### Patch Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index acd296885cb..a394ff7179b 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/headless", - "version": "0.0.34", + "version": "0.0.35", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index 91db1fd46cb..3c59a98eacf 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/hono +## 0.1.80 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + ## 0.1.79 ### Patch Changes diff --git a/packages/hono/package.json b/packages/hono/package.json index 990f86e701f..20e274659eb 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/hono", - "version": "0.1.79", + "version": "0.1.80", "description": "Clerk SDK for Hono", "keywords": [ "auth", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index c1e853cb086..88521f60846 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 4.18.0 + +### Minor Changes + +- Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. ([#9822](https://github.com/clerk/javascript/pull/9822)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- Add the ability for Organization admins to manage the SSO bypass allowlist from the Security page of ``. ([#9809](https://github.com/clerk/javascript/pull/9809)) by [@mauricioabreu](https://github.com/mauricioabreu) + + For custom flows, `organization.ssoBypassAllowlist` exposes `getUsers()`, `addUser({ userId })` and `removeUser(userId)`. + +### Patch Changes + +- Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. ([#9748](https://github.com/clerk/javascript/pull/9748)) by [@NicolasLopes7](https://github.com/NicolasLopes7) + + The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped. + + New customization handles ship with it: the `organizationProfileSecuritySsoConnectionRow` and `organizationProfileSecuritySsoConnectionPage` appearance elements, the `configureSSOVerifyDomainCardCheckbox` element, the `claimed` badge id, the new `FieldId` values for the connection settings, and the `ssoConnectionName`, `ssoConnectionDomains`, `ssoConnectionServiceProvider`, `ssoConnectionIdentityProvider`, `ssoConnectionSettings` and `ssoConnectionDangerZone` `ProfileSectionId` values. + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 4.17.1 ### Patch Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index 92f867584a8..a9ac4e58555 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "4.17.1", + "version": "4.18.0", "description": "Localizations for the Clerk components", "keywords": [ "react", diff --git a/packages/mosaic/CHANGELOG.md b/packages/mosaic/CHANGELOG.md new file mode 100644 index 00000000000..fca8689f229 --- /dev/null +++ b/packages/mosaic/CHANGELOG.md @@ -0,0 +1,22 @@ +# @clerk/mosaic + +## 0.1.0 + +### Minor Changes + +- Add `@clerk/mosaic`, an experimental standalone package for next generation Clerk components. ([#9765](https://github.com/clerk/javascript/pull/9765)) by [@Ephem](https://github.com/Ephem) + + If you try this out, make sure to pin your version as breaking changes can happen in minors. + +- `Avatar` now draws a 1px inset outline over its image and fallback so it keeps an edge against a matching background. Pass `bordered={false}` to `Avatar.Root` to drop it. ([#9815](https://github.com/clerk/javascript/pull/9815)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Export `MosaicProvider` to enable customizing messages and icons within the new components. ([#9801](https://github.com/clerk/javascript/pull/9801)) by [@alexcarpenter](https://github.com/alexcarpenter) + +### Patch Changes + +- Update link button to use underline position from font over hardcoded offset ([#9796](https://github.com/clerk/javascript/pull/9796)) by [@maxyinger](https://github.com/maxyinger) + +- Direction-aware icons (the forward chevrons on menu rows, the log-out arrow, and the previous/next arrows in paginated lists) now mirror horizontally when rendered under an ancestor with `dir="rtl"`. ([#9803](https://github.com/clerk/javascript/pull/9803)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 diff --git a/packages/mosaic/package.json b/packages/mosaic/package.json index 8f72043e757..ee54a37aee9 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/mosaic", - "version": "0.0.1", + "version": "0.1.0", "description": "Clerk Mosaic UI components", "keywords": [ "clerk", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index 2d36aad63b4..c0dbc67b595 100644 --- a/packages/msw/CHANGELOG.md +++ b/packages/msw/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/msw +## 0.0.71 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 0.0.70 ### Patch Changes diff --git a/packages/msw/package.json b/packages/msw/package.json index 34c65b668ae..b554cc33a0f 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/msw", - "version": "0.0.70", + "version": "0.0.71", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 0ce17c0690f..fa7464a8244 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 7.9.5 + +### Patch Changes + +- Fix a development-only React key warning when using `ClerkProvider` in the App Router. ([#9816](https://github.com/clerk/javascript/pull/9816)) by [@joshrowley](https://github.com/joshrowley) + +- Fix a cross-request credential leak in `clerkMiddleware()`. When using dynamic keys (an options callback that resolves a different `secretKey` per request), a `clerkClient()` call made inside the middleware handler could be built with another concurrent request's secret key. Each request now gets its own isolated store, so the keys resolved for a request are only ever visible to that request. ([#9723](https://github.com/clerk/javascript/pull/9723)) by [@dominic-clerk](https://github.com/dominic-clerk) + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/react@6.17.0 + - @clerk/backend@3.18.2 + ## 7.9.4 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index fc1061c821a..7609bb5d63a 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "7.9.4", + "version": "7.9.5", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 16d049bfa41..5841288fc0a 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/nuxt +## 3.1.4 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + - @clerk/vue@2.5.4 + ## 3.1.3 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 3079d08cf2a..fac291f014e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nuxt", - "version": "3.1.3", + "version": "3.1.4", "description": "Clerk SDK for Nuxt", "keywords": [ "clerk", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 9b2a37874b2..88974d2e2eb 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.6.25 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/react@6.17.0 + - @clerk/backend@3.18.2 + ## 3.6.24 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e37156f9122..1094b1fe03f 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react-router", - "version": "3.6.24", + "version": "3.6.25", "description": "Clerk SDK for React Router", "keywords": [ "clerk", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b8c50a49631..022365ae994 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.17.0 + +### Minor Changes + +- Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. ([#9822](https://github.com/clerk/javascript/pull/9822)) by [@mauricioabreu](https://github.com/mauricioabreu) + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 6.16.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 84672a40576..6091c705f3b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react", - "version": "6.16.1", + "version": "6.17.0", "description": "Clerk React library", "keywords": [ "clerk", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index b6f1861cd0c..3f811d8483f 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## 4.34.0 + +### Minor Changes + +- Add `@clerk/shared/phone` with Clerk's country metadata and phone-number parsing, formatting, and detection helpers. ([#9763](https://github.com/clerk/javascript/pull/9763)) by [@Ephem](https://github.com/Ephem) + +- Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. ([#9822](https://github.com/clerk/javascript/pull/9822)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- Add the ability for Organization admins to manage the SSO bypass allowlist from the Security page of ``. ([#9809](https://github.com/clerk/javascript/pull/9809)) by [@mauricioabreu](https://github.com/mauricioabreu) + + For custom flows, `organization.ssoBypassAllowlist` exposes `getUsers()`, `addUser({ userId })` and `removeUser(userId)`. + +- Add `createDynamicParamParser` and `populateParamFromObject` to `@clerk/shared/url` for resolving `:property` placeholders in URL templates. ([#9761](https://github.com/clerk/javascript/pull/9761)) by [@Ephem](https://github.com/Ephem) + +### Patch Changes + +- Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. ([#9748](https://github.com/clerk/javascript/pull/9748)) by [@NicolasLopes7](https://github.com/NicolasLopes7) + + The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped. + + New customization handles ship with it: the `organizationProfileSecuritySsoConnectionRow` and `organizationProfileSecuritySsoConnectionPage` appearance elements, the `configureSSOVerifyDomainCardCheckbox` element, the `claimed` badge id, the new `FieldId` values for the connection settings, and the `ssoConnectionName`, `ssoConnectionDomains`, `ssoConnectionServiceProvider`, `ssoConnectionIdentityProvider`, `ssoConnectionSettings` and `ssoConnectionDangerZone` `ProfileSectionId` values. + ## 4.33.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 5ae1ea4bd0d..04f454d1f5b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/shared", - "version": "4.33.0", + "version": "4.34.0", "description": "Internal package utils used by the Clerk SDKs", "repository": { "type": "git", diff --git a/packages/swingset/CHANGELOG.md b/packages/swingset/CHANGELOG.md index 2f9de41ee31..f46b394eaa4 100644 --- a/packages/swingset/CHANGELOG.md +++ b/packages/swingset/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/swingset +## 0.0.48 + +### Patch Changes + +- Updated dependencies [[`f626fae`](https://github.com/clerk/javascript/commit/f626fae6387392ddd0fccac261d1f27b0551f062), [`970583c`](https://github.com/clerk/javascript/commit/970583c13d14f7f975b8efb59841bdc1a995eab7), [`43c7fbe`](https://github.com/clerk/javascript/commit/43c7fbeee313bdfeb520e60f140c164d17a61476), [`a982913`](https://github.com/clerk/javascript/commit/a982913d23004074b16cf5fb26f54b9d2e70576f), [`67f7387`](https://github.com/clerk/javascript/commit/67f73875bf9fbaac1c630fda13477c92a8094331)]: + - @clerk/mosaic@0.1.0 + - @clerk/headless@0.0.35 + ## 0.0.47 ### Patch Changes diff --git a/packages/swingset/package.json b/packages/swingset/package.json index ee27015de47..ca5e4d52da6 100644 --- a/packages/swingset/package.json +++ b/packages/swingset/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/swingset", - "version": "0.0.47", + "version": "0.0.48", "private": true, "type": "module", "scripts": { diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md index 65d9382523b..2edb254a80d 100644 --- a/packages/tanstack-react-start/CHANGELOG.md +++ b/packages/tanstack-react-start/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/tanstack-react-start +## 1.5.16 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/react@6.17.0 + - @clerk/backend@3.18.2 + ## 1.5.15 ### Patch Changes diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json index 0824bbfddb4..a9f3fbe12e6 100644 --- a/packages/tanstack-react-start/package.json +++ b/packages/tanstack-react-start/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/tanstack-react-start", - "version": "1.5.15", + "version": "1.5.16", "description": "Clerk SDK for TanStack React Start", "keywords": [ "clerk", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index d041ee7e121..f002d775c19 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/testing +## 2.2.37 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`3d6ed25`](https://github.com/clerk/javascript/commit/3d6ed25dd62603647e39447454cd8b964fe3558d), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/backend@3.18.2 + ## 2.2.36 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 066abbe4493..6e8b930c5d1 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/testing", - "version": "2.2.36", + "version": "2.2.37", "description": "Utilities to help you create E2E test suites for apps using Clerk", "keywords": [ "auth", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e795538bbbd..02e834fb9b8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,37 @@ # @clerk/ui +## 1.34.0 + +### Minor Changes + +- Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's `ssoFallbackFirstFactors` is now `ssoBypassFirstFactors` and reads the `sso_bypass_first_factors` field from the API, the `signIn.ssoFallback` localization keys are now `signIn.ssoBypass`, and the `ssoFallback` card action element id is now `ssoBypass`. The flow has not been enabled on any instance, so no application is affected by the old names going away. ([#9822](https://github.com/clerk/javascript/pull/9822)) by [@mauricioabreu](https://github.com/mauricioabreu) + +- Add the ability for Organization admins to manage the SSO bypass allowlist from the Security page of ``. ([#9809](https://github.com/clerk/javascript/pull/9809)) by [@mauricioabreu](https://github.com/mauricioabreu) + + For custom flows, `organization.ssoBypassAllowlist` exposes `getUsers()`, `addUser({ userId })` and `removeUser(userId)`. + +### Patch Changes + +- Add `@clerk/shared/phone` with Clerk's country metadata and phone-number parsing, formatting, and detection helpers. ([#9763](https://github.com/clerk/javascript/pull/9763)) by [@Ephem](https://github.com/Ephem) + +- Fix reconnecting disconnected Google One Tap accounts in UserProfile to use Google OAuth while preserving session reverification. ([#9767](https://github.com/clerk/javascript/pull/9767)) by [@wobsoriano](https://github.com/wobsoriano) + +- Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. ([#9748](https://github.com/clerk/javascript/pull/9748)) by [@NicolasLopes7](https://github.com/NicolasLopes7) + + The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped. + + New customization handles ship with it: the `organizationProfileSecuritySsoConnectionRow` and `organizationProfileSecuritySsoConnectionPage` appearance elements, the `configureSSOVerifyDomainCardCheckbox` element, the `claimed` badge id, the new `FieldId` values for the connection settings, and the `ssoConnectionName`, `ssoConnectionDomains`, `ssoConnectionServiceProvider`, `ssoConnectionIdentityProvider`, `ssoConnectionSettings` and `ssoConnectionDangerZone` `ProfileSectionId` values. + +- Add `@clerk/mosaic`, an experimental standalone package for next generation Clerk components. ([#9765](https://github.com/clerk/javascript/pull/9765)) by [@Ephem](https://github.com/Ephem) + + If you try this out, make sure to pin your version as breaking changes can happen in minors. + +- Add `createDynamicParamParser` and `populateParamFromObject` to `@clerk/shared/url` for resolving `:property` placeholders in URL templates. ([#9761](https://github.com/clerk/javascript/pull/9761)) by [@Ephem](https://github.com/Ephem) + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + - @clerk/localizations@4.18.0 + ## 1.33.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e9eabd119fd..6ae79547040 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/ui", - "version": "1.33.1", + "version": "1.34.0", "description": "Internal package that contains the UI components for the Clerk frontend SDKs", "repository": { "type": "git", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 7da35d341d6..44ecebf812d 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/vue +## 2.5.4 + +### Patch Changes + +- Updated dependencies [[`804d3db`](https://github.com/clerk/javascript/commit/804d3db182746d3b403411025b5dccc5aeafc719), [`64c8e3e`](https://github.com/clerk/javascript/commit/64c8e3ec55e79a2ccc79ae27cbadaeef9481f3d9), [`07b4c2b`](https://github.com/clerk/javascript/commit/07b4c2b3c8bfa394f4331efcc363ee4064336f9d), [`4e36687`](https://github.com/clerk/javascript/commit/4e366874c5c4348750d43073cd8ec7aa4564e476), [`9e7485c`](https://github.com/clerk/javascript/commit/9e7485c8efc33e9458643372ce133b229347c03d)]: + - @clerk/shared@4.34.0 + ## 2.5.3 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 80cbb0125d8..63182a569f7 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/vue", - "version": "2.5.3", + "version": "2.5.4", "description": "Clerk SDK for Vue", "keywords": [ "clerk",