Skip to content

Commit 1f6c85d

Browse files
clerk-cookieaustincalvelage
authored andcommitted
ci(repo): Version packages (#9495)
1 parent 642189b commit 1f6c85d

38 files changed

Lines changed: 135 additions & 38 deletions

.changeset/dialog-close-confirmation.md

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

.changeset/ios-google-signin-presenting-window.md

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

.changeset/mosaic-alert-dialog.md

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

.changeset/reject-non-session-jwt-categories.md

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

.changeset/rude-pianos-smoke.md

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

.changeset/soft-poems-repeat.md

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

packages/astro/CHANGELOG.md

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

3+
## 4.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`10615ea`](https://github.com/clerk/javascript/commit/10615eac545d855c5f83c90b38579d04d36c9b1d)]:
8+
- @clerk/backend@3.16.9
9+
310
## 4.0.15
411

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

packages/backend/CHANGELOG.md

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

3+
## 3.16.9
4+
5+
### Patch Changes
6+
7+
- Reject JWT-template tokens where a session or handshake token is expected. `authenticateRequest()` now returns a signed-out state with reason `token-type-mismatch` for such a token in the `Authorization` header or `__session` cookie. Tokens with no category tag, and instances configured to omit it, are unaffected. ([#9469](https://github.com/clerk/javascript/pull/9469)) by [@dominic-clerk](https://github.com/dominic-clerk)
8+
39
## 3.16.8
410

511
### Patch Changes

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/backend",
3-
"version": "3.16.8",
3+
"version": "3.16.9",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

0 commit comments

Comments
 (0)