@commercetools-uikit/filters 19.18.0 → 19.19.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.
@@ -674,7 +674,7 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
674
674
  Filters.displayName = 'Filters';
675
675
 
676
676
  // NOTE: This string will be replaced on build time with the package version.
677
- var version = "19.18.0";
677
+ var version = "19.19.0";
678
678
 
679
679
  exports["default"] = Filters;
680
680
  exports.version = version;
@@ -604,7 +604,7 @@ Filters.propTypes = {};
604
604
  Filters.displayName = 'Filters';
605
605
 
606
606
  // NOTE: This string will be replaced on build time with the package version.
607
- var version = "19.18.0";
607
+ var version = "19.19.0";
608
608
 
609
609
  exports["default"] = Filters;
610
610
  exports.version = version;
@@ -626,6 +626,6 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
626
626
  Filters.displayName = 'Filters';
627
627
 
628
628
  // NOTE: This string will be replaced on build time with the package version.
629
- var version = "19.18.0";
629
+ var version = "19.19.0";
630
630
 
631
631
  export { Filters as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/filters",
3
3
  "description": "The `Filters` component displays filter controls.",
4
- "version": "19.18.0",
4
+ "version": "19.19.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/collapsible-motion": "19.18.0",
25
- "@commercetools-uikit/design-system": "19.18.0",
26
- "@commercetools-uikit/flat-button": "19.18.0",
27
- "@commercetools-uikit/icon-button": "19.18.0",
28
- "@commercetools-uikit/icons": "19.18.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.18.0",
30
- "@commercetools-uikit/select-input": "19.18.0",
31
- "@commercetools-uikit/spacings": "19.18.0",
32
- "@commercetools-uikit/utils": "19.18.0",
24
+ "@commercetools-uikit/collapsible-motion": "19.19.0",
25
+ "@commercetools-uikit/design-system": "19.19.0",
26
+ "@commercetools-uikit/flat-button": "19.19.0",
27
+ "@commercetools-uikit/icon-button": "19.19.0",
28
+ "@commercetools-uikit/icons": "19.19.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.19.0",
30
+ "@commercetools-uikit/select-input": "19.19.0",
31
+ "@commercetools-uikit/spacings": "19.19.0",
32
+ "@commercetools-uikit/utils": "19.19.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@radix-ui/react-popover": "^1.1.2",