@digigov/nextjs 1.0.0-rc.5 → 1.0.0

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 +20 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
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 Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
4
+
5
+ ## 1.0.0
6
+ Fri, 15 Dec 2023 15:23:56 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - Upgrade versions to v1.0.0-rc
11
+ - Refactor libs to a generic UI library removing personas organizing
12
+
13
+ ### Minor changes
14
+
15
+ - Add useRouter to fix anchor link
16
+
17
+ ### Patches
18
+
19
+ - Fix publint not running correctly
20
+ - Fix linter errors
21
+ - Add exports field in package.json
22
+ - Optimise static export in apps that use Next.js
4
23
 
5
24
  ## 0.6.12
6
25
  Wed, 22 Feb 2023 15:41:06 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.0.0-rc.5
1
+ /** @license Digigov v1.0.0
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/nextjs",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -10,7 +10,7 @@
10
10
  "directory": "dist"
11
11
  },
12
12
  "peerDependencies": {
13
- "@digigov/ui": "1.0.0-rc.5",
13
+ "@digigov/ui": "1.0.0",
14
14
  "@material-ui/core": "4.11.3",
15
15
  "@material-ui/icons": "4.11.2",
16
16
  "clsx": "1.1.1",