Skip to content

Commit 21412c2

Browse files
ci(repo): Version packages
1 parent edbd18c commit 21412c2

Some content is hidden

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

49 files changed

+212
-472
lines changed

.changeset/cold-dancers-watch.md

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

.changeset/flat-grapes-visit.md

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

.changeset/fruity-clocks-send.md

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

.changeset/green-roses-decide.md

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

.changeset/orange-grapes-peel.md

Lines changed: 0 additions & 5 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.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9c13ca`](https://github.com/clerk/javascript/commit/a9c13cae5a6f46ca753d530878f7e4492ca7938b)]:
8+
- @clerk/shared@3.35.1
9+
- @clerk/backend@2.23.1
10+
- @clerk/types@4.101.1
11+
312
## 0.2.2
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.2.2",
3+
"version": "0.2.3",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

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

3+
## 2.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9c13ca`](https://github.com/clerk/javascript/commit/a9c13cae5a6f46ca753d530878f7e4492ca7938b)]:
8+
- @clerk/shared@3.35.1
9+
- @clerk/backend@2.23.1
10+
- @clerk/types@4.101.1
11+
312
## 2.16.0
413

514
### Minor Changes
@@ -91,7 +100,6 @@
91100
**What Changed:**
92101

93102
All type definitions including:
94-
95103
- Resource types (User, Organization, Session, etc.)
96104
- API response types
97105
- Configuration types
@@ -1092,7 +1100,6 @@
10921100
- Introduce `protect-fallback` slot to avoid naming conflicts with Astro's server islands [`fallback` slot](https://docs.astro.build/en/guides/server-islands/#server-island-fallback-content). ([#5196](https://github.com/clerk/javascript/pull/5196)) by [@wobsoriano](https://github.com/wobsoriano)
10931101

10941102
When using Clerk's `<Protect>` component with `server:defer`, you can now use both slots:
1095-
10961103
- `fallback`: Default loading content
10971104
- `protect-fallback`: Shows when a user doesn't have the `role` or `permission` to access the protected content
10981105

@@ -2029,7 +2036,6 @@
20292036
- Simplify submodules and drop the `bundled` variant. by [@nikosdouvlis](https://github.com/nikosdouvlis)
20302037

20312038
Moved
2032-
20332039
- `@clerk/astro/client/react` to `@clerk/astro/react`
20342040
- `@clerk/astro/client/stores` to `@clerk/astro/client`
20352041
Dropped
@@ -2070,7 +2076,6 @@
20702076
- Drop convenience Astro wrappers for React components ([#3682](https://github.com/clerk/javascript/pull/3682)) by [@wobsoriano](https://github.com/wobsoriano)
20712077

20722078
- Change prefix for public env variables to `PUBLIC_`. The previous prefix was `PUBLIC_ASTRO_APP_`. ([#3669](https://github.com/clerk/javascript/pull/3669)) by [@panteliselef](https://github.com/panteliselef)
2073-
20742079
- After this change the publishable key from should be set as `PUBLIC_CLERK_PUBLISHABLE_KEY=xxxxx`
20752080

20762081
- Implement telemetry for nanostores and middleware usage; include SDK metadata. ([#3662](https://github.com/clerk/javascript/pull/3662)) by [@wobsoriano](https://github.com/wobsoriano)

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

0 commit comments

Comments
 (0)