@digigov/nextjs 2.0.0-f4bd66e1 → 2.0.2

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 +32 -2
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,34 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Fri, 16 Feb 2024 09:57:32 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Jan 2026 15:58:34 GMT and should not be manually modified.
4
+
5
+ ## 2.0.2
6
+ Wed, 21 Jan 2026 15:58:34 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - Make lib "pure ESM" & update clsx to v2
11
+
12
+ ### Minor changes
13
+
14
+ - Upgrade react peer dependency version to include ^19.1.0 along with ^18.3.0
15
+
16
+ ### Patches
17
+
18
+ - Update imports
19
+ - update react and next version
20
+ - Support mailto for external link
21
+ - Change import name for Link next.js, import Link from ui
22
+ - Remove embedded Google fonts from @digigov/nextjs/Document
23
+ - Update package.json
24
+ - Add support for React v18
25
+
26
+ ### Updates
27
+
28
+ - Update build script
29
+ - Fix linter errors
30
+ - Update @types/node
31
+ - Update test script
4
32
 
5
33
  ## 1.1.2
6
34
  Fri, 16 Feb 2024 09:57:32 GMT
@@ -22,7 +50,9 @@ Mon, 29 Jan 2024 10:46:50 GMT
22
50
  ## 1.0.1
23
51
  Tue, 19 Dec 2023 15:00:14 GMT
24
52
 
25
- _Version update only_
53
+ ### Updates
54
+
55
+ - Upgrade @types/node to v18
26
56
 
27
57
  ## 1.0.0
28
58
  Fri, 15 Dec 2023 15:23:56 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.0.0-f4bd66e1
1
+ /** @license Digigov v2.0.2
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,13 +1,13 @@
1
1
  {
2
2
  "name": "@digigov/nextjs",
3
- "version": "2.0.0-f4bd66e1",
3
+ "version": "2.0.2",
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
  "type": "module",
8
8
  "peerDependencies": {
9
- "@digigov/ui": "2.0.0-f4bd66e1",
10
- "@digigov/react-core": "2.0.0-f4bd66e1",
9
+ "@digigov/ui": "workspace:2.0.2",
10
+ "@digigov/react-core": "workspace:2.0.2",
11
11
  "clsx": "2.1.1",
12
12
  "i18next": "19.1.0",
13
13
  "react": "^18.3.0 || ^19.1.0",