Skip to content

Commit dfa204f

Browse files
ci(repo): Version packages (Core 2)
1 parent 5740640 commit dfa204f

32 files changed

Lines changed: 118 additions & 35 deletions

.changeset/disable-console-transport.md

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

.changeset/fix-factor-two-infinite-spinner.md

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

.changeset/legal-crabs-shout.md

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

.changeset/tough-taxis-care.md

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

packages/agent-toolkit/CHANGELOG.md

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

3+
## 0.2.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5740640`](https://github.com/clerk/javascript/commit/57406404d516cf0fa8d3bb9b38a0d3d1d69dc88d), [`03c61c1`](https://github.com/clerk/javascript/commit/03c61c122cc1eb2cf35ecdc20586f2fbb0a1e7db)]:
8+
- @clerk/backend@2.31.0
9+
310
## 0.2.21
411

512
### Patch Changes

packages/agent-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/agent-toolkit",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

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+
## 2.17.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5740640`](https://github.com/clerk/javascript/commit/57406404d516cf0fa8d3bb9b38a0d3d1d69dc88d), [`03c61c1`](https://github.com/clerk/javascript/commit/03c61c122cc1eb2cf35ecdc20586f2fbb0a1e7db)]:
8+
- @clerk/backend@2.31.0
9+
310
## 2.17.1
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": "2.17.1",
3+
"version": "2.17.2",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

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

3+
## 2.31.0
4+
5+
### Minor Changes
6+
7+
- Add `providerUserId` field to `ExternalAccount` resource as the preferred way to access the unique user ID from the OAuth provider. The existing `externalId` field is now deprecated in favor of `providerUserId` for better clarity and consistency across the API. ([#7778](https://github.com/clerk/javascript/pull/7778)) by [@Jibaru](https://github.com/Jibaru)
8+
9+
- Add `createBulk()` method to `WaitlistEntryAPI` for bulk creating waitlist entries ([#7762](https://github.com/clerk/javascript/pull/7762)) by [@Jibaru](https://github.com/Jibaru)
10+
311
## 2.30.1
412

513
### 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": "2.30.1",
3+
"version": "2.31.0",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

0 commit comments

Comments
 (0)