@commercetools-uikit/collapsible-panel 18.5.0 → 19.0.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.
@@ -311,7 +311,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
311
311
  var CollapsiblePanel$1 = CollapsiblePanel;
312
312
 
313
313
  // NOTE: This string will be replaced on build time with the package version.
314
- var version = "18.5.0";
314
+ var version = "19.0.0";
315
315
 
316
316
  exports["default"] = CollapsiblePanel$1;
317
317
  exports.version = version;
@@ -248,7 +248,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
248
248
  var CollapsiblePanel$1 = CollapsiblePanel;
249
249
 
250
250
  // NOTE: This string will be replaced on build time with the package version.
251
- var version = "18.5.0";
251
+ var version = "19.0.0";
252
252
 
253
253
  exports["default"] = CollapsiblePanel$1;
254
254
  exports.version = version;
@@ -295,6 +295,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
295
295
  var CollapsiblePanel$1 = CollapsiblePanel;
296
296
 
297
297
  // NOTE: This string will be replaced on build time with the package version.
298
- var version = "18.5.0";
298
+ var version = "19.0.0";
299
299
 
300
300
  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": "18.5.0",
4
+ "version": "19.0.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "18.5.0",
25
- "@commercetools-uikit/collapsible-motion": "18.5.0",
26
- "@commercetools-uikit/constraints": "18.5.0",
27
- "@commercetools-uikit/design-system": "18.5.0",
28
- "@commercetools-uikit/hooks": "18.5.0",
29
- "@commercetools-uikit/icons": "18.5.0",
30
- "@commercetools-uikit/spacings": "18.5.0",
31
- "@commercetools-uikit/text": "18.5.0",
32
- "@commercetools-uikit/utils": "18.5.0",
24
+ "@commercetools-uikit/accessible-button": "19.0.0",
25
+ "@commercetools-uikit/collapsible-motion": "19.0.0",
26
+ "@commercetools-uikit/constraints": "19.0.0",
27
+ "@commercetools-uikit/design-system": "19.0.0",
28
+ "@commercetools-uikit/hooks": "19.0.0",
29
+ "@commercetools-uikit/icons": "19.0.0",
30
+ "@commercetools-uikit/spacings": "19.0.0",
31
+ "@commercetools-uikit/text": "19.0.0",
32
+ "@commercetools-uikit/utils": "19.0.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "lodash": "4.17.21",