@commercetools-uikit/collapsible 19.22.0 → 19.22.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.
@@ -81,7 +81,7 @@ Collapsible.displayName = 'Collapsible';
81
81
  var Collapsible$1 = Collapsible;
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "19.22.0";
84
+ var version = "19.22.2";
85
85
 
86
86
  exports["default"] = Collapsible$1;
87
87
  exports.version = version;
@@ -73,7 +73,7 @@ Collapsible.displayName = 'Collapsible';
73
73
  var Collapsible$1 = Collapsible;
74
74
 
75
75
  // NOTE: This string will be replaced on build time with the package version.
76
- var version = "19.22.0";
76
+ var version = "19.22.2";
77
77
 
78
78
  exports["default"] = Collapsible$1;
79
79
  exports.version = version;
@@ -64,6 +64,6 @@ Collapsible.displayName = 'Collapsible';
64
64
  var Collapsible$1 = Collapsible;
65
65
 
66
66
  // NOTE: This string will be replaced on build time with the package version.
67
- var version = "19.22.0";
67
+ var version = "19.22.2";
68
68
 
69
69
  export { Collapsible$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/collapsible",
3
3
  "description": "A render-prop component to manage a toggle state",
4
- "version": "19.22.0",
4
+ "version": "19.22.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/hooks": "19.22.0",
25
- "@commercetools-uikit/utils": "19.22.0",
24
+ "@commercetools-uikit/hooks": "19.22.2",
25
+ "@commercetools-uikit/utils": "19.22.2",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "lodash": "4.17.21",