@digigov/nextjs 2.0.0-f4bd66e1 → 2.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +37 -2
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,39 @@
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 21:01:49 GMT and should not be manually modified.
4
+
5
+ ## 2.0.3
6
+ Wed, 21 Jan 2026 21:01:49 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.0.2
11
+ Wed, 21 Jan 2026 15:58:34 GMT
12
+
13
+ ### Breaking changes
14
+
15
+ - Make lib "pure ESM" & update clsx to v2
16
+
17
+ ### Minor changes
18
+
19
+ - Upgrade react peer dependency version to include ^19.1.0 along with ^18.3.0
20
+
21
+ ### Patches
22
+
23
+ - Update imports
24
+ - update react and next version
25
+ - Support mailto for external link
26
+ - Change import name for Link next.js, import Link from ui
27
+ - Remove embedded Google fonts from @digigov/nextjs/Document
28
+ - Update package.json
29
+ - Add support for React v18
30
+
31
+ ### Updates
32
+
33
+ - Update build script
34
+ - Fix linter errors
35
+ - Update @types/node
36
+ - Update test script
4
37
 
5
38
  ## 1.1.2
6
39
  Fri, 16 Feb 2024 09:57:32 GMT
@@ -22,7 +55,9 @@ Mon, 29 Jan 2024 10:46:50 GMT
22
55
  ## 1.0.1
23
56
  Tue, 19 Dec 2023 15:00:14 GMT
24
57
 
25
- _Version update only_
58
+ ### Updates
59
+
60
+ - Upgrade @types/node to v18
26
61
 
27
62
  ## 1.0.0
28
63
  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.3
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.3",
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": "2.0.3",
10
+ "@digigov/react-core": "2.0.3",
11
11
  "clsx": "2.1.1",
12
12
  "i18next": "19.1.0",
13
13
  "react": "^18.3.0 || ^19.1.0",