@ant-design/web3-assets 1.1.2 → 2.0.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 +3 -18
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,28 +1,13 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
- ## 1.1.2
3
+ ## 2.0.0
4
4
 
5
- ### Patch Changes
6
-
7
- - d6a5339: chore: release 1.1.2 for republish
8
- - Updated dependencies [d6a5339]
9
- - @ant-design/web3-common@1.1.2
10
- - @ant-design/web3-icons@1.1.2
11
-
12
- ## 1.1.1
13
-
14
- ### Patch Changes
15
-
16
- - 32f276a: chore: 1.1.1
17
- - Updated dependencies [32f276a]
18
- - @ant-design/web3-common@1.1.1
19
- - @ant-design/web3-icons@1.1.1
5
+ ### Major Changes
20
6
 
21
- ## 1.1.0
7
+ - b00a377: feat: add TokenPocket wallet icon and metadata
22
8
 
23
9
  ### Minor Changes
24
10
 
25
- - b00a377: feat: add TokenPocket wallet icon and metadata
26
11
  - b3e95c2: feat: support safeheron browser wallet
27
12
 
28
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.1.2",
3
+ "version": "2.0.0",
4
4
  "main": "dist/lib/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -30,8 +30,8 @@
30
30
  "url": "https://github.com/ant-design/ant-design-web3"
31
31
  },
32
32
  "dependencies": {
33
- "@ant-design/web3-common": "1.1.2",
34
- "@ant-design/web3-icons": "1.1.2"
33
+ "@ant-design/web3-icons": "1.1.0",
34
+ "@ant-design/web3-common": "1.1.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "^18.2.45",