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