@aptos-labs/wallet-adapter-ant-design 5.1.2 → 5.1.4
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 +12 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @aptos-labs/wallet-adapter-ant-design
|
|
2
2
|
|
|
3
|
+
## 5.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @aptos-labs/wallet-adapter-react@7.0.5
|
|
8
|
+
|
|
9
|
+
## 5.1.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @aptos-labs/wallet-adapter-react@7.0.4
|
|
14
|
+
|
|
3
15
|
## 5.1.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -596,7 +608,6 @@
|
|
|
596
608
|
|
|
597
609
|
- 31e0084: Support TypeScript SDK V2. Fully compatible with existing SDK V1 and Wallet Adapter V1
|
|
598
610
|
but with a full SDK V2 support for the dapp.
|
|
599
|
-
|
|
600
611
|
- Add support for SDK V2 input types
|
|
601
612
|
- `signAndSubmitTransaction()` accept only SDK V2 transaction input type
|
|
602
613
|
- Implement a `submitTransaction()` function for multi signers transactions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aptos-labs/wallet-adapter-ant-design",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"description": "Aptos Wallet Adapter ant-design",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@ant-design/icons": "^5.3.7",
|
|
47
47
|
"antd": "^5.18.3",
|
|
48
|
-
"@aptos-labs/wallet-adapter-react": "7.0.
|
|
48
|
+
"@aptos-labs/wallet-adapter-react": "7.0.5"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "^18.0.0 || ^19.0.0",
|