@ant-design/web3-assets 1.1.0 → 1.1.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 +18 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
+ ## 1.1.2
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
20
+
3
21
  ## 1.1.0
4
22
 
5
23
  ### Minor Changes
@@ -10,14 +28,12 @@
10
28
  ### Patch Changes
11
29
 
12
30
  - 69a3597: fix: Improve the package.json information and add a main field to accommodate more projects.
13
- - 24e6322: chore: new version 1.1.2 for republish
14
31
  - Updated dependencies [73e8e32]
15
32
  - Updated dependencies [69a3597]
16
33
  - Updated dependencies [b00a377]
17
34
  - Updated dependencies [b3e95c2]
18
35
  - Updated dependencies [3547f6b]
19
36
  - Updated dependencies [9de319c]
20
- - Updated dependencies [24e6322]
21
37
  - @ant-design/web3-common@1.1.0
22
38
  - @ant-design/web3-icons@1.1.0
23
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
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.0",
34
- "@ant-design/web3-icons": "1.1.0"
33
+ "@ant-design/web3-common": "1.1.2",
34
+ "@ant-design/web3-icons": "1.1.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "^18.2.45",