diff --git a/.changeset/big-files-shop.md b/.changeset/big-files-shop.md
deleted file mode 100644
index a845151cc84..00000000000
--- a/.changeset/big-files-shop.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.changeset/bump-break-check-v0-4-0.md b/.changeset/bump-break-check-v0-4-0.md
deleted file mode 100644
index a845151cc84..00000000000
--- a/.changeset/bump-break-check-v0-4-0.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.changeset/large-pugs-shake.md b/.changeset/large-pugs-shake.md
deleted file mode 100644
index 83deac17284..00000000000
--- a/.changeset/large-pugs-shake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/testing': patch
----
-
-When a Frontend API request exhausts its retries in the Playwright `setupClerkTestingToken` helper, the warning now includes response diagnostics (`cf-ray`, `retry-after`, `content-type`, and a truncated response body) so rate-limit responses can be attributed to their source. Network-error retry exhaustion now includes the error message in the warning as well.
diff --git a/.changeset/mosaic-slot-recipes.md b/.changeset/mosaic-slot-recipes.md
deleted file mode 100644
index a845151cc84..00000000000
--- a/.changeset/mosaic-slot-recipes.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.changeset/perky-plums-agree.md b/.changeset/perky-plums-agree.md
deleted file mode 100644
index dcff561aad5..00000000000
--- a/.changeset/perky-plums-agree.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@clerk/localizations': patch
-'@clerk/clerk-js': patch
-'@clerk/shared': patch
-'@clerk/ui': patch
----
-
-Rename the `` SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed from `organization-self-serve-sso` to `organization-security`, and a new `organizationProfile.navbar.security` localization key replaces `organizationProfile.navbar.selfServeSSO`.
diff --git a/.changeset/rspack-2-upgrade.md b/.changeset/rspack-2-upgrade.md
deleted file mode 100644
index c91c5d98353..00000000000
--- a/.changeset/rspack-2-upgrade.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@clerk/clerk-js': patch
-'@clerk/ui': patch
----
-
-Upgrade build tooling to Rspack 2 (No user-facing API changes).
diff --git a/.changeset/shared-cookie-self-contained-types.md b/.changeset/shared-cookie-self-contained-types.md
deleted file mode 100644
index 49eec2e34c1..00000000000
--- a/.changeset/shared-cookie-self-contained-types.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/shared': patch
----
-
-Ship a self-contained `CookieAttributes` interface from `@clerk/shared/cookie` and use it in `createCookieHandler`'s `set`/`remove` signatures. The published declarations previously referenced `Cookies.CookieAttributes` from js-cookie, which consumers could never resolve (the import was dropped from the declaration output and js-cookie ships no types), causing TS2503 errors under `skipLibCheck: false` and silently degrading the option types to `any` otherwise.
diff --git a/.changeset/shared-navigator-service-worker.md b/.changeset/shared-navigator-service-worker.md
deleted file mode 100644
index cb8672791ae..00000000000
--- a/.changeset/shared-navigator-service-worker.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/shared': patch
----
-
-Resolve the browser connectivity heuristics (`isValidBrowser`, `isBrowserOnline`, and therefore `isValidBrowserOnline`) from the worker's `navigator` when `window` is unavailable but the code runs inside a `WorkerGlobalScope`. In a Web/Service Worker — most notably an MV3 extension background **service worker** (where `@clerk/chrome-extension` loads the background client) — there is no `window`, so these checks previously always reported "invalid/offline". That caused `getToken()` failures to be re-thrown as a misleading `clerk_offline` error and capped network retries lower than intended. The checks now read real connectivity from the worker's `navigator`. Server-side rendering continues to report `false` (the fallback requires a real worker scope, so a bare `globalThis.navigator` such as the one modern Node exposes is not treated as a browser), and behavior in standard browsers and React Native is unchanged.
diff --git a/.changeset/shared-worker-navigator-server-runtimes.md b/.changeset/shared-worker-navigator-server-runtimes.md
deleted file mode 100644
index 8138886d605..00000000000
--- a/.changeset/shared-worker-navigator-server-runtimes.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/shared': patch
----
-
-Exclude self-identified server runtimes (`Cloudflare-Workers`, `Node.js`, `Deno`, `Bun` user agents) from the worker-scope `navigator` fallback used by `isValidBrowser`, `isBrowserOnline`, and `isValidBrowserOnline`. Today Cloudflare's workerd is excluded only because its `self` does not satisfy `instanceof WorkerGlobalScope`; this guard keeps the checks returning `false` on server-side worker runtimes even if that implementation detail changes, while real browser web/service workers (such as MV3 extension background workers) are unaffected.
diff --git a/.changeset/staging-e2e-validate-gate.md b/.changeset/staging-e2e-validate-gate.md
deleted file mode 100644
index a845151cc84..00000000000
--- a/.changeset/staging-e2e-validate-gate.md
+++ /dev/null
@@ -1,2 +0,0 @@
----
----
diff --git a/.changeset/testing-cypress-preserve-types-reference.md b/.changeset/testing-cypress-preserve-types-reference.md
deleted file mode 100644
index 319ba7486be..00000000000
--- a/.changeset/testing-cypress-preserve-types-reference.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@clerk/testing': patch
----
-
-Preserve the `/// ` directive in the published `@clerk/testing/cypress` type declarations. TypeScript's declaration emit previously dropped it, so the shipped types relied on the global `Cypress` namespace without declaring the dependency and failed to type-check under `skipLibCheck: false`.
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 8c381efe867..68f318d3437 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# @clerk/astro
+## 3.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+
## 3.4.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 655b3971b28..b87f427031c 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index e379e20abb3..a3d4cc6bc8a 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 3.7.1
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 3.7.0
### Minor Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index f85d1860b2c..699c2c26716 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
- "version": "3.7.0",
+ "version": "3.7.1",
"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 24d72a29352..4fdb22dbe22 100644
--- a/packages/chrome-extension/CHANGELOG.md
+++ b/packages/chrome-extension/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 3.1.36
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`fa23ad8`](https://github.com/clerk/javascript/commit/fa23ad84957eebbc1856c213d178de32a10dcbf2), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/clerk-js@6.16.2
+ - @clerk/shared@4.17.2
+ - @clerk/ui@1.16.2
+ - @clerk/react@6.9.2
+
## 3.1.35
### Patch Changes
diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json
index 118e9eda3c2..d7c9b7cf6de 100644
--- a/packages/chrome-extension/package.json
+++ b/packages/chrome-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
- "version": "3.1.35",
+ "version": "3.1.36",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md
index e74b0b0b325..fe21e9656e3 100644
--- a/packages/clerk-js/CHANGELOG.md
+++ b/packages/clerk-js/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## 6.16.2
+
+### Patch Changes
+
+- Rename the `` SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed from `organization-self-serve-sso` to `organization-security`, and a new `organizationProfile.navbar.security` localization key replaces `organizationProfile.navbar.selfServeSSO`. ([#8796](https://github.com/clerk/javascript/pull/8796)) by [@iagodahlem](https://github.com/iagodahlem)
+
+- Upgrade build tooling to Rspack 2 (No user-facing API changes). ([#8382](https://github.com/clerk/javascript/pull/8382)) by [@jacekradko](https://github.com/jacekradko)
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 6.16.1
### Patch Changes
diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json
index 4f561cef72f..c1a65a43142 100644
--- a/packages/clerk-js/package.json
+++ b/packages/clerk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
- "version": "6.16.1",
+ "version": "6.16.2",
"description": "Clerk JS library",
"keywords": [
"clerk",
diff --git a/packages/expo-passkeys/CHANGELOG.md b/packages/expo-passkeys/CHANGELOG.md
index 811238ade81..0ef424a9404 100644
--- a/packages/expo-passkeys/CHANGELOG.md
+++ b/packages/expo-passkeys/CHANGELOG.md
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys
+## 1.1.5
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 1.1.4
### Patch Changes
diff --git a/packages/expo-passkeys/package.json b/packages/expo-passkeys/package.json
index 11643f5ed1f..17546998d49 100644
--- a/packages/expo-passkeys/package.json
+++ b/packages/expo-passkeys/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
- "version": "1.1.4",
+ "version": "1.1.5",
"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 b043d05148a..a73dd3a16a4 100644
--- a/packages/expo/CHANGELOG.md
+++ b/packages/expo/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 3.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`fa23ad8`](https://github.com/clerk/javascript/commit/fa23ad84957eebbc1856c213d178de32a10dcbf2), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/clerk-js@6.16.2
+ - @clerk/shared@4.17.2
+ - @clerk/react@6.9.2
+
## 3.4.2
### Patch Changes
diff --git a/packages/expo/package.json b/packages/expo/package.json
index c53a9e539b2..b7cfe7ac159 100644
--- a/packages/expo/package.json
+++ b/packages/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md
index 42754854b83..d18feb7b518 100644
--- a/packages/express/CHANGELOG.md
+++ b/packages/express/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 2.1.27
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+
## 2.1.26
### Patch Changes
diff --git a/packages/express/package.json b/packages/express/package.json
index 91097d52d66..ba958cc79b2 100644
--- a/packages/express/package.json
+++ b/packages/express/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
- "version": "2.1.26",
+ "version": "2.1.27",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md
index 993fa26e41f..72bcb067603 100644
--- a/packages/fastify/CHANGELOG.md
+++ b/packages/fastify/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## 3.1.37
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+
## 3.1.36
### Patch Changes
diff --git a/packages/fastify/package.json b/packages/fastify/package.json
index ed6986cf078..16342478b46 100644
--- a/packages/fastify/package.json
+++ b/packages/fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
- "version": "3.1.36",
+ "version": "3.1.37",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md
index 12a5a69e7ee..a6ebdcde846 100644
--- a/packages/hono/CHANGELOG.md
+++ b/packages/hono/CHANGELOG.md
@@ -1,5 +1,13 @@
# @clerk/hono
+## 0.1.37
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+
## 0.1.36
### Patch Changes
diff --git a/packages/hono/package.json b/packages/hono/package.json
index 3de20646783..99842a2016f 100644
--- a/packages/hono/package.json
+++ b/packages/hono/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/hono",
- "version": "0.1.36",
+ "version": "0.1.37",
"description": "Clerk SDK for Hono",
"keywords": [
"auth",
diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md
index 17b30faa8af..269cf2327b3 100644
--- a/packages/localizations/CHANGELOG.md
+++ b/packages/localizations/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 4.8.2
+
+### Patch Changes
+
+- Rename the `` SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed from `organization-self-serve-sso` to `organization-security`, and a new `organizationProfile.navbar.security` localization key replaces `organizationProfile.navbar.selfServeSSO`. ([#8796](https://github.com/clerk/javascript/pull/8796)) by [@iagodahlem](https://github.com/iagodahlem)
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 4.8.1
### Patch Changes
diff --git a/packages/localizations/package.json b/packages/localizations/package.json
index d95716f7458..feef345dd1b 100644
--- a/packages/localizations/package.json
+++ b/packages/localizations/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
- "version": "4.8.1",
+ "version": "4.8.2",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md
index 516a45c2de1..f1fa7eb5d4b 100644
--- a/packages/msw/CHANGELOG.md
+++ b/packages/msw/CHANGELOG.md
@@ -1,5 +1,12 @@
# @clerk/msw
+## 0.0.35
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 0.0.34
### Patch Changes
diff --git a/packages/msw/package.json b/packages/msw/package.json
index d40455c2fee..8b8eb9ebe10 100644
--- a/packages/msw/package.json
+++ b/packages/msw/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/msw",
- "version": "0.0.34",
+ "version": "0.0.35",
"private": true,
"sideEffects": false,
"type": "module",
diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md
index 686c052ef27..b2576162799 100644
--- a/packages/nextjs/CHANGELOG.md
+++ b/packages/nextjs/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 7.5.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/react@6.9.2
+ - @clerk/backend@3.7.1
+
## 7.5.2
### Patch Changes
diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json
index 21cd2a0b020..e12c21fb762 100644
--- a/packages/nextjs/package.json
+++ b/packages/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
- "version": "7.5.2",
+ "version": "7.5.3",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md
index 992a2008dff..013aa375653 100644
--- a/packages/nuxt/CHANGELOG.md
+++ b/packages/nuxt/CHANGELOG.md
@@ -1,5 +1,14 @@
# @clerk/nuxt
+## 2.6.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+ - @clerk/vue@2.4.3
+
## 2.6.2
### Patch Changes
diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json
index 37d523eef91..3a3b8fddfd3 100644
--- a/packages/nuxt/package.json
+++ b/packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/nuxt",
- "version": "2.6.2",
+ "version": "2.6.3",
"description": "Clerk SDK for Nuxt",
"keywords": [
"clerk",
diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md
index bf71f173f06..802043ecbd7 100644
--- a/packages/react-router/CHANGELOG.md
+++ b/packages/react-router/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 3.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/react@6.9.2
+ - @clerk/backend@3.7.1
+
## 3.4.2
### Patch Changes
diff --git a/packages/react-router/package.json b/packages/react-router/package.json
index 087e087dccb..46b640e8514 100644
--- a/packages/react-router/package.json
+++ b/packages/react-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/react-router",
- "version": "3.4.2",
+ "version": "3.4.3",
"description": "Clerk SDK for React Router",
"keywords": [
"clerk",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index 4d7a6dcbe9d..7a0733388f0 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 6.9.2
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 6.9.1
### Patch Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index d4442fb975d..472d3e4b80a 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/react",
- "version": "6.9.1",
+ "version": "6.9.2",
"description": "Clerk React library",
"keywords": [
"clerk",
diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md
index 4695965310b..aaab113ebf2 100644
--- a/packages/shared/CHANGELOG.md
+++ b/packages/shared/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## 4.17.2
+
+### Patch Changes
+
+- Rename the `` SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed from `organization-self-serve-sso` to `organization-security`, and a new `organizationProfile.navbar.security` localization key replaces `organizationProfile.navbar.selfServeSSO`. ([#8796](https://github.com/clerk/javascript/pull/8796)) by [@iagodahlem](https://github.com/iagodahlem)
+
+- Ship a self-contained `CookieAttributes` interface from `@clerk/shared/cookie` and use it in `createCookieHandler`'s `set`/`remove` signatures. The published declarations previously referenced `Cookies.CookieAttributes` from js-cookie, which consumers could never resolve (the import was dropped from the declaration output and js-cookie ships no types), causing TS2503 errors under `skipLibCheck: false` and silently degrading the option types to `any` otherwise. ([#8841](https://github.com/clerk/javascript/pull/8841)) by [@jacekradko](https://github.com/jacekradko)
+
+- Resolve the browser connectivity heuristics (`isValidBrowser`, `isBrowserOnline`, and therefore `isValidBrowserOnline`) from the worker's `navigator` when `window` is unavailable but the code runs inside a `WorkerGlobalScope`. In a Web/Service Worker — most notably an MV3 extension background **service worker** (where `@clerk/chrome-extension` loads the background client) — there is no `window`, so these checks previously always reported "invalid/offline". That caused `getToken()` failures to be re-thrown as a misleading `clerk_offline` error and capped network retries lower than intended. The checks now read real connectivity from the worker's `navigator`. Server-side rendering continues to report `false` (the fallback requires a real worker scope, so a bare `globalThis.navigator` such as the one modern Node exposes is not treated as a browser), and behavior in standard browsers and React Native is unchanged. ([#8827](https://github.com/clerk/javascript/pull/8827)) by [@royanger](https://github.com/royanger)
+
+- Exclude self-identified server runtimes (`Cloudflare-Workers`, `Node.js`, `Deno`, `Bun` user agents) from the worker-scope `navigator` fallback used by `isValidBrowser`, `isBrowserOnline`, and `isValidBrowserOnline`. Today Cloudflare's workerd is excluded only because its `self` does not satisfy `instanceof WorkerGlobalScope`; this guard keeps the checks returning `false` on server-side worker runtimes even if that implementation detail changes, while real browser web/service workers (such as MV3 extension background workers) are unaffected. ([#8840](https://github.com/clerk/javascript/pull/8840)) by [@jacekradko](https://github.com/jacekradko)
+
## 4.17.1
### Patch Changes
diff --git a/packages/shared/package.json b/packages/shared/package.json
index f4e084c390b..7ab63f6e9fe 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/shared",
- "version": "4.17.1",
+ "version": "4.17.2",
"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 f95b9e8c2e6..85281fa88cf 100644
--- a/packages/swingset/CHANGELOG.md
+++ b/packages/swingset/CHANGELOG.md
@@ -1,5 +1,12 @@
# @clerk/swingset
+## 0.0.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`fa23ad8`](https://github.com/clerk/javascript/commit/fa23ad84957eebbc1856c213d178de32a10dcbf2)]:
+ - @clerk/ui@1.16.2
+
## 0.0.2
### Patch Changes
diff --git a/packages/swingset/package.json b/packages/swingset/package.json
index 69f2de73ec1..1a79c76b34b 100644
--- a/packages/swingset/package.json
+++ b/packages/swingset/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/swingset",
- "version": "0.0.2",
+ "version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md
index f589368baac..4c11a4a2743 100644
--- a/packages/tanstack-react-start/CHANGELOG.md
+++ b/packages/tanstack-react-start/CHANGELOG.md
@@ -1,5 +1,14 @@
# @clerk/tanstack-react-start
+## 1.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/react@6.9.2
+ - @clerk/backend@3.7.1
+
## 1.4.2
### Patch Changes
diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json
index 0ccc9f522ef..d6c65908bb6 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.4.2",
+ "version": "1.4.3",
"description": "Clerk SDK for TanStack React Start",
"keywords": [
"clerk",
diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md
index 1f4db60ac4b..64a8ac48250 100644
--- a/packages/testing/CHANGELOG.md
+++ b/packages/testing/CHANGELOG.md
@@ -1,5 +1,17 @@
# @clerk/testing
+## 2.1.2
+
+### Patch Changes
+
+- When a Frontend API request exhausts its retries in the Playwright `setupClerkTestingToken` helper, the warning now includes response diagnostics (`cf-ray`, `retry-after`, `content-type`, and a truncated response body) so rate-limit responses can be attributed to their source. Network-error retry exhaustion now includes the error message in the warning as well. ([#8848](https://github.com/clerk/javascript/pull/8848)) by [@jacekradko](https://github.com/jacekradko)
+
+- Preserve the `/// ` directive in the published `@clerk/testing/cypress` type declarations. TypeScript's declaration emit previously dropped it, so the shipped types relied on the global `Cypress` namespace without declaring the dependency and failed to type-check under `skipLibCheck: false`. ([#8841](https://github.com/clerk/javascript/pull/8841)) by [@jacekradko](https://github.com/jacekradko)
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+ - @clerk/backend@3.7.1
+
## 2.1.1
### Patch Changes
diff --git a/packages/testing/package.json b/packages/testing/package.json
index 89b746f928b..82a2a5caf11 100644
--- a/packages/testing/package.json
+++ b/packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/testing",
- "version": "2.1.1",
+ "version": "2.1.2",
"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 84430a797cb..29a86762a0c 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,17 @@
# @clerk/ui
+## 1.16.2
+
+### Patch Changes
+
+- Rename the `` SSO page to "Security". The navbar entry is now labeled "Security" with a shield icon, its route path changed from `organization-self-serve-sso` to `organization-security`, and a new `organizationProfile.navbar.security` localization key replaces `organizationProfile.navbar.selfServeSSO`. ([#8796](https://github.com/clerk/javascript/pull/8796)) by [@iagodahlem](https://github.com/iagodahlem)
+
+- Upgrade build tooling to Rspack 2 (No user-facing API changes). ([#8382](https://github.com/clerk/javascript/pull/8382)) by [@jacekradko](https://github.com/jacekradko)
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/localizations@4.8.2
+ - @clerk/shared@4.17.2
+
## 1.16.1
### Patch Changes
diff --git a/packages/ui/package.json b/packages/ui/package.json
index b885f3a8ff2..3f839212944 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/ui",
- "version": "1.16.1",
+ "version": "1.16.2",
"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 088f62601a0..23568df69ee 100644
--- a/packages/vue/CHANGELOG.md
+++ b/packages/vue/CHANGELOG.md
@@ -1,5 +1,12 @@
# @clerk/vue
+## 2.4.3
+
+### Patch Changes
+
+- Updated dependencies [[`67c04a4`](https://github.com/clerk/javascript/commit/67c04a43db64b70819d68333f99e3483523d1d47), [`51c8fdc`](https://github.com/clerk/javascript/commit/51c8fdcb7160457e44cfe7cc86524f7d728a030a), [`c2ba971`](https://github.com/clerk/javascript/commit/c2ba971aad55df570507b7b117786ab048415ad3), [`8744728`](https://github.com/clerk/javascript/commit/8744728e6610b2229f56dd3b31975c3f57395f02)]:
+ - @clerk/shared@4.17.2
+
## 2.4.2
### Patch Changes
diff --git a/packages/vue/package.json b/packages/vue/package.json
index 3f58e6ade07..36542096480 100644
--- a/packages/vue/package.json
+++ b/packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@clerk/vue",
- "version": "2.4.2",
+ "version": "2.4.3",
"description": "Clerk SDK for Vue",
"keywords": [
"clerk",