@commercetools-uikit/filters 20.3.1 → 20.5.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.
@@ -642,7 +642,7 @@ function Filters(_ref) {
642
642
  Filters.displayName = 'Filters';
643
643
 
644
644
  // NOTE: This string will be replaced on build time with the package version.
645
- var version = "20.3.1";
645
+ var version = "20.5.0";
646
646
 
647
647
  exports["default"] = Filters;
648
648
  exports.version = version;
@@ -632,7 +632,7 @@ function Filters(_ref) {
632
632
  Filters.displayName = 'Filters';
633
633
 
634
634
  // NOTE: This string will be replaced on build time with the package version.
635
- var version = "20.3.1";
635
+ var version = "20.5.0";
636
636
 
637
637
  exports["default"] = Filters;
638
638
  exports.version = version;
@@ -593,6 +593,6 @@ function Filters(_ref) {
593
593
  Filters.displayName = 'Filters';
594
594
 
595
595
  // NOTE: This string will be replaced on build time with the package version.
596
- var version = "20.3.1";
596
+ var version = "20.5.0";
597
597
 
598
598
  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": "20.3.1",
4
+ "version": "20.5.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": "20.3.1",
25
- "@commercetools-uikit/design-system": "20.3.1",
26
- "@commercetools-uikit/flat-button": "20.3.1",
27
- "@commercetools-uikit/icon-button": "20.3.1",
28
- "@commercetools-uikit/icons": "20.3.1",
29
- "@commercetools-uikit/secondary-icon-button": "20.3.1",
30
- "@commercetools-uikit/select-input": "20.3.1",
31
- "@commercetools-uikit/spacings": "20.3.1",
32
- "@commercetools-uikit/utils": "20.3.1",
24
+ "@commercetools-uikit/collapsible-motion": "20.5.0",
25
+ "@commercetools-uikit/design-system": "20.5.0",
26
+ "@commercetools-uikit/flat-button": "20.5.0",
27
+ "@commercetools-uikit/icon-button": "20.5.0",
28
+ "@commercetools-uikit/icons": "20.5.0",
29
+ "@commercetools-uikit/secondary-icon-button": "20.5.0",
30
+ "@commercetools-uikit/select-input": "20.5.0",
31
+ "@commercetools-uikit/spacings": "20.5.0",
32
+ "@commercetools-uikit/utils": "20.5.0",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
35
35
  "@radix-ui/react-popover": "^1.1.4",