@digigov/react-experimental 1.1.1 → 1.1.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 CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @digigov/react-experimental
2
2
 
3
- This log was last generated on Mon, 29 Jan 2024 17:45:11 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 16 Feb 2024 09:57:32 GMT and should not be manually modified.
4
+
5
+ ## 1.1.2
6
+ Fri, 16 Feb 2024 09:57:32 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.1.1
6
11
  Mon, 29 Jan 2024 17:45:11 GMT
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.1.1
1
+ /** @license Digigov v1.1.2
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,15 +1,15 @@
1
1
  {
2
2
  "name": "@digigov/react-experimental",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "@digigov react experimental 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.1.1",
11
- "@digigov/react-experimental": "1.1.1",
12
- "@digigov/react-icons": "1.1.1",
10
+ "@digigov/css": "1.2.0",
11
+ "@digigov/react-experimental": "1.1.2",
12
+ "@digigov/react-icons": "1.1.2",
13
13
  "clsx": "1.1.1",
14
14
  "react": "^16.8.0 || ^17.0.0",
15
15
  "react-dom": "^16.8.0 || ^17.0.0"