@digigov/react-core 1.0.1 → 1.1.0-2a507fd6
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 +1 -6
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
# Change Log - @digigov/react-core
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 1.0.1
|
|
6
|
-
Tue, 19 Dec 2023 15:00:14 GMT
|
|
7
|
-
|
|
8
|
-
_Version update only_
|
|
3
|
+
This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
|
|
9
4
|
|
|
10
5
|
## 1.0.0
|
|
11
6
|
Fri, 15 Dec 2023 15:23:56 GMT
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-core",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0-2a507fd6",
|
|
4
4
|
"description": "@digigov react core components",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
7
7
|
"main": "./cjs/index.js",
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@digigov/css": "1.0
|
|
11
|
-
"@digigov/react-icons": "1.0
|
|
10
|
+
"@digigov/css": "1.1.0-2a507fd6",
|
|
11
|
+
"@digigov/react-icons": "1.1.0-2a507fd6",
|
|
12
12
|
"clsx": "1.1.1",
|
|
13
13
|
"react": "^16.8.0 || ^17.0.0",
|
|
14
14
|
"react-dom": "^16.8.0 || ^17.0.0"
|