@commercetools-uikit/date-range-input 20.2.2 → 20.2.3

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.
@@ -439,7 +439,7 @@ DateRangeInput.isEmpty = range => range.length === 0;
439
439
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
440
440
 
441
441
  // NOTE: This string will be replaced on build time with the package version.
442
- var version = "20.2.2";
442
+ var version = "20.2.3";
443
443
 
444
444
  exports["default"] = dateRangeInput;
445
445
  exports.version = version;
@@ -439,7 +439,7 @@ DateRangeInput.isEmpty = range => range.length === 0;
439
439
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
440
440
 
441
441
  // NOTE: This string will be replaced on build time with the package version.
442
- var version = "20.2.2";
442
+ var version = "20.2.3";
443
443
 
444
444
  exports["default"] = dateRangeInput;
445
445
  exports.version = version;
@@ -416,6 +416,6 @@ DateRangeInput.isEmpty = range => range.length === 0;
416
416
  var dateRangeInput = injectIntl(DateRangeInput);
417
417
 
418
418
  // NOTE: This string will be replaced on build time with the package version.
419
- var version = "20.2.2";
419
+ var version = "20.2.3";
420
420
 
421
421
  export { dateRangeInput as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-range-input",
3
3
  "description": "The `DateRangeInput` component allows the user to select a date range.",
4
- "version": "20.2.2",
4
+ "version": "20.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,22 +21,22 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.2.2",
25
- "@commercetools-uikit/calendar-time-utils": "20.2.2",
26
- "@commercetools-uikit/calendar-utils": "20.2.2",
27
- "@commercetools-uikit/constraints": "20.2.2",
28
- "@commercetools-uikit/design-system": "20.2.2",
29
- "@commercetools-uikit/hooks": "20.2.2",
30
- "@commercetools-uikit/icons": "20.2.2",
31
- "@commercetools-uikit/secondary-icon-button": "20.2.2",
32
- "@commercetools-uikit/select-utils": "20.2.2",
33
- "@commercetools-uikit/spacings-inline": "20.2.2",
34
- "@commercetools-uikit/text": "20.2.2",
35
- "@commercetools-uikit/tooltip": "20.2.2",
36
- "@commercetools-uikit/utils": "20.2.2",
24
+ "@commercetools-uikit/accessible-button": "20.2.3",
25
+ "@commercetools-uikit/calendar-time-utils": "20.2.3",
26
+ "@commercetools-uikit/calendar-utils": "20.2.3",
27
+ "@commercetools-uikit/constraints": "20.2.3",
28
+ "@commercetools-uikit/design-system": "20.2.3",
29
+ "@commercetools-uikit/hooks": "20.2.3",
30
+ "@commercetools-uikit/icons": "20.2.3",
31
+ "@commercetools-uikit/secondary-icon-button": "20.2.3",
32
+ "@commercetools-uikit/select-utils": "20.2.3",
33
+ "@commercetools-uikit/spacings-inline": "20.2.3",
34
+ "@commercetools-uikit/text": "20.2.3",
35
+ "@commercetools-uikit/tooltip": "20.2.3",
36
+ "@commercetools-uikit/utils": "20.2.3",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
- "downshift": "9.0.9",
39
+ "downshift": "9.0.10",
40
40
  "react-is": "19.1.0",
41
41
  "warning": "4.0.3"
42
42
  },