@commercetools-uikit/quick-filters 20.2.0 → 20.2.2

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.
@@ -40,7 +40,7 @@ function QuickFilters(_ref) {
40
40
  }
41
41
 
42
42
  // NOTE: This string will be replaced on build time with the package version.
43
- var version = "20.2.0";
43
+ var version = "20.2.2";
44
44
 
45
45
  exports["default"] = QuickFilters;
46
46
  exports.version = version;
@@ -35,7 +35,7 @@ function QuickFilters(_ref) {
35
35
  }
36
36
 
37
37
  // NOTE: This string will be replaced on build time with the package version.
38
- var version = "20.2.0";
38
+ var version = "20.2.2";
39
39
 
40
40
  exports["default"] = QuickFilters;
41
41
  exports.version = version;
@@ -31,6 +31,6 @@ function QuickFilters(_ref) {
31
31
  }
32
32
 
33
33
  // NOTE: This string will be replaced on build time with the package version.
34
- var version = "20.2.0";
34
+ var version = "20.2.2";
35
35
 
36
36
  export { QuickFilters as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/quick-filters",
3
3
  "description": "The `QuickFilters` component displays filter controls.",
4
- "version": "20.2.0",
4
+ "version": "20.2.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.2.0",
25
- "@commercetools-uikit/tag": "20.2.0",
24
+ "@commercetools-uikit/design-system": "20.2.2",
25
+ "@commercetools-uikit/tag": "20.2.2",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "react-intl": "^7.1.4"