@aptos-labs/wallet-adapter-mui-design 5.0.3 → 5.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @aptos-labs/wallet-adapter-mui-design
2
2
 
3
+ ## 5.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @aptos-labs/wallet-adapter-react@7.0.5
8
+
9
+ ## 5.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - @aptos-labs/wallet-adapter-react@7.0.4
14
+
3
15
  ## 5.0.3
4
16
 
5
17
  ### Patch Changes
@@ -612,7 +624,6 @@
612
624
 
613
625
  - 31e0084: Support TypeScript SDK V2. Fully compatible with existing SDK V1 and Wallet Adapter V1
614
626
  but with a full SDK V2 support for the dapp.
615
-
616
627
  - Add support for SDK V2 input types
617
628
  - `signAndSubmitTransaction()` accept only SDK V2 transaction input type
618
629
  - 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-mui-design",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "Aptos Wallet Adapter mui design",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "@emotion/styled": "^11.10.5",
42
42
  "@mui/icons-material": "^5.11.0",
43
43
  "@mui/material": "^5.11.6",
44
- "@aptos-labs/wallet-adapter-react": "7.0.3"
44
+ "@aptos-labs/wallet-adapter-react": "7.0.5"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "^18.0.0 || ^19.0.0",