Skip to content

Commit ebee9eb

Browse files
ci(repo): Version packages
1 parent a1635f0 commit ebee9eb

15 files changed

Lines changed: 55 additions & 35 deletions

.changeset/expo-mobile-485-cold-start-activity.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/four-wombats-clean.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/improve-auth-middleware-error-message.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lucky-tables-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-taxes-do.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/chrome-extension/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a1635f0`](https://github.com/clerk/javascript/commit/a1635f01b7f9ee52ad28f33440b527f29e65cbb5), [`763808b`](https://github.com/clerk/javascript/commit/763808b6116ee9290148e6a9bde607ff214d8b1c), [`3ffbe1f`](https://github.com/clerk/javascript/commit/3ffbe1f397d3b70b44f73c3ae41fcbf21b140b7c)]:
8+
- @clerk/clerk-js@6.10.0
9+
- @clerk/ui@1.9.0
10+
- @clerk/react@6.6.0
11+
312
## 3.1.22
413

514
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "3.1.22",
3+
"version": "3.1.23",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.10.0
4+
5+
### Minor Changes
6+
7+
- Removed unused internal OAuthConsent prop. ([#8492](https://github.com/clerk/javascript/pull/8492)) by [@wobsoriano](https://github.com/wobsoriano)
8+
39
## 6.9.0
410

511
### Minor Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 3.2.9
4+
5+
### Patch Changes
6+
7+
- Fix `MissingActivity` error on cold-start Google sign-in / passkey flows. Previously, the first tap on "Sign in with Google" in `<AuthView />` failed with `Clerk error: Google sign-in cannot start: Credential Manager requires an active Activity context.` — the workaround was to background and foreground the app once before signing in. ([#8485](https://github.com/clerk/javascript/pull/8485)) by [@chriscanin](https://github.com/chriscanin)
8+
9+
The Android bridge now calls `Clerk.attachActivity()` (added in clerk-android 1.0.16) at SDK initialization and on AuthView/UserProfile mount, so the current Activity is registered with the underlying SDK before any Credential Manager call. No app-side changes required; the fix is transparent on rebuild.
10+
11+
- Updated dependencies [[`a1635f0`](https://github.com/clerk/javascript/commit/a1635f01b7f9ee52ad28f33440b527f29e65cbb5)]:
12+
- @clerk/clerk-js@6.10.0
13+
- @clerk/react@6.6.0
14+
315
## 3.2.8
416

517
### Patch Changes

0 commit comments

Comments
 (0)