@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 CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/form
2
2
 
3
- This log was last generated on Tue, 08 Feb 2022 15:21:11 GMT and should not be manually modified.
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
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.4.9
1
+ /** @license Digigov v0.4.10
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/form",
3
- "version": "0.4.9",
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.3",
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",