@digigov/react-core 0.5.1 → 0.5.5

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,28 @@
1
1
  # Change Log - @digigov/react-core
2
2
 
3
- This log was last generated on Wed, 02 Feb 2022 15:44:29 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 14 Feb 2022 09:56:29 GMT and should not be manually modified.
4
+
5
+ ## 0.5.5
6
+ Mon, 14 Feb 2022 09:56:29 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.5.4
11
+ Thu, 10 Feb 2022 13:45:56 GMT
12
+
13
+ ### Patches
14
+
15
+ - pin down dependency versions
16
+
17
+ ## 0.5.3
18
+ Tue, 08 Feb 2022 15:21:11 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 0.5.2
23
+ Thu, 03 Feb 2022 15:47:05 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 0.5.1
6
28
  Wed, 02 Feb 2022 15:44:29 GMT
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.5.1
1
+ /** @license Digigov v0.5.5
2
2
  *
3
3
  * This source code is licensed under the MIT 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.5.1",
3
+ "version": "0.5.5",
4
4
  "description": "@digigov react core components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "0.7.2",
15
- "clsx": "~1.1.1",
14
+ "@digigov/css": "0.8.1",
15
+ "clsx": "1.1.1",
16
16
  "react": "16.14.0",
17
17
  "react-dom": "16.14.0"
18
18
  },