Skip to content

Commit 921a508

Browse files
ci(repo): Version packages
1 parent 0307ea8 commit 921a508

39 files changed

+197
-55
lines changed

.changeset/brown-hats-feel.md

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

.changeset/legal-hands-lead.md

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

.changeset/little-buttons-try.md

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

.changeset/purple-poems-give.md

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

.changeset/swift-sheep-notice.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6dbb02b`](https://github.com/clerk/javascript/commit/6dbb02b13d7099a2ff756c1b4d1a0fca23f4a7c6)]:
8+
- @clerk/backend@2.26.0
9+
310
## 0.2.7
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.7",
3+
"version": "0.2.8",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

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

3+
## 2.16.6
4+
5+
### Patch Changes
6+
7+
- Allow reordering API Keys and Billing pages in `<UserProfile />` and `<OrganizationProfile />`. ([#7383](https://github.com/clerk/javascript/pull/7383)) by [@wobsoriano](https://github.com/wobsoriano)
8+
9+
Example:
10+
11+
```tsx
12+
export function CustomUserProfile() {
13+
return (
14+
<UserProfile>
15+
<UserProfile.Page label='apiKeys' />
16+
<UserProfile.Page label='billing' />
17+
</UserProfile>
18+
);
19+
}
20+
```
21+
22+
- Updated dependencies [[`6dbb02b`](https://github.com/clerk/javascript/commit/6dbb02b13d7099a2ff756c1b4d1a0fca23f4a7c6)]:
23+
- @clerk/backend@2.26.0
24+
325
## 2.16.5
426

527
### 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.16.5",
3+
"version": "2.16.6",
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+
## 2.26.0
4+
5+
### Minor Changes
6+
7+
- Added support for JWTs in oauth token type ([#7308](https://github.com/clerk/javascript/pull/7308)) by [@wobsoriano](https://github.com/wobsoriano)
8+
39
## 2.25.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)