@ant-design/web3-assets 1.8.0 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ant-design/web3-assets
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0d33add: fix: ConnectModal height style when has footer
8
+ - Updated dependencies [4abe7c0]
9
+ - @ant-design/web3-common@1.11.0
10
+
3
11
  ## 1.8.0
4
12
 
5
13
  ### Minor Changes
@@ -4,6 +4,7 @@ export var metadata_MobileConnect = {
4
4
  icon: /*#__PURE__*/_jsx(ScanColorful, {}),
5
5
  name: 'Scan QR Code',
6
6
  remark: 'Connect with mobile APP',
7
+ group: 'Popular',
7
8
  universalProtocol: {
8
9
  link: 'https://walletconnect.com/'
9
10
  }
@@ -10,6 +10,7 @@ const metadata_MobileConnect = exports.metadata_MobileConnect = {
10
10
  icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_web3Icons.ScanColorful, {}),
11
11
  name: 'Scan QR Code',
12
12
  remark: 'Connect with mobile APP',
13
+ group: 'Popular',
13
14
  universalProtocol: {
14
15
  link: 'https://walletconnect.com/'
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ant-design/web3-assets",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "type": "module",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -59,13 +59,13 @@
59
59
  "url": "https://github.com/ant-design/ant-design-web3"
60
60
  },
61
61
  "dependencies": {
62
- "@ant-design/web3-icons": "1.7.0",
63
- "@ant-design/web3-common": "1.10.1"
62
+ "@ant-design/web3-common": "1.11.0",
63
+ "@ant-design/web3-icons": "1.7.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/react": "^18.2.78",
67
67
  "@types/react-dom": "^18.2.25",
68
- "father": "^4.4.0",
68
+ "father": "^4.4.4",
69
69
  "react": "^18.2.0",
70
70
  "react-dom": "^18.2.0",
71
71
  "typescript": "^5.4.5"