@innoways/drip-form-theme-antd 6.2.1 → 6.2.3
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 +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix: modified antd peer dependency
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @innoways/hooks@6.2.3
|
|
10
|
+
- @innoways/utils@6.2.3
|
|
11
|
+
|
|
12
|
+
## 6.2.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- added callback on submit
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @innoways/hooks@6.2.2
|
|
19
|
+
- @innoways/utils@6.2.2
|
|
20
|
+
|
|
3
21
|
## 6.2.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innoways/drip-form-theme-antd",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.3",
|
|
4
4
|
"author": "JDFED",
|
|
5
5
|
"description": "drip-form antd主题包",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,8 +31,9 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ant-design/icons": "^4.7.0",
|
|
33
33
|
"@babel/runtime": "^7.10.2",
|
|
34
|
-
"@innoways/hooks": "^6.2.
|
|
35
|
-
"@innoways/utils": "^6.2.
|
|
34
|
+
"@innoways/hooks": "^6.2.3",
|
|
35
|
+
"@innoways/utils": "^6.2.3",
|
|
36
|
+
"antd": "^4.16.13",
|
|
36
37
|
"moment": "^2.26.0",
|
|
37
38
|
"react-color": "^2.18.1",
|
|
38
39
|
"use-immer": "^0.6.0"
|
|
@@ -41,7 +42,6 @@
|
|
|
41
42
|
"prop-types": "^15.7.2"
|
|
42
43
|
},
|
|
43
44
|
"peerDependencies": {
|
|
44
|
-
"antd": "^4.5.4",
|
|
45
45
|
"react": "^16.13.1 || ^17.0.0",
|
|
46
46
|
"react-dom": "^16.13.1 || ^17.0.0"
|
|
47
47
|
},
|