Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/loud-tables-rush.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.7.7

### Patch Changes

- Updated dependencies [[`6652b7cca`](https://github.com/clerk/javascript/commit/6652b7cca3e67b82d4bc722576ca53e133607411)]:
- @clerk/clerk-js@4.73.7

## 0.7.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "0.7.6",
"version": "0.7.7",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:coverage": "jest --collectCoverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@clerk/clerk-js": "4.73.6",
"@clerk/clerk-js": "4.73.7",
"@clerk/clerk-react": "4.32.3"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.73.7

### Patch Changes

- A bug was fixed to not override the existing sign-up state on the OAuth callback. ([#4227](https://github.com/clerk/javascript/pull/4227)) by [@anagstef](https://github.com/anagstef)

When continuing a sign-up flow with social connections, `@clerk/clerk-js` was creating a new `SignUpResource` object, instead of patching the existing one.

This was affecting Web3 sign-up flows, since the wallet ID was being overridden on the browser redirect.

## 4.73.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "4.73.6",
"version": "4.73.7",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.20.29

### Patch Changes

- Updated dependencies [[`6652b7cca`](https://github.com/clerk/javascript/commit/6652b7cca3e67b82d4bc722576ca53e133607411)]:
- @clerk/clerk-js@4.73.7

## 0.20.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "0.20.28",
"version": "0.20.29",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"publish:local": "npx yalc push --replace --sig"
},
"dependencies": {
"@clerk/clerk-js": "4.73.6",
"@clerk/clerk-js": "4.73.7",
"@clerk/clerk-react": "4.32.3",
"@clerk/shared": "1.4.1",
"base-64": "1.0.0",
Expand Down