@commercetools-uikit/collapsible-panel 15.1.2 → 15.2.0

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.
@@ -299,7 +299,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
299
299
  var CollapsiblePanel$1 = CollapsiblePanel;
300
300
 
301
301
  // NOTE: This string will be replaced on build time with the package version.
302
- var version = "15.1.2";
302
+ var version = "15.2.0";
303
303
 
304
304
  exports["default"] = CollapsiblePanel$1;
305
305
  exports.version = version;
@@ -243,7 +243,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
243
243
  var CollapsiblePanel$1 = CollapsiblePanel;
244
244
 
245
245
  // NOTE: This string will be replaced on build time with the package version.
246
- var version = "15.1.2";
246
+ var version = "15.2.0";
247
247
 
248
248
  exports["default"] = CollapsiblePanel$1;
249
249
  exports.version = version;
@@ -283,6 +283,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
283
283
  var CollapsiblePanel$1 = CollapsiblePanel;
284
284
 
285
285
  // NOTE: This string will be replaced on build time with the package version.
286
- var version = "15.1.2";
286
+ var version = "15.2.0";
287
287
 
288
288
  export { CollapsiblePanel$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/collapsible-panel",
3
3
  "description": "A panel to collapse and expand your content.",
4
- "version": "15.1.2",
4
+ "version": "15.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/accessible-button": "15.1.2",
25
- "@commercetools-uikit/collapsible-motion": "15.1.2",
26
- "@commercetools-uikit/constraints": "15.1.2",
27
- "@commercetools-uikit/design-system": "15.1.2",
28
- "@commercetools-uikit/hooks": "15.1.2",
29
- "@commercetools-uikit/icons": "15.1.2",
30
- "@commercetools-uikit/spacings": "15.1.2",
31
- "@commercetools-uikit/text": "15.1.2",
32
- "@commercetools-uikit/utils": "15.1.2",
24
+ "@commercetools-uikit/accessible-button": "15.2.0",
25
+ "@commercetools-uikit/collapsible-motion": "15.2.0",
26
+ "@commercetools-uikit/constraints": "15.2.0",
27
+ "@commercetools-uikit/design-system": "15.2.0",
28
+ "@commercetools-uikit/hooks": "15.2.0",
29
+ "@commercetools-uikit/icons": "15.2.0",
30
+ "@commercetools-uikit/spacings": "15.2.0",
31
+ "@commercetools-uikit/text": "15.2.0",
32
+ "@commercetools-uikit/utils": "15.2.0",
33
33
  "@emotion/react": "^11.4.0",
34
34
  "@emotion/styled": "^11.3.0",
35
35
  "lodash": "4.17.21",