Skip to content

Commit b0150a9

Browse files
ci(repo): Version packages
1 parent 3051407 commit b0150a9

26 files changed

Lines changed: 89 additions & 25 deletions

.changeset/backend-external-account-id.md

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

.changeset/decouple-tokencache-store.md

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

.changeset/free-ads-fail.md

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

.changeset/sdk-79-actionlint.md

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

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @clerk/astro
22

3+
## 3.4.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8c727c`](https://github.com/clerk/javascript/commit/a8c727c6ad44121204c1fcc95ee356199643a8a9)]:
8+
- @clerk/backend@3.8.5
9+
310
## 3.4.8
411

512
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "3.4.8",
3+
"version": "3.4.9",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/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+
## 3.8.5
4+
5+
### Patch Changes
6+
7+
- Add an optional `externalAccountId` to the backend `ExternalAccount` resource. For Google and Facebook accounts the resource `id` is the `idn_`-prefixed identification id, which `users.deleteUserExternalAccount()` rejects; `externalAccountId` now exposes the `eac_`-prefixed id those calls expect. For all other providers `id` is already the `eac_` id and `externalAccountId` is `undefined`, so use `externalAccountId ?? id` to get an id you can delete with. ([#8995](https://github.com/clerk/javascript/pull/8995)) by [@jacekradko](https://github.com/jacekradko)
8+
39
## 3.8.4
410

511
### Patch Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "3.8.4",
3+
"version": "3.8.5",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/expo/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.6.3
4+
5+
### Patch Changes
6+
7+
- Record `useSignInWithGoogle` usage ([#9012](https://github.com/clerk/javascript/pull/9012)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies []:
10+
- @clerk/clerk-js@6.22.0
11+
312
## 3.6.2
413

514
### Patch Changes

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/expo",
3-
"version": "3.6.2",
3+
"version": "3.6.3",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)