Skip to content

Commit b2be37b

Browse files
ci(repo): Version packages
1 parent 7bfc9f0 commit b2be37b

Some content is hidden

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

43 files changed

+189
-48
lines changed

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clerk/agent-toolkit
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`97a07f7`](https://github.com/clerk/javascript/commit/97a07f78b4b0c3dc701a2610097ec7d6232f79e7), [`e3da9f4`](https://github.com/clerk/javascript/commit/e3da9f4a17a2a5f71d7e02a81b86d6002c93cc59)]:
8+
- @clerk/shared@3.11.1
9+
- @clerk/backend@2.4.2
10+
311
## 0.1.6
412

513
### 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: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @clerk/astro
22

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

513
### Patch Changes
@@ -241,7 +249,7 @@
241249

242250
```astro
243251
---
244-
import { CreateOrganization } from '@clerk/astro/components'
252+
import { CreateOrganization } from '@clerk/astro/components';
245253
---
246254
247255
<CreateOrganization />
@@ -585,18 +593,21 @@
585593
Regular usage without server islands:
586594

587595
```astro
588-
<Protect role="admin">
589-
<p slot="fallback">Not an admin</p>
596+
<Protect role='admin'>
597+
<p slot='fallback'>Not an admin</p>
590598
<p>You're an admin</p>
591599
</Protect>
592600
```
593601

594602
Example with server islands:
595603

596604
```astro
597-
<Protect server:defer role="admin">
598-
<p slot="fallback">Loading...</p>
599-
<p slot="protect-fallback">Not an admin</p>
605+
<Protect
606+
server:defer
607+
role='admin'
608+
>
609+
<p slot='fallback'>Loading...</p>
610+
<p slot='protect-fallback'>Not an admin</p>
600611
<p>You're an admin</p>
601612
</Protect>
602613
```
@@ -1231,7 +1242,7 @@
12311242

12321243
```astro
12331244
---
1234-
import { SignInButton } from '@clerk/components/astro'
1245+
import { SignInButton } from '@clerk/components/astro';
12351246
---
12361247
12371248
<SignInButton asChild>

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

packages/backend/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+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- Add `event_attributes` to the `Webhook` type. ([#6162](https://github.com/clerk/javascript/pull/6162)) by [@jaredpiedt](https://github.com/jaredpiedt)
8+
9+
- Updated dependencies [[`97a07f7`](https://github.com/clerk/javascript/commit/97a07f78b4b0c3dc701a2610097ec7d6232f79e7)]:
10+
- @clerk/shared@3.11.1
11+
312
## 2.4.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)