-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into PDEEXP-1985-bump-magic-sdk-eslint-version-…
…to-9
- Loading branch information
Showing
69 changed files
with
514 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# (Mon Nov 25 2024) | ||
|
||
#### 🚀 Enhancement | ||
|
||
- `@magic-ext/[email protected]`, `@magic-sdk/[email protected]` | ||
- feat: implement OAuth login with Popup [#828](https://github.com/magiclabs/magic-js/pull/828) ([@sherzod-bakhodirov](https://github.com/sherzod-bakhodirov)) | ||
|
||
#### Authors: 1 | ||
|
||
- [@sherzod-bakhodirov](https://github.com/sherzod-bakhodirov) | ||
|
||
--- | ||
|
||
# (Fri Nov 15 2024) | ||
|
||
#### 🐛 Bug Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/algorand", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic algorand extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/aptos", | ||
"version": "11.17.0", | ||
"version": "11.18.0", | ||
"description": "magic aptos extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -29,8 +29,8 @@ | |
}, | ||
"devDependencies": { | ||
"@aptos-labs/wallet-adapter-core": "^2.2.0", | ||
"@magic-sdk/commons": "^24.17.0", | ||
"@magic-sdk/provider": "^28.17.0", | ||
"@magic-sdk/commons": "^24.18.0", | ||
"@magic-sdk/provider": "^28.18.0", | ||
"aptos": "^1.8.5" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/avalanche", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic avalanche extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/bitcoin", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic bitcoin extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/conflux", | ||
"version": "21.17.0", | ||
"version": "21.18.0", | ||
"description": "magic conflux extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/cosmos", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic cosmos extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/ed25519", | ||
"version": "19.17.0", | ||
"version": "19.18.0", | ||
"description": "magic ed25519 extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/farcaster", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "magic farcaster extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/flow", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic flow extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,7 +28,7 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0", | ||
"@magic-sdk/commons": "^24.18.0", | ||
"@onflow/fcl": "^1.4.1", | ||
"@onflow/types": "^1.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/gdkms", | ||
"version": "11.17.0", | ||
"version": "11.18.0", | ||
"description": "G-DKMS extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -29,8 +29,8 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0", | ||
"@magic-sdk/types": "^24.15.0", | ||
"@magic-sdk/commons": "^24.18.0", | ||
"@magic-sdk/types": "^24.16.0", | ||
"@peculiar/webcrypto": "^1.4.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@magic-ext/harmony", | ||
"version": "23.17.0", | ||
"version": "23.18.0", | ||
"description": "magic harmony extension", | ||
"author": "Magic <[email protected]> (https://magic.link/)", | ||
"license": "MIT", | ||
|
@@ -28,6 +28,6 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@magic-sdk/commons": "^24.17.0" | ||
"@magic-sdk/commons": "^24.18.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.