@digigov/form 2.4.2-platform-263.12-06-26-15-14 → 2.4.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 +10 -10
  2. package/index.js +1 -1
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # Change Log - @digigov/form
2
2
 
3
- <!-- This log was last generated on Fri, 12 Jun 2026 15:14:46 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 12 Jun 2026 15:34:24 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 2.4.2-platform-263.12-06-26-15-14
7
+ ## 2.4.2
8
8
 
9
- Fri, 12 Jun 2026 15:14:46 GMT
9
+ Fri, 12 Jun 2026 15:34:24 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @digigov/react-icons to v2.4.2-platform-263.12-06-26-15-14
14
- - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-15-14
15
- - Bump @digigov/cli-lint to v2.4.2-platform-263.12-06-26-15-14
16
- - Bump @digigov/cli-build to v2.4.2-platform-263.12-06-26-15-14
17
- - Bump @digigov/cli-test to v2.4.2-platform-263.12-06-26-15-14
18
- - Bump @digigov/ui to v2.4.2-platform-263.12-06-26-15-14
19
- - Bump @digigov/react-core to v2.4.2-platform-263.12-06-26-15-14
13
+ - Bump @digigov/react-icons to v2.4.2
14
+ - Bump @digigov/cli to v2.4.2
15
+ - Bump @digigov/cli-lint to v2.4.2
16
+ - Bump @digigov/cli-build to v2.4.2
17
+ - Bump @digigov/cli-test to v2.4.2
18
+ - Bump @digigov/ui to v2.4.2
19
+ - Bump @digigov/react-core to v2.4.2
20
20
 
21
21
  ## 2.4.1
22
22
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.4.2-platform-263.12-06-26-15-14
1
+ /** @license Digigov v2.4.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/form",
3
- "version": "2.4.2-platform-263.12-06-26-15-14",
3
+ "version": "2.4.2",
4
4
  "description": "@digigov form builder",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -15,14 +15,14 @@
15
15
  "yup": "0.32.11",
16
16
  "dayjs": "1.10.4",
17
17
  "@hookform/resolvers": "5.0.1",
18
- "@digigov/react-icons": "2.4.2-platform-263.12-06-26-15-14"
18
+ "@digigov/react-icons": "2.4.2"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "clsx": "2.1.1",
22
22
  "react": "^18.3.0 || ^19.1.0",
23
23
  "react-dom": "^18.3.0 || ^19.1.0",
24
- "@digigov/ui": "2.4.2-platform-263.12-06-26-15-14",
25
- "@digigov/react-core": "2.4.2-platform-263.12-06-26-15-14"
24
+ "@digigov/ui": "2.4.2",
25
+ "@digigov/react-core": "2.4.2"
26
26
  },
27
27
  "gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
28
28
  "private": false,