@digigov/react-icons 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.
- package/CHANGELOG.md +8 -8
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# Change Log - @digigov/react-icons
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on Fri, 12 Jun 2026 15:
|
|
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
|
|
7
|
+
## 2.4.2
|
|
8
8
|
|
|
9
|
-
Fri, 12 Jun 2026 15:
|
|
9
|
+
Fri, 12 Jun 2026 15:34:24 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- Bump @digigov/cli to v2.4.2
|
|
14
|
-
- Bump @digigov/cli-lint to v2.4.2
|
|
15
|
-
- Bump @digigov/cli-build to v2.4.2
|
|
16
|
-
- Bump @digigov/cli-test to v2.4.2
|
|
17
|
-
- Bump @digigov/css to v2.4.2
|
|
13
|
+
- Bump @digigov/cli to v2.4.2
|
|
14
|
+
- Bump @digigov/cli-lint to v2.4.2
|
|
15
|
+
- Bump @digigov/cli-build to v2.4.2
|
|
16
|
+
- Bump @digigov/cli-test to v2.4.2
|
|
17
|
+
- Bump @digigov/css to v2.4.2
|
|
18
18
|
|
|
19
19
|
## 2.0.8
|
|
20
20
|
Wed, 11 Feb 2026 14:46:37 GMT
|
package/index.js
CHANGED
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.2",
|
|
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.2"
|
|
18
18
|
},
|
|
19
19
|
"private": false,
|
|
20
20
|
"main": "index.js",
|