@ant-design/web3-assets 1.7.0 → 1.7.2

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 +16 -1
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
+ ## 1.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dd6366c]
8
+ - @ant-design/web3-common@1.10.0
9
+
10
+ ## 1.7.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 02e74aa: fix: set sideEffects false for enable treeshaking
15
+ - Updated dependencies [02e74aa]
16
+ - @ant-design/web3-common@1.9.1
17
+
3
18
  ## 1.7.0
4
19
 
5
20
  ### Minor Changes
@@ -25,7 +40,7 @@
25
40
 
26
41
  ### Patch Changes
27
42
 
28
- - dfef374: feat: add scoll icons and chains
43
+ - dfef374: feat: add scroll icons and chains
29
44
  - ab3eac4: feat: support for bitcoin
30
45
  - Updated dependencies [ac9240c]
31
46
  - Updated dependencies [7fb2d02]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "type": "module",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -22,6 +22,7 @@
22
22
  "types": "./dist/esm/solana/index.d.ts"
23
23
  }
24
24
  },
25
+ "sideEffects": false,
25
26
  "typesVersions": {
26
27
  "*": {
27
28
  "solana": [
@@ -58,8 +59,8 @@
58
59
  "url": "https://github.com/ant-design/ant-design-web3"
59
60
  },
60
61
  "dependencies": {
61
- "@ant-design/web3-common": "1.9.0",
62
- "@ant-design/web3-icons": "1.6.0"
62
+ "@ant-design/web3-icons": "1.6.0",
63
+ "@ant-design/web3-common": "1.10.0"
63
64
  },
64
65
  "devDependencies": {
65
66
  "@types/react": "^18.2.78",