From 087f904109c2b1a597580aef45803d239ed84cb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:02:05 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/blue-otters-count.md | 2 -- .changeset/bright-dogs-remember.md | 7 ------- .changeset/invitation-metadata-link-target.md | 6 ------ .changeset/mosaic-focus-ring-tokens.md | 2 -- .../mosaic-user-button-switch-accounts-flyout.md | 2 -- .changeset/stale-browsers-retry.md | 5 ----- .changeset/tall-donkeys-jam.md | 2 -- .changeset/wild-mangos-clap.md | 2 -- packages/astro/CHANGELOG.md | 7 +++++++ packages/astro/package.json | 2 +- packages/backend/CHANGELOG.md | 6 ++++++ packages/backend/package.json | 2 +- packages/chrome-extension/CHANGELOG.md | 7 +++++++ packages/chrome-extension/package.json | 2 +- packages/clerk-js/CHANGELOG.md | 6 ++++++ packages/clerk-js/package.json | 2 +- packages/electron/CHANGELOG.md | 11 +++++++++++ packages/electron/package.json | 2 +- packages/expo/CHANGELOG.md | 7 +++++++ packages/expo/package.json | 2 +- packages/express/CHANGELOG.md | 7 +++++++ packages/express/package.json | 2 +- packages/fastify/CHANGELOG.md | 7 +++++++ packages/fastify/package.json | 2 +- packages/hono/CHANGELOG.md | 7 +++++++ packages/hono/package.json | 2 +- packages/nextjs/CHANGELOG.md | 9 +++++++++ packages/nextjs/package.json | 2 +- packages/nuxt/CHANGELOG.md | 7 +++++++ packages/nuxt/package.json | 2 +- packages/react-router/CHANGELOG.md | 7 +++++++ packages/react-router/package.json | 2 +- packages/tanstack-react-start/CHANGELOG.md | 7 +++++++ packages/tanstack-react-start/package.json | 2 +- packages/testing/CHANGELOG.md | 7 +++++++ packages/testing/package.json | 2 +- 36 files changed, 116 insertions(+), 42 deletions(-) delete mode 100644 .changeset/blue-otters-count.md delete mode 100644 .changeset/bright-dogs-remember.md delete mode 100644 .changeset/invitation-metadata-link-target.md delete mode 100644 .changeset/mosaic-focus-ring-tokens.md delete mode 100644 .changeset/mosaic-user-button-switch-accounts-flyout.md delete mode 100644 .changeset/stale-browsers-retry.md delete mode 100644 .changeset/tall-donkeys-jam.md delete mode 100644 .changeset/wild-mangos-clap.md diff --git a/.changeset/blue-otters-count.md b/.changeset/blue-otters-count.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/blue-otters-count.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/bright-dogs-remember.md b/.changeset/bright-dogs-remember.md deleted file mode 100644 index 23208a82107..00000000000 --- a/.changeset/bright-dogs-remember.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@clerk/electron': patch ---- - -Keep the current client token available for the lifetime of the Electron app when secure persistence is unavailable or fails. - -Fixed a race where an older in-flight token write could replace a newer token when multiple requests completed at the same time. diff --git a/.changeset/invitation-metadata-link-target.md b/.changeset/invitation-metadata-link-target.md deleted file mode 100644 index d1b07e74d00..00000000000 --- a/.changeset/invitation-metadata-link-target.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@clerk/backend': patch -'@clerk/nextjs': patch ---- - -Align JSDoc link targets with the docs link rules: internal docs links don't open in a new tab (removed `{{ target: '_blank' }}` from the `Invitation` Metadata link), while API reference links do (added it to the `ExternalAccount` Backend API link and the `currentUser()` endpoint link). diff --git a/.changeset/mosaic-focus-ring-tokens.md b/.changeset/mosaic-focus-ring-tokens.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-focus-ring-tokens.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/mosaic-user-button-switch-accounts-flyout.md b/.changeset/mosaic-user-button-switch-accounts-flyout.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/mosaic-user-button-switch-accounts-flyout.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/stale-browsers-retry.md b/.changeset/stale-browsers-retry.md deleted file mode 100644 index bb4c61f859d..00000000000 --- a/.changeset/stale-browsers-retry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/clerk-js': patch ---- - -Fix development instance initialization when a stale dev browser value is rejected by clearing the value and retrying the environment and client requests. diff --git a/.changeset/tall-donkeys-jam.md b/.changeset/tall-donkeys-jam.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/tall-donkeys-jam.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/wild-mangos-clap.md b/.changeset/wild-mangos-clap.md deleted file mode 100644 index a845151cc84..00000000000 --- a/.changeset/wild-mangos-clap.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 77217aa35d7..ffbbd68a428 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/astro +## 4.0.20 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 4.0.19 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a5024954479..1563d8f9d17 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/astro", - "version": "4.0.19", + "version": "4.0.20", "description": "Clerk SDK for Astro", "keywords": [ "auth", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 142eb670003..1837dbfa72d 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.16.13 + +### Patch Changes + +- Align JSDoc link targets with the docs link rules: internal docs links don't open in a new tab (removed `{{ target: '_blank' }}` from the `Invitation` Metadata link), while API reference links do (added it to the `ExternalAccount` Backend API link and the `currentUser()` endpoint link). ([#9556](https://github.com/clerk/javascript/pull/9556)) by [@manovotny](https://github.com/manovotny) + ## 3.16.12 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index a885d230f59..5d2cf3e87d3 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/backend", - "version": "3.16.12", + "version": "3.16.13", "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 dc0c25b91ac..10a8e651aa5 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.77 + +### Patch Changes + +- Updated dependencies [[`5a74f4c`](https://github.com/clerk/javascript/commit/5a74f4c455961af3ec97d8c8997902dde607a980)]: + - @clerk/clerk-js@6.30.2 + ## 3.1.76 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 8fa62d48ae2..8dcfd86e266 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.76", + "version": "3.1.77", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/clerk-js/CHANGELOG.md b/packages/clerk-js/CHANGELOG.md index 48675c61590..8cd7c785f7b 100644 --- a/packages/clerk-js/CHANGELOG.md +++ b/packages/clerk-js/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.30.2 + +### Patch Changes + +- Fix development instance initialization when a stale dev browser value is rejected by clearing the value and retrying the environment and client requests. ([#9421](https://github.com/clerk/javascript/pull/9421)) by [@brkalow](https://github.com/brkalow) + ## 6.30.1 ### Patch Changes diff --git a/packages/clerk-js/package.json b/packages/clerk-js/package.json index 42c0999537e..0b880a014ba 100644 --- a/packages/clerk-js/package.json +++ b/packages/clerk-js/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/clerk-js", - "version": "6.30.1", + "version": "6.30.2", "description": "Clerk JS library", "keywords": [ "clerk", diff --git a/packages/electron/CHANGELOG.md b/packages/electron/CHANGELOG.md index b50db446fa2..8766d0d46b4 100644 --- a/packages/electron/CHANGELOG.md +++ b/packages/electron/CHANGELOG.md @@ -1,5 +1,16 @@ # @clerk/electron +## 0.0.38 + +### Patch Changes + +- Keep the current client token available for the lifetime of the Electron app when secure persistence is unavailable or fails. ([#9588](https://github.com/clerk/javascript/pull/9588)) by [@jeremy-clerk](https://github.com/jeremy-clerk) + + Fixed a race where an older in-flight token write could replace a newer token when multiple requests completed at the same time. + +- Updated dependencies [[`5a74f4c`](https://github.com/clerk/javascript/commit/5a74f4c455961af3ec97d8c8997902dde607a980)]: + - @clerk/clerk-js@6.30.2 + ## 0.0.37 ### Patch Changes diff --git a/packages/electron/package.json b/packages/electron/package.json index 6ed6fea735b..e456f422aec 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/electron", - "version": "0.0.37", + "version": "0.0.38", "description": "Clerk SDK for Electron", "keywords": [ "clerk", diff --git a/packages/expo/CHANGELOG.md b/packages/expo/CHANGELOG.md index 537a6a8c606..8c13c6c0cc1 100644 --- a/packages/expo/CHANGELOG.md +++ b/packages/expo/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.6.1 + +### Patch Changes + +- Updated dependencies [[`5a74f4c`](https://github.com/clerk/javascript/commit/5a74f4c455961af3ec97d8c8997902dde607a980)]: + - @clerk/clerk-js@6.30.2 + ## 4.6.0 ### Minor Changes diff --git a/packages/expo/package.json b/packages/expo/package.json index 8b36dfced30..7991d08ecee 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/expo", - "version": "4.6.0", + "version": "4.6.1", "description": "Clerk React Native/Expo library", "keywords": [ "react", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 46550d94f2f..6bcfc3afd44 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.1.64 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 2.1.63 ### Patch Changes diff --git a/packages/express/package.json b/packages/express/package.json index b0c9763d0f8..274e9fe046c 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/express", - "version": "2.1.63", + "version": "2.1.64", "description": "Clerk server SDK for usage with Express", "keywords": [ "clerk", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 18563762377..78b628aae03 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.74 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 3.1.73 ### Patch Changes diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 90056ff53b1..925cda7fd8c 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/fastify", - "version": "3.1.73", + "version": "3.1.74", "description": "Clerk SDK for Fastify", "keywords": [ "auth", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index 1cea7548a9b..e6413456d62 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/hono +## 0.1.74 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 0.1.73 ### Patch Changes diff --git a/packages/hono/package.json b/packages/hono/package.json index 8fe65010626..0f3d2a8557b 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/hono", - "version": "0.1.73", + "version": "0.1.74", "description": "Clerk SDK for Hono", "keywords": [ "auth", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 94435b88969..e254d86c8ff 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 7.8.3 + +### Patch Changes + +- Align JSDoc link targets with the docs link rules: internal docs links don't open in a new tab (removed `{{ target: '_blank' }}` from the `Invitation` Metadata link), while API reference links do (added it to the `ExternalAccount` Backend API link and the `currentUser()` endpoint link). ([#9556](https://github.com/clerk/javascript/pull/9556)) by [@manovotny](https://github.com/manovotny) + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 7.8.2 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 6dbac746406..2d64eabca78 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nextjs", - "version": "7.8.2", + "version": "7.8.3", "description": "Clerk SDK for NextJS", "keywords": [ "clerk", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index b29fc770314..387abfd8ae8 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/nuxt +## 3.0.16 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 3.0.15 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 1bb4510f919..cf1294c70fa 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/nuxt", - "version": "3.0.15", + "version": "3.0.16", "description": "Clerk SDK for Nuxt", "keywords": [ "clerk", diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index c3f493bb9f2..22980b319a9 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.6.18 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 3.6.17 ### Patch Changes diff --git a/packages/react-router/package.json b/packages/react-router/package.json index f0c25b5af19..e20966b8f57 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/react-router", - "version": "3.6.17", + "version": "3.6.18", "description": "Clerk SDK for React Router", "keywords": [ "clerk", diff --git a/packages/tanstack-react-start/CHANGELOG.md b/packages/tanstack-react-start/CHANGELOG.md index 347c08a7eb5..ed404a388d4 100644 --- a/packages/tanstack-react-start/CHANGELOG.md +++ b/packages/tanstack-react-start/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/tanstack-react-start +## 1.5.9 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 1.5.8 ### Patch Changes diff --git a/packages/tanstack-react-start/package.json b/packages/tanstack-react-start/package.json index 9165b408d05..4f3a35b6fbf 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.8", + "version": "1.5.9", "description": "Clerk SDK for TanStack React Start", "keywords": [ "clerk", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 8fbd8eb2796..0d8da7dfea4 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/testing +## 2.2.31 + +### Patch Changes + +- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]: + - @clerk/backend@3.16.13 + ## 2.2.30 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index d36f53028e4..06b18cbf774 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/testing", - "version": "2.2.30", + "version": "2.2.31", "description": "Utilities to help you create E2E test suites for apps using Clerk", "keywords": [ "auth",