@digigov/react-core 0.20.0 → 0.20.1

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 CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @digigov/react-core
2
2
 
3
- This log was last generated on Tue, 21 Feb 2023 09:58:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Feb 2023 15:41:06 GMT and should not be manually modified.
4
+
5
+ ## 0.20.1
6
+ Wed, 22 Feb 2023 15:41:06 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.20.0
6
11
  Tue, 21 Feb 2023 09:58:34 GMT
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.20.0
1
+ /** @license Digigov v0.20.1
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-core",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
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.32.0",
14
+ "@digigov/css": "0.32.1",
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"