Skip to content

Commit 8455fa5

Browse files
ci(repo): Version packages (#5419)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 12d1dd4 commit 8455fa5

File tree

10 files changed

+32
-16
lines changed

10 files changed

+32
-16
lines changed

.changeset/many-forks-burn.md

-5
This file was deleted.

.changeset/stale-students-care.md

-7
This file was deleted.

packages/chrome-extension/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.2.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5601767`](https://github.com/clerk/javascript/commit/56017671b02729d41391b00fc5caff8a7fcbeef8)]:
8+
- @clerk/clerk-js@5.57.3
9+
310
## 2.2.19
411

512
### Patch Changes

packages/chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "2.2.19",
3+
"version": "2.2.20",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",

packages/clerk-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.57.3
4+
5+
### Patch Changes
6+
7+
- Pass appearance variables to stripe elements. ([#5346](https://github.com/clerk/javascript/pull/5346)) by [@alexcarpenter](https://github.com/alexcarpenter)
8+
39
## 5.57.2
410

511
### Patch Changes

packages/clerk-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "5.57.2",
3+
"version": "5.57.3",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.9.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5601767`](https://github.com/clerk/javascript/commit/56017671b02729d41391b00fc5caff8a7fcbeef8)]:
8+
- @clerk/clerk-js@5.57.3
9+
310
## 2.9.2
411

512
### Patch Changes

packages/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",

packages/nextjs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.12.9
4+
5+
### Patch Changes
6+
7+
- The majority of Clerk applications are not impacted by the NextJS vulnerability disclosed on 22 MAR 2025. Your application might be impacted if you're not using the latest NextJS release and you do not call auth() in your routes or pages. We still recommend upgrading to the latest NextJS version as soon as possible. ([#5426](https://github.com/clerk/javascript/pull/5426)) by [@nikosdouvlis](https://github.com/nikosdouvlis)
8+
9+
For more details, please see https://clerk.com/blog/cve-2025-29927
10+
311
## 6.12.8
412

513
### Patch Changes

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "6.12.8",
3+
"version": "6.12.9",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",

0 commit comments

Comments
 (0)