@digigov/react-core 0.16.5-alpha → 0.16.6-alpha
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 -1
- package/esm/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/react-core
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 27 Sep 2022
|
|
3
|
+
This log was last generated on Tue, 27 Sep 2022 14:49:37 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.16.5
|
|
6
|
+
Tue, 27 Sep 2022 14:49:37 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- specify the peerDependencies range in a better way
|
|
4
11
|
|
|
5
12
|
## 0.16.4
|
|
6
13
|
Tue, 27 Sep 2022 10:00:49 GMT
|
package/esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-core",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.6-alpha",
|
|
4
4
|
"description": "@digigov react core components",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"directory": "dist"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@digigov/css": "0.29.
|
|
14
|
+
"@digigov/css": "0.29.7-alpha",
|
|
15
15
|
"clsx": "1.1.1",
|
|
16
16
|
"react": "^16.8.0 || ^17.0.0",
|
|
17
17
|
"react-dom": "^16.8.0 || ^17.0.0"
|