@digigov/nextjs 1.0.0-rc.6 → 1.0.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Wed, 22 Feb 2023 15:41:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 19 Dec 2023 15:00:14 GMT and should not be manually modified.
4
+
5
+ ## 1.0.1
6
+ Tue, 19 Dec 2023 15:00:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.0.0
11
+ Fri, 15 Dec 2023 15:23:56 GMT
12
+
13
+ ### Breaking changes
14
+
15
+ - Upgrade versions to v1.0.0-rc
16
+ - Refactor libs to a generic UI library removing personas organizing
17
+
18
+ ### Minor changes
19
+
20
+ - Add useRouter to fix anchor link
21
+
22
+ ### Patches
23
+
24
+ - Fix publint not running correctly
25
+ - Fix linter errors
26
+ - Add exports field in package.json
27
+ - Optimise static export in apps that use Next.js
4
28
 
5
29
  ## 0.6.12
6
30
  Wed, 22 Feb 2023 15:41:06 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.0.0-rc.6
1
+ /** @license Digigov v1.0.1
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,16 +1,13 @@
1
1
  {
2
2
  "name": "@digigov/nextjs",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.1",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "./cjs/index.js",
8
8
  "module": "./index.js",
9
- "publishConfig": {
10
- "directory": "dist"
11
- },
12
9
  "peerDependencies": {
13
- "@digigov/ui": "1.0.0-rc.6",
10
+ "@digigov/ui": "1.0.1",
14
11
  "@material-ui/core": "4.11.3",
15
12
  "@material-ui/icons": "4.11.2",
16
13
  "clsx": "1.1.1",