@commercetools-uikit/collapsible-panel 20.3.0 → 20.3.1

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.
@@ -317,7 +317,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
317
317
  var CollapsiblePanel$1 = CollapsiblePanel;
318
318
 
319
319
  // NOTE: This string will be replaced on build time with the package version.
320
- var version = "20.3.0";
320
+ var version = "20.3.1";
321
321
 
322
322
  exports["default"] = CollapsiblePanel$1;
323
323
  exports.version = version;
@@ -280,7 +280,7 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
280
280
  var CollapsiblePanel$1 = CollapsiblePanel;
281
281
 
282
282
  // NOTE: This string will be replaced on build time with the package version.
283
- var version = "20.3.0";
283
+ var version = "20.3.1";
284
284
 
285
285
  exports["default"] = CollapsiblePanel$1;
286
286
  exports.version = version;
@@ -294,6 +294,6 @@ CollapsiblePanel.Header = CollapsiblePanelHeader$1;
294
294
  var CollapsiblePanel$1 = CollapsiblePanel;
295
295
 
296
296
  // NOTE: This string will be replaced on build time with the package version.
297
- var version = "20.3.0";
297
+ var version = "20.3.1";
298
298
 
299
299
  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": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,18 +21,18 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.3.0",
25
- "@commercetools-uikit/collapsible-motion": "20.3.0",
26
- "@commercetools-uikit/constraints": "20.3.0",
27
- "@commercetools-uikit/design-system": "20.3.0",
28
- "@commercetools-uikit/hooks": "20.3.0",
29
- "@commercetools-uikit/icons": "20.3.0",
30
- "@commercetools-uikit/spacings": "20.3.0",
31
- "@commercetools-uikit/text": "20.3.0",
32
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/accessible-button": "20.3.1",
25
+ "@commercetools-uikit/collapsible-motion": "20.3.1",
26
+ "@commercetools-uikit/constraints": "20.3.1",
27
+ "@commercetools-uikit/design-system": "20.3.1",
28
+ "@commercetools-uikit/hooks": "20.3.1",
29
+ "@commercetools-uikit/icons": "20.3.1",
30
+ "@commercetools-uikit/spacings": "20.3.1",
31
+ "@commercetools-uikit/text": "20.3.1",
32
+ "@commercetools-uikit/utils": "20.3.1",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
- "lodash": "4.17.21",
35
+ "lodash": "4.17.23",
36
36
  "react-intl": "^7.1.4"
37
37
  },
38
38
  "devDependencies": {