@digigov/nextjs 0.3.2 → 0.3.6

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,28 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Thu, 30 Dec 2021 12:54:03 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.3.6
6
+ Thu, 10 Feb 2022 13:45:56 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.5
11
+ Tue, 08 Feb 2022 15:21:11 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.4
16
+ Thu, 03 Feb 2022 15:47:05 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.3.3
21
+ Wed, 02 Feb 2022 15:44:29 GMT
22
+
23
+ ### Patches
24
+
25
+ - fix package.json inconsistencies by running cli-lab verify-and-update-local-package-versions
4
26
 
5
27
  ## 0.3.2
6
28
  Thu, 30 Dec 2021 12:54:03 GMT
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.3.2
1
+ /** @license Digigov v0.3.6
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/nextjs",
3
- "version": "0.3.2",
3
+ "version": "0.3.6",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "main": "dist/index.js"
11
11
  },
12
12
  "peerDependencies": {
13
- "@digigov/ui": "*",
13
+ "@digigov/ui": "0.10.4",
14
14
  "@material-ui/core": "4.11.3",
15
15
  "@material-ui/icons": "4.11.2",
16
16
  "clsx": "1.1.1",