Skip to content

Commit 721ffd0

Browse files
ci(repo): Version packages
1 parent 348021d commit 721ffd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+237
-50
lines changed

.changeset/eight-horses-nail.md

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

.changeset/giant-cats-lay.md

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

.changeset/purple-toys-refuse.md

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

.changeset/real-trainers-knock.md

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

packages/agent-toolkit/CHANGELOG.md

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

3+
## 0.1.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`348021d`](https://github.com/clerk/javascript/commit/348021d837ba66fd3f510148213f374ae2e969a8)]:
8+
- @clerk/types@4.93.0
9+
- @clerk/backend@2.17.3
10+
- @clerk/shared@3.27.4
11+
312
## 0.1.38
413

514
### 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.1.38",
3+
"version": "0.1.39",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

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

3+
## 2.13.7
4+
5+
### Patch Changes
6+
7+
- Added internal helper type for `auth` and `getAuth()` functions that don't require a request or context parameter ([#6910](https://github.com/clerk/javascript/pull/6910)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies [[`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`348021d`](https://github.com/clerk/javascript/commit/348021d837ba66fd3f510148213f374ae2e969a8)]:
10+
- @clerk/types@4.93.0
11+
- @clerk/backend@2.17.3
12+
- @clerk/shared@3.27.4
13+
314
## 2.13.6
415

516
### 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.13.6",
3+
"version": "2.13.7",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

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

3+
## 2.17.3
4+
5+
### Patch Changes
6+
7+
- Added internal helper type for `auth` and `getAuth()` functions that don't require a request or context parameter ([#6910](https://github.com/clerk/javascript/pull/6910)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
- Updated dependencies [[`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa), [`2cd53cd`](https://github.com/clerk/javascript/commit/2cd53cd8c713dfa7f2e802fe08986411587095fa)]:
10+
- @clerk/types@4.93.0
11+
- @clerk/shared@3.27.4
12+
313
## 2.17.2
414

515
### 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.17.2",
3+
"version": "2.17.3",
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)