Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-dancers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-cougars-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-network-error-cache-fallback.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/flat-grapes-visit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fruity-clocks-send.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/green-roses-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-grapes-peel.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/rare-birds-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/steady-tabs-log.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clerk/agent-toolkit

## 0.2.3

### Patch Changes

- Updated dependencies [[`a9c13ca`](https://github.com/clerk/javascript/commit/a9c13cae5a6f46ca753d530878f7e4492ca7938b)]:
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.2.2",
"version": "0.2.3",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
13 changes: 9 additions & 4 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clerk/astro

## 2.16.1

### Patch Changes

- Updated dependencies [[`a9c13ca`](https://github.com/clerk/javascript/commit/a9c13cae5a6f46ca753d530878f7e4492ca7938b)]:
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]

## 2.16.0

### Minor Changes
Expand Down Expand Up @@ -91,7 +100,6 @@
**What Changed:**

All type definitions including:

- Resource types (User, Organization, Session, etc.)
- API response types
- Configuration types
Expand Down Expand Up @@ -1092,7 +1100,6 @@
- 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)

When using Clerk's `<Protect>` component with `server:defer`, you can now use both slots:

- `fallback`: Default loading content
- `protect-fallback`: Shows when a user doesn't have the `role` or `permission` to access the protected content

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

Moved

- `@clerk/astro/client/react` to `@clerk/astro/react`
- `@clerk/astro/client/stores` to `@clerk/astro/client`
Dropped
Expand Down Expand Up @@ -2070,7 +2076,6 @@
- Drop convenience Astro wrappers for React components ([#3682](https://github.com/clerk/javascript/pull/3682)) by [@wobsoriano](https://github.com/wobsoriano)

- 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)

- After this change the publishable key from should be set as `PUBLIC_CLERK_PUBLISHABLE_KEY=xxxxx`

- Implement telemetry for nanostores and middleware usage; include SDK metadata. ([#3662](https://github.com/clerk/javascript/pull/3662)) by [@wobsoriano](https://github.com/wobsoriano)
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "2.16.0",
"version": "2.16.1",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
Loading
Loading