Skip to content

Commit 8b49bce

Browse files
ci(repo): Version packages
1 parent 6826d0b commit 8b49bce

Some content is hidden

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

51 files changed

+237
-62
lines changed

.changeset/fair-olives-wish.md

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

.changeset/good-toys-serve.md

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

.changeset/itchy-ways-tell.md

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

.changeset/public-hats-relax.md

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

.changeset/seven-aliens-lie.md

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

.changeset/sixty-regions-camp.md

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

.changeset/slow-apricots-tell.md

Lines changed: 0 additions & 2 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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6826d0b`](https://github.com/clerk/javascript/commit/6826d0bbd03e844d49224565878a4326684f06b4), [`97a07f7`](https://github.com/clerk/javascript/commit/97a07f78b4b0c3dc701a2610097ec7d6232f79e7), [`e3da9f4`](https://github.com/clerk/javascript/commit/e3da9f4a17a2a5f71d7e02a81b86d6002c93cc59)]:
8+
- @clerk/shared@3.11.1
9+
- @clerk/types@4.64.1
10+
- @clerk/backend@2.4.2
11+
312
## 0.1.6
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.6",
3+
"version": "0.1.7",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

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

3+
## 2.10.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6826d0b`](https://github.com/clerk/javascript/commit/6826d0bbd03e844d49224565878a4326684f06b4), [`97a07f7`](https://github.com/clerk/javascript/commit/97a07f78b4b0c3dc701a2610097ec7d6232f79e7), [`e3da9f4`](https://github.com/clerk/javascript/commit/e3da9f4a17a2a5f71d7e02a81b86d6002c93cc59)]:
8+
- @clerk/shared@3.11.1
9+
- @clerk/types@4.64.1
10+
- @clerk/backend@2.4.2
11+
312
## 2.10.3
413

514
### Patch Changes
@@ -241,7 +250,7 @@
241250

242251
```astro
243252
---
244-
import { CreateOrganization } from '@clerk/astro/components'
253+
import { CreateOrganization } from '@clerk/astro/components';
245254
---
246255
247256
<CreateOrganization />
@@ -585,18 +594,21 @@
585594
Regular usage without server islands:
586595

587596
```astro
588-
<Protect role="admin">
589-
<p slot="fallback">Not an admin</p>
597+
<Protect role='admin'>
598+
<p slot='fallback'>Not an admin</p>
590599
<p>You're an admin</p>
591600
</Protect>
592601
```
593602

594603
Example with server islands:
595604

596605
```astro
597-
<Protect server:defer role="admin">
598-
<p slot="fallback">Loading...</p>
599-
<p slot="protect-fallback">Not an admin</p>
606+
<Protect
607+
server:defer
608+
role='admin'
609+
>
610+
<p slot='fallback'>Loading...</p>
611+
<p slot='protect-fallback'>Not an admin</p>
600612
<p>You're an admin</p>
601613
</Protect>
602614
```
@@ -1231,7 +1243,7 @@
12311243

12321244
```astro
12331245
---
1234-
import { SignInButton } from '@clerk/components/astro'
1246+
import { SignInButton } from '@clerk/components/astro';
12351247
---
12361248
12371249
<SignInButton asChild>

0 commit comments

Comments
 (0)