@ant-design/web3-assets 1.1.2 → 2.0.1

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 +8 -14
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,28 +1,22 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
- ## 1.1.2
3
+ ## 2.0.1
4
4
 
5
5
  ### Patch Changes
6
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]
7
+ - 754a9e7: chore: republish a new version 1.1.1
8
+ - Updated dependencies [754a9e7]
18
9
  - @ant-design/web3-common@1.1.1
19
10
  - @ant-design/web3-icons@1.1.1
20
11
 
21
- ## 1.1.0
12
+ ## 2.0.0
22
13
 
23
- ### Minor Changes
14
+ ### Major Changes
24
15
 
25
16
  - b00a377: feat: add TokenPocket wallet icon and metadata
17
+
18
+ ### Minor Changes
19
+
26
20
  - b3e95c2: feat: support safeheron browser wallet
27
21
 
28
22
  ### 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.1",
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-common": "1.1.1",
34
+ "@ant-design/web3-icons": "1.1.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "^18.2.45",