@digigov/form 0.4.9 → 0.4.10
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 +8 -1
- package/esm/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/form
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 13:45:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.4.10
|
|
6
|
+
Thu, 10 Feb 2022 13:45:56 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- pin down dependency versions
|
|
4
11
|
|
|
5
12
|
## 0.4.9
|
|
6
13
|
Tue, 08 Feb 2022 15:21:11 GMT
|
package/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/form",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"description": "@digigov form builder",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"google-libphonenumber": "3.2.8"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@digigov/ui": "0.10.
|
|
19
|
+
"@digigov/ui": "0.10.4",
|
|
20
20
|
"@material-ui/core": "4.11.3",
|
|
21
21
|
"@material-ui/icons": "4.11.2",
|
|
22
22
|
"clsx": "1.1.1",
|