@digigov/react-icons 2.4.2 → 2.4.3-govgr-4752.15-07-26-11-59

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 +13 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,9 +1,21 @@
1
1
  # Change Log - @digigov/react-icons
2
2
 
3
- <!-- This log was last generated on Fri, 12 Jun 2026 15:34:24 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 15 Jul 2026 11:59:25 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.4.3-govgr-4752.15-07-26-11-59
8
+
9
+ Wed, 15 Jul 2026 11:59:25 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump @digigov/cli to v2.4.3-govgr-4752.15-07-26-11-59
14
+ - Bump @digigov/cli-lint to v2.4.3-govgr-4752.15-07-26-11-59
15
+ - Bump @digigov/cli-build to v2.4.3-govgr-4752.15-07-26-11-59
16
+ - Bump @digigov/cli-test to v2.4.3-govgr-4752.15-07-26-11-59
17
+ - Bump @digigov/css to v2.4.3-govgr-4752.15-07-26-11-59
18
+
7
19
  ## 2.4.2
8
20
 
9
21
  Fri, 12 Jun 2026 15:34:24 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.4.2
1
+ /** @license Digigov v2.4.3-govgr-4752.15-07-26-11-59
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-icons",
3
- "version": "2.4.2",
3
+ "version": "2.4.3-govgr-4752.15-07-26-11-59",
4
4
  "description": "@digigov react icons",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -14,7 +14,7 @@
14
14
  "clsx": "2.1.1",
15
15
  "react": "^18.3.0 || ^19.1.0",
16
16
  "react-dom": "^18.3.0 || ^19.1.0",
17
- "@digigov/css": "2.4.2"
17
+ "@digigov/css": "2.4.3-govgr-4752.15-07-26-11-59"
18
18
  },
19
19
  "private": false,
20
20
  "main": "index.js",