@ant-design/web3-assets 1.1.1 → 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 -9
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,19 +1,13 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
- ## 1.1.1
3
+ ## 2.0.0
4
4
 
5
- ### Patch Changes
6
-
7
- - 32f276a: chore: 1.1.1
8
- - Updated dependencies [32f276a]
9
- - @ant-design/web3-common@1.1.1
10
- - @ant-design/web3-icons@1.1.1
5
+ ### Major Changes
11
6
 
12
- ## 1.1.0
7
+ - b00a377: feat: add TokenPocket wallet icon and metadata
13
8
 
14
9
  ### Minor Changes
15
10
 
16
- - b00a377: feat: add TokenPocket wallet icon and metadata
17
11
  - b3e95c2: feat: support safeheron browser wallet
18
12
 
19
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.1.1",
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.1",
34
- "@ant-design/web3-icons": "1.1.1"
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",