From 57b3abd72eb0fd94c8a4df4656df42769373e13b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:22:57 +0000 Subject: [PATCH] ci(repo): Version packages --- .changeset/calm-taxis-paste.md | 5 ----- .changeset/calm-taxis-return.md | 14 -------------- packages/chrome-extension/CHANGELOG.md | 8 ++++++++ packages/chrome-extension/package.json | 2 +- packages/electron/CHANGELOG.md | 19 +++++++++++++++++++ packages/electron/package.json | 2 +- packages/swingset/CHANGELOG.md | 7 +++++++ packages/swingset/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 10 files changed, 44 insertions(+), 23 deletions(-) delete mode 100644 .changeset/calm-taxis-paste.md delete mode 100644 .changeset/calm-taxis-return.md diff --git a/.changeset/calm-taxis-paste.md b/.changeset/calm-taxis-paste.md deleted file mode 100644 index 9595cd61f67..00000000000 --- a/.changeset/calm-taxis-paste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@clerk/ui': patch ---- - -Prevent phone number and multi-email fields from crashing when they receive paste events without clipboard data. diff --git a/.changeset/calm-taxis-return.md b/.changeset/calm-taxis-return.md deleted file mode 100644 index 0d3e3bc4938..00000000000 --- a/.changeset/calm-taxis-return.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@clerk/electron': patch ---- - -Forward OAuth deep-link callbacks to the primary Electron process on Windows and Linux, and bring the -signing-in window to the front when the callback arrives. - -Delivering those callbacks requires Electron's single-instance lock, so `createClerkBridge` now -acquires it on Windows and Linux whenever `renderer` is configured, and quits secondary processes -after forwarding their arguments. Applications that previously ran side-by-side instances on those -platforms will become single-instance. macOS is unaffected. Two new escape hatches: the returned -bridge exposes `isPrimaryInstance` so the application can stop its own bootstrap in a secondary -process, and `manageSingleInstanceLock: false` leaves the lock to applications that manage it -themselves. diff --git a/packages/chrome-extension/CHANGELOG.md b/packages/chrome-extension/CHANGELOG.md index 3a7f3e7dbd7..17cb9191d87 100644 --- a/packages/chrome-extension/CHANGELOG.md +++ b/packages/chrome-extension/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.63 + +### Patch Changes + +- Updated dependencies [[`f6091c5`](https://github.com/clerk/javascript/commit/f6091c5be0587884f6b1c744827f62bd58db413c)]: + - @clerk/ui@1.27.1 + - @clerk/react@6.12.9 + ## 3.1.62 ### Patch Changes diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index 8580807ad8c..b1e71950e88 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/chrome-extension", - "version": "3.1.62", + "version": "3.1.63", "description": "Clerk SDK for Chrome extensions", "keywords": [ "auth", diff --git a/packages/electron/CHANGELOG.md b/packages/electron/CHANGELOG.md index 55ba4fc7c26..2b7048832a7 100644 --- a/packages/electron/CHANGELOG.md +++ b/packages/electron/CHANGELOG.md @@ -1,5 +1,24 @@ # @clerk/electron +## 0.0.24 + +### Patch Changes + +- Forward OAuth deep-link callbacks to the primary Electron process on Windows and Linux, and bring the ([#9278](https://github.com/clerk/javascript/pull/9278)) by [@jeremy-clerk](https://github.com/jeremy-clerk) + + signing-in window to the front when the callback arrives. + + Delivering those callbacks requires Electron's single-instance lock, so `createClerkBridge` now + acquires it on Windows and Linux whenever `renderer` is configured, and quits secondary processes + after forwarding their arguments. Applications that previously ran side-by-side instances on those + platforms will become single-instance. macOS is unaffected. Two new escape hatches: the returned + bridge exposes `isPrimaryInstance` so the application can stop its own bootstrap in a secondary + process, and `manageSingleInstanceLock: false` leaves the lock to applications that manage it + themselves. + +- Updated dependencies []: + - @clerk/react@6.12.9 + ## 0.0.23 ### Patch Changes diff --git a/packages/electron/package.json b/packages/electron/package.json index 986814bd8f6..a62e0dd4621 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/electron", - "version": "0.0.23", + "version": "0.0.24", "description": "Clerk SDK for Electron", "keywords": [ "clerk", diff --git a/packages/swingset/CHANGELOG.md b/packages/swingset/CHANGELOG.md index d1c0bb40a98..be0fb732e25 100644 --- a/packages/swingset/CHANGELOG.md +++ b/packages/swingset/CHANGELOG.md @@ -1,5 +1,12 @@ # @clerk/swingset +## 0.0.27 + +### Patch Changes + +- Updated dependencies [[`f6091c5`](https://github.com/clerk/javascript/commit/f6091c5be0587884f6b1c744827f62bd58db413c)]: + - @clerk/ui@1.27.1 + ## 0.0.26 ### Patch Changes diff --git a/packages/swingset/package.json b/packages/swingset/package.json index a8932e59f59..e2035328035 100644 --- a/packages/swingset/package.json +++ b/packages/swingset/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/swingset", - "version": "0.0.26", + "version": "0.0.27", "private": true, "type": "module", "scripts": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 6e2300316f1..78c40eacaf8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @clerk/ui +## 1.27.1 + +### Patch Changes + +- Prevent phone number and multi-email fields from crashing when they receive paste events without clipboard data. ([#9274](https://github.com/clerk/javascript/pull/9274)) by [@brkalow](https://github.com/brkalow) + ## 1.27.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index a334e02fcb9..7a4b88defb9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@clerk/ui", - "version": "1.27.0", + "version": "1.27.1", "description": "Internal package that contains the UI components for the Clerk frontend SDKs", "repository": { "type": "git",