@digigov/nextjs 0.3.0 → 0.3.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 CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Tue, 12 Oct 2021 09:13:08 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Feb 2022 15:44:29 GMT and should not be manually modified.
4
+
5
+ ## 0.3.3
6
+ Wed, 02 Feb 2022 15:44:29 GMT
7
+
8
+ ### Patches
9
+
10
+ - fix package.json inconsistencies by running cli-lab verify-and-update-local-package-versions
11
+
12
+ ## 0.3.2
13
+ Thu, 30 Dec 2021 12:54:03 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 0.3.1
18
+ Tue, 02 Nov 2021 13:03:39 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 0.3.0
6
23
  Tue, 12 Oct 2021 09:13:08 GMT
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.3.0
1
+ /** @license Digigov v0.3.3
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.0",
3
+ "version": "0.3.3",
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.1",
14
14
  "@material-ui/core": "4.11.3",
15
15
  "@material-ui/icons": "4.11.2",
16
16
  "clsx": "1.1.1",