@magic-ext/solana 17.2.1-canary.9c156c1.0 → 17.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v17.2.1 (Wed Nov 08 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'master' into rominhalltari-sc-70361-react-native-sdks-react-native-safeareaview ([@romin-halltari](https://github.com/romin-halltari))
|
|
6
|
+
- Jayhwang sc 90219 signature verification error solana nova [#660](https://github.com/magiclabs/magic-js/pull/660) ([@octave08](https://github.com/octave08))
|
|
7
|
+
- Revert serializeConfig param on signTransaction method in Solana ([@octave08](https://github.com/octave08))
|
|
8
|
+
|
|
9
|
+
#### Authors: 2
|
|
10
|
+
|
|
11
|
+
- [@romin-halltari](https://github.com/romin-halltari)
|
|
12
|
+
- Jay Hwang ([@octave08](https://github.com/octave08))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v17.2.0 (Tue Oct 24 2023)
|
|
2
17
|
|
|
3
18
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/solana",
|
|
3
|
-
"version": "17.2.1
|
|
3
|
+
"version": "17.2.1",
|
|
4
4
|
"description": "magic solana extension",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@solana/web3.js": "^1.87.2"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "941bc44da79d944139ab7dbeed9fb5bd8e0efa5a"
|
|
40
40
|
}
|