@commercetools-uikit/filters 19.22.2 → 19.22.4

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.
@@ -671,7 +671,7 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
671
671
  Filters.displayName = 'Filters';
672
672
 
673
673
  // NOTE: This string will be replaced on build time with the package version.
674
- var version = "19.22.2";
674
+ var version = "19.22.4";
675
675
 
676
676
  exports["default"] = Filters;
677
677
  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.22.2";
607
+ var version = "19.22.4";
608
608
 
609
609
  exports["default"] = Filters;
610
610
  exports.version = version;
@@ -623,6 +623,6 @@ Filters.propTypes = process.env.NODE_ENV !== "production" ? {
623
623
  Filters.displayName = 'Filters';
624
624
 
625
625
  // NOTE: This string will be replaced on build time with the package version.
626
- var version = "19.22.2";
626
+ var version = "19.22.4";
627
627
 
628
628
  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.22.2",
4
+ "version": "19.22.4",
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.22.2",
25
- "@commercetools-uikit/design-system": "19.22.2",
26
- "@commercetools-uikit/flat-button": "19.22.2",
27
- "@commercetools-uikit/icon-button": "19.22.2",
28
- "@commercetools-uikit/icons": "19.22.2",
29
- "@commercetools-uikit/secondary-icon-button": "19.22.2",
30
- "@commercetools-uikit/select-input": "19.22.2",
31
- "@commercetools-uikit/spacings": "19.22.2",
32
- "@commercetools-uikit/utils": "19.22.2",
24
+ "@commercetools-uikit/collapsible-motion": "19.22.4",
25
+ "@commercetools-uikit/design-system": "19.22.4",
26
+ "@commercetools-uikit/flat-button": "19.22.4",
27
+ "@commercetools-uikit/icon-button": "19.22.4",
28
+ "@commercetools-uikit/icons": "19.22.4",
29
+ "@commercetools-uikit/secondary-icon-button": "19.22.4",
30
+ "@commercetools-uikit/select-input": "19.22.4",
31
+ "@commercetools-uikit/spacings": "19.22.4",
32
+ "@commercetools-uikit/utils": "19.22.4",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@radix-ui/react-popover": "^1.1.2",