Skip to content

Commit 4bbd08d

Browse files
ci(repo): Version packages
1 parent 6b18758 commit 4bbd08d

34 files changed

Lines changed: 116 additions & 38 deletions

.changeset/bright-dogs-remember.md

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

.changeset/invitation-metadata-link-target.md

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

.changeset/mosaic-focus-ring-tokens.md

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

.changeset/stale-browsers-retry.md

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

.changeset/tall-donkeys-jam.md

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

.changeset/wild-mangos-clap.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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9c5e93c`](https://github.com/clerk/javascript/commit/9c5e93c9ea93561242ab26ff0e2b100940ac6308)]:
8+
- @clerk/backend@3.16.13
9+
310
## 4.0.19
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.19",
3+
"version": "4.0.20",
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.13
4+
5+
### Patch Changes
6+
7+
- Align JSDoc link targets with the docs link rules: internal docs links don't open in a new tab (removed `{{ target: '_blank' }}` from the `Invitation` Metadata link), while API reference links do (added it to the `ExternalAccount` Backend API link and the `currentUser()` endpoint link). ([#9556](https://github.com/clerk/javascript/pull/9556)) by [@manovotny](https://github.com/manovotny)
8+
39
## 3.16.12
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.12",
3+
"version": "3.16.13",
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)