Skip to content

Commit 4fdafff

Browse files
Version Packages - V4 (#3527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9cd588d commit 4fdafff

File tree

13 files changed

+56
-18
lines changed

13 files changed

+56
-18
lines changed

.changeset/cyan-gifts-cheer.md

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

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+
## 0.38.12
4+
5+
### Patch Changes
6+
7+
- Fix bug in JWKS cache logic that caused a race condition resulting in no JWK being available. ([#3332](https://github.com/clerk/javascript/pull/3332)) by [@BRKalow](https://github.com/BRKalow)
8+
39
## 0.38.11
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": "0.38.11",
3+
"version": "0.38.12",
44
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/fastify/CHANGELOG.md

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

3+
## 0.6.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd588d77`](https://github.com/clerk/javascript/commit/9cd588d779055b6bb5fd8f6d698a38586ce69485)]:
8+
- @clerk/backend@0.38.12
9+
310
## 0.6.44
411

512
### Patch Changes

packages/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/fastify",
3-
"version": "0.6.44",
3+
"version": "0.6.45",
44
"description": "Clerk SDK for Fastify",
55
"keywords": [
66
"auth",
@@ -40,7 +40,7 @@
4040
"test:cache:clear": "jest --clearCache --useStderr"
4141
},
4242
"dependencies": {
43-
"@clerk/backend": "0.38.11",
43+
"@clerk/backend": "0.38.12",
4444
"@clerk/shared": "1.4.1",
4545
"@clerk/types": "3.65.2",
4646
"cookies": "0.8.0"

packages/gatsby-plugin-clerk/CHANGELOG.md

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

3+
## 4.4.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd588d77`](https://github.com/clerk/javascript/commit/9cd588d779055b6bb5fd8f6d698a38586ce69485)]:
8+
- @clerk/backend@0.38.12
9+
- @clerk/clerk-sdk-node@4.13.20
10+
311
## 4.4.46
412

513
### Patch Changes

packages/gatsby-plugin-clerk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-clerk",
3-
"version": "4.4.46",
3+
"version": "4.4.47",
44
"description": "Clerk SDK for Gatsby",
55
"keywords": [
66
"clerk",
@@ -44,9 +44,9 @@
4444
"publish:local": "npx yalc push --replace --sig"
4545
},
4646
"dependencies": {
47-
"@clerk/backend": "0.38.11",
47+
"@clerk/backend": "0.38.12",
4848
"@clerk/clerk-react": "4.32.2",
49-
"@clerk/clerk-sdk-node": "4.13.19",
49+
"@clerk/clerk-sdk-node": "4.13.20",
5050
"@clerk/types": "3.65.2",
5151
"cookie": "0.5.0",
5252
"tslib": "2.4.1"

packages/nextjs/CHANGELOG.md

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

3+
## 4.31.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd588d77`](https://github.com/clerk/javascript/commit/9cd588d779055b6bb5fd8f6d698a38586ce69485)]:
8+
- @clerk/backend@0.38.12
9+
- @clerk/clerk-sdk-node@4.13.20
10+
311
## 4.31.2
412

513
### Patch Changes

packages/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/nextjs",
3-
"version": "4.31.2",
3+
"version": "4.31.3",
44
"description": "Clerk SDK for NextJS",
55
"keywords": [
66
"clerk",
@@ -87,9 +87,9 @@
8787
"test:ci": "jest --maxWorkers=70%"
8888
},
8989
"dependencies": {
90-
"@clerk/backend": "0.38.11",
90+
"@clerk/backend": "0.38.12",
9191
"@clerk/clerk-react": "4.32.2",
92-
"@clerk/clerk-sdk-node": "4.13.19",
92+
"@clerk/clerk-sdk-node": "4.13.20",
9393
"@clerk/shared": "1.4.1",
9494
"@clerk/types": "3.65.2",
9595
"path-to-regexp": "6.2.1",

packages/remix/CHANGELOG.md

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

3+
## 3.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd588d77`](https://github.com/clerk/javascript/commit/9cd588d779055b6bb5fd8f6d698a38586ce69485)]:
8+
- @clerk/backend@0.38.12
9+
310
## 3.2.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)