@digigov/nextjs 2.4.1 → 2.4.2-platform-263.12-06-26-14-50

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 +15 -2
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @digigov/nextjs
2
2
 
3
- This log was last generated on Wed, 11 Feb 2026 14:46:37 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Fri, 12 Jun 2026 14:50:19 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 2.4.2-platform-263.12-06-26-14-50
8
+
9
+ Fri, 12 Jun 2026 14:50:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
14
+ - Bump @digigov/cli-lint to v2.4.2-platform-263.12-06-26-14-50
15
+ - Bump @digigov/cli-build to v2.4.2-platform-263.12-06-26-14-50
16
+ - Bump @digigov/ui to v2.4.2-platform-263.12-06-26-14-50
17
+ - Bump @digigov/react-core to v2.4.2-platform-263.12-06-26-14-50
4
18
 
5
19
  ## 2.0.8
6
20
  Wed, 11 Feb 2026 14:46:37 GMT
@@ -393,4 +407,3 @@ _Version update only_
393
407
  Thu, 22 Apr 2021 12:56:25 GMT
394
408
 
395
409
  _Initial release_
396
-
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.4.1
1
+ /** @license Digigov v2.4.2-platform-263.12-06-26-14-50
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": "2.4.1",
3
+ "version": "2.4.2-platform-263.12-06-26-14-50",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -17,8 +17,8 @@
17
17
  "react-dom": "^18.3.0 || ^19.1.0",
18
18
  "next": "13.1.1",
19
19
  "react-i18next": "11.3.3",
20
- "@digigov/ui": "2.4.1",
21
- "@digigov/react-core": "2.4.1"
20
+ "@digigov/ui": "2.4.2-platform-263.12-06-26-14-50",
21
+ "@digigov/react-core": "2.4.2-platform-263.12-06-26-14-50"
22
22
  },
23
23
  "gitHead": "7237a2d58c6b30979837579e51251543aff0c240",
24
24
  "private": false,