From 7e3c640bd9ac7228ddd1c9b9d5a066dc6c517b5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:48:17 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/azp-cookie-warning-warn-once.md | 5 ----- ...r-replace-email-phone-and-banned-locked.md | 9 --------- .changeset/brown-singers-fall.md | 7 ------- .changeset/fair-singers-consent.md | 5 ----- .changeset/fix-pending-otp-reprepare.md | 5 ----- .changeset/huge-moments-poke.md | 2 -- .changeset/m2m-jwt-custom-claims.md | 5 ----- .changeset/moody-rules-carry.md | 5 ----- .changeset/neat-mild-pale.md | 5 ----- .changeset/remove-dev-cli-references.md | 2 -- .changeset/sharp-terms-boil.md | 5 ----- .changeset/silent-fastify-handshakes.md | 5 ----- .changeset/snapi-bump-version.md | 2 -- .changeset/social-coats-allow.md | 2 -- .changeset/spa-dev-warning-env.md | 5 ----- .changeset/tangy-ducks-end.md | 5 ----- .changeset/tar-security-bump.md | 2 -- packages/astro/CHANGELOG.md | 8 ++++++++ packages/astro/package.json | 2 +- packages/backend/CHANGELOG.md | 18 +++++++++++++++++ packages/backend/package.json | 2 +- packages/chrome-extension/CHANGELOG.md | 10 ++++++++++ packages/chrome-extension/package.json | 2 +- packages/clerk-js/CHANGELOG.md | 7 +++++++ packages/clerk-js/package.json | 2 +- packages/expo-passkeys/CHANGELOG.md | 7 +++++++ packages/expo-passkeys/package.json | 2 +- packages/expo/CHANGELOG.md | 9 +++++++++ packages/expo/package.json | 2 +- packages/express/CHANGELOG.md | 8 ++++++++ packages/express/package.json | 2 +- packages/fastify/CHANGELOG.md | 10 ++++++++++ packages/fastify/package.json | 2 +- packages/hono/CHANGELOG.md | 8 ++++++++ packages/hono/package.json | 2 +- packages/localizations/CHANGELOG.md | 9 +++++++++ packages/localizations/package.json | 2 +- packages/msw/CHANGELOG.md | 7 +++++++ packages/msw/package.json | 2 +- packages/nextjs/CHANGELOG.md | 9 +++++++++ packages/nextjs/package.json | 2 +- packages/nuxt/CHANGELOG.md | 9 +++++++++ packages/nuxt/package.json | 2 +- packages/react-router/CHANGELOG.md | 11 ++++++++++ packages/react-router/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 2 +- packages/shared/CHANGELOG.md | 6 ++++++ packages/shared/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 | 20 +++++++++++++++++++ packages/ui/package.json | 2 +- packages/upgrade/CHANGELOG.md | 6 ++++++ packages/upgrade/package.json | 2 +- packages/vue/CHANGELOG.md | 7 +++++++ packages/vue/package.json | 2 +- 59 files changed, 214 insertions(+), 97 deletions(-) delete mode 100644 .changeset/azp-cookie-warning-warn-once.md delete mode 100644 .changeset/backend-user-replace-email-phone-and-banned-locked.md delete mode 100644 .changeset/brown-singers-fall.md delete mode 100644 .changeset/fair-singers-consent.md delete mode 100644 .changeset/fix-pending-otp-reprepare.md delete mode 100644 .changeset/huge-moments-poke.md delete mode 100644 .changeset/m2m-jwt-custom-claims.md delete mode 100644 .changeset/moody-rules-carry.md delete mode 100644 .changeset/neat-mild-pale.md delete mode 100644 .changeset/remove-dev-cli-references.md delete mode 100644 .changeset/sharp-terms-boil.md delete mode 100644 .changeset/silent-fastify-handshakes.md delete mode 100644 .changeset/snapi-bump-version.md delete mode 100644 .changeset/social-coats-allow.md delete mode 100644 .changeset/spa-dev-warning-env.md delete mode 100644 .changeset/tangy-ducks-end.md delete mode 100644 .changeset/tar-security-bump.md diff --git a/.changeset/azp-cookie-warning-warn-once.md b/.changeset/azp-cookie-warning-warn-once.md deleted file mode 100644 index 6e0c9991131..00000000000 --- a/.changeset/azp-cookie-warning-warn-once.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Emit the "session token from cookie is missing the `azp` claim" warning once per process instead of on every authenticated request. An `azp`-less cookie token is reused across requests, so the previous unguarded `console.warn` could flood production logs. diff --git a/.changeset/backend-user-replace-email-phone-and-banned-locked.md b/.changeset/backend-user-replace-email-phone-and-banned-locked.md deleted file mode 100644 index e69f5e50452..00000000000 --- a/.changeset/backend-user-replace-email-phone-and-banned-locked.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@clerk/backend': minor ---- - -Add support for new Backend API user endpoints: - -- `users.replaceUserEmailAddress(userId, { emailAddress })` replaces all of a user's email addresses with a single verified, primary email address (`PUT /users/{user_id}/email_address`). -- `users.replaceUserPhoneNumber(userId, { phoneNumber })` replaces all of a user's phone numbers with a single verified, primary phone number (`PUT /users/{user_id}/phone_number`). -- `users.createUser` now accepts `banned` and `locked` parameters to create a user that is already banned or locked. diff --git a/.changeset/brown-singers-fall.md b/.changeset/brown-singers-fall.md deleted file mode 100644 index aa039d45201..00000000000 --- a/.changeset/brown-singers-fall.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/localizations': patch -'@clerk/shared': patch -'@clerk/ui': patch ---- - -Layer architecture for configure steps per IdP and protocol on `` diff --git a/.changeset/fair-singers-consent.md b/.changeset/fair-singers-consent.md deleted file mode 100644 index fa725ae3d2f..00000000000 --- a/.changeset/fair-singers-consent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Fix the legal consent checkbox growing in size when its label wraps to a second line while using the `simple` theme. The checkbox is now aligned to the start of the row so it no longer stretches to match the label height. diff --git a/.changeset/fix-pending-otp-reprepare.md b/.changeset/fix-pending-otp-reprepare.md deleted file mode 100644 index d7967766ab9..00000000000 --- a/.changeset/fix-pending-otp-reprepare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Avoid sending duplicate verification codes when persisted email or phone code verifications are already pending. diff --git a/.changeset/huge-moments-poke.md b/.changeset/huge-moments-poke.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/huge-moments-poke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/m2m-jwt-custom-claims.md b/.changeset/m2m-jwt-custom-claims.md deleted file mode 100644 index ef38bd26bde..00000000000 --- a/.changeset/m2m-jwt-custom-claims.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/backend': patch ---- - -Preserve custom claims when verifying JWT-format M2M tokens. `M2MToken.fromJwtPayload` previously hardcoded `claims` to `null`, so `client.m2m.verify()` (and request-level `auth()`) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (`iss`, `sub`, `exp`, `nbf`, `iat`, `jti`). User-supplied claims such as `aud` are preserved. Tokens without custom claims still return `claims: null`, consistent with the opaque-token path. diff --git a/.changeset/moody-rules-carry.md b/.changeset/moody-rules-carry.md deleted file mode 100644 index 85fd2df31cb..00000000000 --- a/.changeset/moody-rules-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/upgrade': patch ---- - -Removed unused generate-changelog script diff --git a/.changeset/neat-mild-pale.md b/.changeset/neat-mild-pale.md deleted file mode 100644 index 2178bc24904..00000000000 --- a/.changeset/neat-mild-pale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Fix stepper chevron wrapping in `` diff --git a/.changeset/remove-dev-cli-references.md b/.changeset/remove-dev-cli-references.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/remove-dev-cli-references.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/sharp-terms-boil.md b/.changeset/sharp-terms-boil.md deleted file mode 100644 index b6f1405c609..00000000000 --- a/.changeset/sharp-terms-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Add mobile support for `` navbar to display application name, logo and organization name diff --git a/.changeset/silent-fastify-handshakes.md b/.changeset/silent-fastify-handshakes.md deleted file mode 100644 index 3e26bf8c033..00000000000 --- a/.changeset/silent-fastify-handshakes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/fastify': patch ---- - -Fixed `clerkPlugin()` to honor `publishableKey` and `secretKey` passed in plugin options when authenticating Fastify requests. The plugin now also exposes `request.clerk`, which uses the same plugin keys and resolves the correct Clerk API host for non-production publishable keys. diff --git a/.changeset/snapi-bump-version.md b/.changeset/snapi-bump-version.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/snapi-bump-version.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/social-coats-allow.md b/.changeset/social-coats-allow.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/social-coats-allow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/spa-dev-warning-env.md b/.changeset/spa-dev-warning-env.md deleted file mode 100644 index 0301bd824fe..00000000000 --- a/.changeset/spa-dev-warning-env.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/react-router': patch ---- - -Read `VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING` on the client when React Router is used in SPA mode (or as a library). Previously the env-var shortcut only took effect through the SSR `rootAuthLoader`, so client-only setups had no way to suppress the development-keys warning without passing `unsafe_disableDevelopmentModeConsoleWarning` to `` directly. diff --git a/.changeset/tangy-ducks-end.md b/.changeset/tangy-ducks-end.md deleted file mode 100644 index fd6f69209d7..00000000000 --- a/.changeset/tangy-ducks-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Scope the `UserProfile` active-devices fetch cache by `user.id` so a session switch or sign-out/sign-in on a shared device no longer renders the previous user's device activity (IP, location, browser/device) from the module-scoped cache. diff --git a/.changeset/tar-security-bump.md b/.changeset/tar-security-bump.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tar-security-bump.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 435cb6c5e28..c5465a38920 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/astro +## 3.3.3 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + ## 3.3.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index fb617dce358..998afad8864 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "3.3.2", + "version": "3.3.3", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index d18413c87ff..de8d5fb5e57 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 3.5.0 + +### Minor Changes + +- Add support for new Backend API user endpoints: ([#8694](https://github.com/clerk/javascript/pull/8694)) by [@dmoerner](https://github.com/dmoerner) + - `users.replaceUserEmailAddress(userId, { emailAddress })` replaces all of a user's email addresses with a single verified, primary email address (`PUT /users/{user_id}/email_address`). + - `users.replaceUserPhoneNumber(userId, { phoneNumber })` replaces all of a user's phone numbers with a single verified, primary phone number (`PUT /users/{user_id}/phone_number`). + - `users.createUser` now accepts `banned` and `locked` parameters to create a user that is already banned or locked. + +### Patch Changes + +- Emit the "session token from cookie is missing the `azp` claim" warning once per process instead of on every authenticated request. An `azp`-less cookie token is reused across requests, so the previous unguarded `console.warn` could flood production logs. ([#8698](https://github.com/clerk/javascript/pull/8698)) by [@jacekradko](https://github.com/jacekradko) + +- Preserve custom claims when verifying JWT-format M2M tokens. `M2MToken.fromJwtPayload` previously hardcoded `claims` to `null`, so `client.m2m.verify()` (and request-level `auth()`) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (`iss`, `sub`, `exp`, `nbf`, `iat`, `jti`). User-supplied claims such as `aud` are preserved. Tokens without custom claims still return `claims: null`, consistent with the opaque-token path. ([#8697](https://github.com/clerk/javascript/pull/8697)) by [@jacekradko](https://github.com/jacekradko) + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 3.4.14 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 8943a75ad17..14cda1c6d33 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "3.4.14", + "version": "3.5.0", "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 7626f628ce9..0ee2ba5e99d 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.1.32 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`152c255`](https://github.com/clerk/javascript/commit/152c2555d0d9f11bd278ccee2b998ae6cd1fa7fd), [`846a145`](https://github.com/clerk/javascript/commit/846a14525c43c31ce41ae0bb518925ea247c3ec6), [`b09788e`](https://github.com/clerk/javascript/commit/b09788eb9059a9e8c22fdef0dcb3676ac749e728), [`b07afc4`](https://github.com/clerk/javascript/commit/b07afc4b3e8a43232fe6cee4fb19a8c62d4bb09b), [`a1d96f1`](https://github.com/clerk/javascript/commit/a1d96f181f0d58d70e0bb2720f30f5bbf2e95a7b)]: + - @clerk/shared@4.14.1 + - @clerk/ui@1.14.1 + - @clerk/react@6.7.3 + - @clerk/clerk-js@6.13.1 + ## 3.1.31 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index e06071561dc..8dc7081d62b 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.31", + "version": "3.1.32", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 8665aba9a81..221c732461a 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 6.13.1 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 6.13.0 ### Minor Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 2b9db6756f5..172f185b97c 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "6.13.0", + "version": "6.13.1", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/expo-passkeys/CHANGELOG.md b/packages/expo-passkeys/CHANGELOG.md index a0148373f7b..14baf12beb3 100644 --- a/packages/expo-passkeys/CHANGELOG.md +++ b/packages/expo-passkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/expo-passkeys +## 1.1.1 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 1.1.0 ### Minor Changes diff --git a/packages/expo-passkeys/package.json b/packages/expo-passkeys/package.json index d5d9b5daabc..eeaf1c95a10 100644 --- a/packages/expo-passkeys/package.json +++ b/packages/expo-passkeys/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo-passkeys", - "version": "1.1.0", + "version": "1.1.1", "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 bdad736feaa..1d1167f4aae 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.3.1 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + - @clerk/react@6.7.3 + - @clerk/clerk-js@6.13.1 + ## 3.3.0 ### Minor Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 4625fe179b1..647eacfdd6b 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "3.3.0", + "version": "3.3.1", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 3ff75545217..616ac4d16b1 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.1.23 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + ## 2.1.22 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index 33b787a47e9..d47e13cb15a 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/express", - "version": "2.1.22", + "version": "2.1.23", "description": "Clerk server SDK for usage with Express", "keywords": [ "clerk", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 3e576394d62..f71b72509b4 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.1.33 + +### Patch Changes + +- Fixed `clerkPlugin()` to honor `publishableKey` and `secretKey` passed in plugin options when authenticating Fastify requests. The plugin now also exposes `request.clerk`, which uses the same plugin keys and resolves the correct Clerk API host for non-production publishable keys. ([#8640](https://github.com/clerk/javascript/pull/8640)) by [@wobsoriano](https://github.com/wobsoriano) + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + ## 3.1.32 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 4487863f330..aa003e0dcd5 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "3.1.32", + "version": "3.1.33", "description": "Clerk SDK for Fastify", "keywords": [ "auth", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index ec148670be7..316ef273171 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/hono +## 0.1.33 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + ## 0.1.32 ### Patch Changes diff --git a/packages/hono/package.json b/packages/hono/package.json index 8c92a2ebf75..bf69c90b075 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/hono", - "version": "0.1.32", + "version": "0.1.33", "description": "Clerk SDK for Hono", "keywords": [ "auth", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md index 6ef3c6dde89..678df8b5436 100644 --- a/packages/localizations/CHANGELOG.md +++ b/packages/localizations/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.7.1 + +### Patch Changes + +- Layer architecture for configure steps per IdP and protocol on `` ([#8651](https://github.com/clerk/javascript/pull/8651)) by [@LauraBeatris](https://github.com/LauraBeatris) + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 4.7.0 ### Minor Changes diff --git a/packages/localizations/package.json b/packages/localizations/package.json index d1f5c8cf037..e41d7990e2c 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/localizations", - "version": "4.7.0", + "version": "4.7.1", "description": "Localizations for the Clerk components", "keywords": [ "react", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index 82cb0fc1395..f338bebf054 100644 --- a/packages/msw/CHANGELOG.md +++ b/packages/msw/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/msw +## 0.0.31 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 0.0.30 ### Patch Changes diff --git a/packages/msw/package.json b/packages/msw/package.json index 1ea228657b6..173856b6a72 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/msw", - "version": "0.0.30", + "version": "0.0.31", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index c24c580dcd4..a7185d4c7a2 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.4.3 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + - @clerk/react@6.7.3 + ## 7.4.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 778b4ebbb95..d812cf361a5 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "7.4.2", + "version": "7.4.3", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 7520b3f44e3..c96460877ee 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/nuxt +## 2.5.3 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + - @clerk/vue@2.3.3 + ## 2.5.2 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 896868bf406..de257fcefd3 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nuxt", - "version": "2.5.2", + "version": "2.5.3", "description": "Clerk SDK for Nuxt", "keywords": [ "clerk", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 304a9942cc0..2183c845245 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.3.3 + +### Patch Changes + +- Read `VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING` on the client when React Router is used in SPA mode (or as a library). Previously the env-var shortcut only took effect through the SSR `rootAuthLoader`, so client-only setups had no way to suppress the development-keys warning without passing `unsafe_disableDevelopmentModeConsoleWarning` to `` directly. ([#8682](https://github.com/clerk/javascript/pull/8682)) by [@jacekradko](https://github.com/jacekradko) + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + - @clerk/react@6.7.3 + ## 3.3.2 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 807af30ec97..a15314d8c23 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react-router", - "version": "3.3.2", + "version": "3.3.3", "description": "Clerk SDK for React Router", "keywords": [ "clerk", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1599b0f0c34..200aa400fb4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 6.7.3 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 6.7.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 96df5e9bb86..9207e6e7199 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react", - "version": "6.7.2", + "version": "6.7.3", "description": "Clerk React library", "keywords": [ "clerk", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 81e040ad5d1..82635b9897c 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.14.1 + +### Patch Changes + +- Layer architecture for configure steps per IdP and protocol on `` ([#8651](https://github.com/clerk/javascript/pull/8651)) by [@LauraBeatris](https://github.com/LauraBeatris) + ## 4.14.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 77aba462289..25bb03aba52 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/shared", - "version": "4.14.0", + "version": "4.14.1", "description": "Internal package utils used by the Clerk SDKs", "repository": { "type": "git", diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md index e6c61cd4396..131a02cb3d9 100644 --- a/packages/tanstack-react-start/CHANGELOG.md +++ b/packages/tanstack-react-start/CHANGELOG.md @@ -1,5 +1,14 @@ # @clerk/tanstack-react-start +## 1.3.3 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + - @clerk/react@6.7.3 + ## 1.3.2 ### Patch Changes diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json index 60574e2b064..0f0d7bc3127 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.3.2", + "version": "1.3.3", "description": "Clerk SDK for TanStack React Start", "keywords": [ "clerk", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 2d74edd5319..04d79d45178 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @clerk/testing +## 2.0.35 + +### Patch Changes + +- Updated dependencies [[`1c42351`](https://github.com/clerk/javascript/commit/1c42351fd7a77d7303a8652cca97d64b9ac9d129), [`1701e0f`](https://github.com/clerk/javascript/commit/1701e0f5da33ffd7b74f397f8727837ae1526516), [`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540), [`be55c4e`](https://github.com/clerk/javascript/commit/be55c4e405777014dcca6de7624c5b6151157f4f)]: + - @clerk/backend@3.5.0 + - @clerk/shared@4.14.1 + ## 2.0.34 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index ad4c69f3af5..825322286b7 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/testing", - "version": "2.0.34", + "version": "2.0.35", "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 04aadff0d53..2fa216b16f3 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,25 @@ # @clerk/ui +## 1.14.1 + +### Patch Changes + +- Layer architecture for configure steps per IdP and protocol on `` ([#8651](https://github.com/clerk/javascript/pull/8651)) by [@LauraBeatris](https://github.com/LauraBeatris) + +- Fix the legal consent checkbox growing in size when its label wraps to a second line while using the `simple` theme. The checkbox is now aligned to the start of the row so it no longer stretches to match the label height. ([#8705](https://github.com/clerk/javascript/pull/8705)) by [@dmoerner](https://github.com/dmoerner) + +- Avoid sending duplicate verification codes when persisted email or phone code verifications are already pending. ([#8548](https://github.com/clerk/javascript/pull/8548)) by [@jacekradko](https://github.com/jacekradko) + +- Fix stepper chevron wrapping in `` ([#8693](https://github.com/clerk/javascript/pull/8693)) by [@alexcarpenter](https://github.com/alexcarpenter) + +- Add mobile support for `` navbar to display application name, logo and organization name ([#8675](https://github.com/clerk/javascript/pull/8675)) by [@LauraBeatris](https://github.com/LauraBeatris) + +- Scope the `UserProfile` active-devices fetch cache by `user.id` so a session switch or sign-out/sign-in on a shared device no longer renders the previous user's device activity (IP, location, browser/device) from the module-scoped cache. ([#8703](https://github.com/clerk/javascript/pull/8703)) by [@dominic-clerk](https://github.com/dominic-clerk) + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/localizations@4.7.1 + - @clerk/shared@4.14.1 + ## 1.14.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 041b597c762..a9d47c394c5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/ui", - "version": "1.14.0", + "version": "1.14.1", "description": "Internal package that contains the UI components for the Clerk frontend SDKs", "repository": { "type": "git", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 63fbb96523d..2cfb19c47db 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @clerk/upgrade +## 2.0.3 + +### Patch Changes + +- Removed unused generate-changelog script ([#8686](https://github.com/clerk/javascript/pull/8686)) by [@dominic-clerk](https://github.com/dominic-clerk) + ## 2.0.2 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 604b51e3b9e..b8c4f09d59a 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/upgrade", - "version": "2.0.2", + "version": "2.0.3", "repository": { "type": "git", "url": "git+https://github.com/clerk/javascript.git", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index bad0fd4c102..dbcf38c6d28 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/vue +## 2.3.3 + +### Patch Changes + +- Updated dependencies [[`c3df67a`](https://github.com/clerk/javascript/commit/c3df67a231adff73fa36563718d9b94e6bb2a540)]: + - @clerk/shared@4.14.1 + ## 2.3.2 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 88e451fed75..ebf48aafc33 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/vue", - "version": "2.3.2", + "version": "2.3.3", "description": "Clerk SDK for Vue", "keywords": [ "clerk",