Skip to content

Commit fc428ae

Browse files
ci(repo): Version packages
1 parent c5697d7 commit fc428ae

53 files changed

Lines changed: 215 additions & 53 deletions

Some content is hidden

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

.changeset/delete-organization-require-id.md

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

.changeset/m2m-cat-header-verification.md

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

.changeset/major-version-check-pr-head-status.md

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

.changeset/native-oauth-transfer-signals.md

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

.changeset/sdk-139-extract-key-resolver.md

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

.changeset/user-button-multisession-action-alignment.md

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

.changeset/wise-mosaic-sections.md

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

packages/astro/CHANGELOG.md

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

3+
## 3.4.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2914c2c`](https://github.com/clerk/javascript/commit/2914c2c5dd8e2ce46be37a6645642f4cb32e7909), [`07e1b06`](https://github.com/clerk/javascript/commit/07e1b067dc0c6b52ccc23d0a5f0988c4b731959a), [`533f0b1`](https://github.com/clerk/javascript/commit/533f0b17e48bc326310df80a9d4a53234548b915)]:
8+
- @clerk/backend@3.8.6
9+
- @clerk/shared@4.22.2
10+
311
## 3.4.9
412

513
### 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": "3.4.9",
3+
"version": "3.4.10",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.8.6
4+
5+
### Patch Changes
6+
7+
- `organizations.deleteOrganization()` now validates that an organization ID was provided. Calling it with an empty ID throws `A valid resource ID is required.` locally instead of issuing a `DELETE` request to the organizations collection endpoint, matching the other ID-based methods on the API. ([#9036](https://github.com/clerk/javascript/pull/9036)) by [@jacekradko](https://github.com/jacekradko)
8+
9+
- M2M JWT verification now validates the token-category (`cat`) header and rejects M2M JWTs tagged as a different token class. M2M JWTs minted by Clerk carry the correct category and are unaffected; M2M JWTs without the header continue to verify. ([#9038](https://github.com/clerk/javascript/pull/9038)) by [@wobsoriano](https://github.com/wobsoriano)
10+
11+
- Updated dependencies [[`533f0b1`](https://github.com/clerk/javascript/commit/533f0b17e48bc326310df80a9d4a53234548b915)]:
12+
- @clerk/shared@4.22.2
13+
314
## 3.8.5
415

516
### Patch Changes

0 commit comments

Comments
 (0)