Skip to content

Commit d628161

Browse files
Version Packages - V4 (#2974)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13014f6 commit d628161

File tree

13 files changed

+39
-22
lines changed

13 files changed

+39
-22
lines changed

.changeset/fifty-flies-greet.md

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

.changeset/popular-monkeys-clap.md

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

.changeset/selfish-mugs-love.md

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

packages/chrome-extension/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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`585006267`](https://github.com/clerk/javascript/commit/585006267c1b5e18ecbf8fb31f118560aacccda2)]:
8+
- @clerk/clerk-js@4.70.5
9+
310
## 0.6.14
411

512
### Patch Changes

packages/chrome-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/chrome-extension",
3-
"version": "0.6.14",
3+
"version": "0.6.15",
44
"description": "Clerk SDK for Chrome extensions",
55
"keywords": [
66
"auth",
@@ -45,7 +45,7 @@
4545
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
4646
},
4747
"dependencies": {
48-
"@clerk/clerk-js": "4.70.4",
48+
"@clerk/clerk-js": "4.70.5",
4949
"@clerk/clerk-react": "4.30.7"
5050
},
5151
"devDependencies": {

packages/clerk-js/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+
## 4.70.5
4+
5+
### Patch Changes
6+
7+
- Fix the OAuth errors coming from the server to use localizations ([#2973](https://github.com/clerk/javascript/pull/2973)) by [@clerk-cookie](https://github.com/clerk-cookie)
8+
39
## 4.70.4
410

511
### Patch Changes

packages/clerk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-js",
3-
"version": "4.70.4",
3+
"version": "4.70.5",
44
"description": "Clerk JS library",
55
"keywords": [
66
"clerk",

packages/expo/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.20.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`585006267`](https://github.com/clerk/javascript/commit/585006267c1b5e18ecbf8fb31f118560aacccda2)]:
8+
- @clerk/clerk-js@4.70.5
9+
310
## 0.20.9
411

512
### Patch Changes

packages/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/clerk-expo",
3-
"version": "0.20.9",
3+
"version": "0.20.10",
44
"description": "Clerk React Native/Expo library",
55
"keywords": [
66
"react",
@@ -39,7 +39,7 @@
3939
"publish:local": "npx yalc push --replace --sig"
4040
},
4141
"dependencies": {
42-
"@clerk/clerk-js": "4.70.4",
42+
"@clerk/clerk-js": "4.70.5",
4343
"@clerk/clerk-react": "4.30.7",
4444
"@clerk/shared": "1.3.3",
4545
"base-64": "1.0.0",

packages/remix/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.2.0
4+
5+
### Minor Changes
6+
7+
- Replace `response.clone()` with `new Response(response.body, response)` to avoid creating multiple branches of a single stream on Cloudflare workers ([issue reference](https://github.com/cloudflare/workers-sdk/issues/3259)). ([#2979](https://github.com/clerk/javascript/pull/2979)) by [@octoper](https://github.com/octoper)
8+
39
## 3.1.21
410

511
### Patch Changes

0 commit comments

Comments
 (0)