@digigov/react-modules 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 +18 -2
  2. package/index.js +1 -1
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @digigov/react-modules
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/react-icons to v2.4.2-platform-263.12-06-26-14-50
14
+ - Bump @digigov/form to v2.4.2-platform-263.12-06-26-14-50
15
+ - Bump @digigov/ui to v2.4.2-platform-263.12-06-26-14-50
16
+ - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
17
+ - Bump @digigov/cli-lint to v2.4.2-platform-263.12-06-26-14-50
18
+ - Bump @digigov/cli-build to v2.4.2-platform-263.12-06-26-14-50
19
+ - Bump @digigov/react-core to v2.4.2-platform-263.12-06-26-14-50
20
+ - Bump @digigov/css to v2.4.2-platform-263.12-06-26-14-50
4
21
 
5
22
  ## 2.0.8
6
23
  Wed, 11 Feb 2026 14:46:37 GMT
@@ -66,4 +83,3 @@ Wed, 21 Jan 2026 15:58:34 GMT
66
83
  - Update playwright-related dependency versions
67
84
  - Update @types/node
68
85
  - Remove unnecessary dev dependencies
69
-
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/react-modules",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-platform-263.12-06-26-14-50",
4
4
  "description": "@digigov patterns based on ui components",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -10,17 +10,17 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "dompurify": "3.3.2",
13
- "@digigov/react-icons": "2.4.1",
14
- "@digigov/form": "2.4.1",
15
- "@digigov/ui": "2.4.1"
13
+ "@digigov/react-icons": "2.4.2-platform-263.12-06-26-14-50",
14
+ "@digigov/form": "2.4.2-platform-263.12-06-26-14-50",
15
+ "@digigov/ui": "2.4.2-platform-263.12-06-26-14-50"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react-query": "2.26.4",
19
19
  "clsx": "2.1.1",
20
20
  "react": "^18.3.0 || ^19.1.0",
21
21
  "react-dom": "^18.3.0 || ^19.1.0",
22
- "@digigov/react-core": "2.4.1",
23
- "@digigov/css": "2.4.1"
22
+ "@digigov/react-core": "2.4.2-platform-263.12-06-26-14-50",
23
+ "@digigov/css": "2.4.2-platform-263.12-06-26-14-50"
24
24
  },
25
25
  "private": false,
26
26
  "main": "index.js",