@aptos-labs/wallet-adapter-ant-design 5.3.9-xchaininit3.3 → 5.3.9-xchaininit4.0

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 +2 -26
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,35 +1,11 @@
1
1
  # @aptos-labs/wallet-adapter-ant-design
2
2
 
3
- ## 5.3.9-xchaininit3.3
3
+ ## 5.3.9-xchaininit4.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - build
8
7
  - Updated dependencies
9
- - @aptos-labs/wallet-adapter-react@7.2.9-xchaininit3.3
10
-
11
- ## 5.3.9-xchaininit3.2
12
-
13
- ### Patch Changes
14
-
15
- - fixes3
16
- - Updated dependencies
17
- - @aptos-labs/wallet-adapter-react@7.2.9-xchaininit3.2
18
-
19
- ## 5.3.9-xchaininit3.1
20
-
21
- ### Patch Changes
22
-
23
- - fixes 2
24
- - Updated dependencies
25
- - @aptos-labs/wallet-adapter-react@7.2.9-xchaininit3.1
26
-
27
- ## 5.3.9-xchaininit3.0
28
-
29
- ### Patch Changes
30
-
31
- - Updated dependencies
32
- - @aptos-labs/wallet-adapter-react@7.2.9-xchaininit3.0
8
+ - @aptos-labs/wallet-adapter-react@7.2.9-xchaininit4.0
33
9
 
34
10
  ## 5.3.8
35
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/wallet-adapter-ant-design",
3
- "version": "5.3.9-xchaininit3.3",
3
+ "version": "5.3.9-xchaininit4.0",
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.2.9-xchaininit3.3"
48
+ "@aptos-labs/wallet-adapter-react": "7.2.9-xchaininit4.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.0.0 || ^19.0.0",