@digigov/react-modules 2.4.3-nextjs-16.27-07-26-15-19 → 2.5.0

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 +11 -11
  2. package/index.js +1 -1
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,23 +1,23 @@
1
1
  # Change Log - @digigov/react-modules
2
2
 
3
- <!-- This log was last generated on Mon, 27 Jul 2026 15:19:46 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 27 Jul 2026 17:23:56 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 2.4.3-nextjs-16.27-07-26-15-19
7
+ ## 2.5.0
8
8
 
9
- Mon, 27 Jul 2026 15:19:46 GMT
9
+ Mon, 27 Jul 2026 17:23:56 GMT
10
10
 
11
11
  ### Minor changes
12
12
 
13
- - Bump @digigov/react-icons to v2.4.3-nextjs-16.27-07-26-15-19
14
- - Bump @digigov/form to v2.4.3-nextjs-16.27-07-26-15-19
15
- - Bump @digigov/ui to v2.4.3-nextjs-16.27-07-26-15-19
16
- - Bump @digigov/cli to v2.4.3-nextjs-16.27-07-26-15-19
17
- - Bump @digigov/cli-lint to v2.4.3-nextjs-16.27-07-26-15-19
18
- - Bump @digigov/cli-build to v2.4.3-nextjs-16.27-07-26-15-19
19
- - Bump @digigov/react-core to v2.4.3-nextjs-16.27-07-26-15-19
20
- - Bump @digigov/css to v2.4.3-nextjs-16.27-07-26-15-19
13
+ - Bump @digigov/react-icons to v2.5.0
14
+ - Bump @digigov/form to v2.5.0
15
+ - Bump @digigov/ui to v2.5.0
16
+ - Bump @digigov/cli to v2.5.0
17
+ - Bump @digigov/cli-lint to v2.5.0
18
+ - Bump @digigov/cli-build to v2.5.0
19
+ - Bump @digigov/react-core to v2.5.0
20
+ - Bump @digigov/css to v2.5.0
21
21
 
22
22
  ## 2.4.2
23
23
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.4.3-nextjs-16.27-07-26-15-19
1
+ /** @license Digigov v2.5.0
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.3-nextjs-16.27-07-26-15-19",
3
+ "version": "2.5.0",
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.3-nextjs-16.27-07-26-15-19",
14
- "@digigov/form": "2.4.3-nextjs-16.27-07-26-15-19",
15
- "@digigov/ui": "2.4.3-nextjs-16.27-07-26-15-19"
13
+ "@digigov/react-icons": "2.5.0",
14
+ "@digigov/form": "2.5.0",
15
+ "@digigov/ui": "2.5.0"
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.3-nextjs-16.27-07-26-15-19",
23
- "@digigov/css": "2.4.3-nextjs-16.27-07-26-15-19"
22
+ "@digigov/react-core": "2.5.0",
23
+ "@digigov/css": "2.5.0"
24
24
  },
25
25
  "private": false,
26
26
  "main": "index.js",