@commercetools-uikit/date-range-input 18.4.0 → 19.0.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.
@@ -458,7 +458,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
458
458
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
459
459
 
460
460
  // NOTE: This string will be replaced on build time with the package version.
461
- var version = "18.4.0";
461
+ var version = "19.0.0";
462
462
 
463
463
  exports["default"] = dateRangeInput;
464
464
  exports.version = version;
@@ -441,7 +441,7 @@ DateRangeInput.propTypes = {};
441
441
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
442
442
 
443
443
  // NOTE: This string will be replaced on build time with the package version.
444
- var version = "18.4.0";
444
+ var version = "19.0.0";
445
445
 
446
446
  exports["default"] = dateRangeInput;
447
447
  exports.version = version;
@@ -434,6 +434,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
434
434
  var dateRangeInput = injectIntl(DateRangeInput);
435
435
 
436
436
  // NOTE: This string will be replaced on build time with the package version.
437
- var version = "18.4.0";
437
+ var version = "19.0.0";
438
438
 
439
439
  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": "18.4.0",
4
+ "version": "19.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "18.4.0",
25
- "@commercetools-uikit/calendar-time-utils": "18.4.0",
26
- "@commercetools-uikit/calendar-utils": "18.4.0",
27
- "@commercetools-uikit/constraints": "18.4.0",
28
- "@commercetools-uikit/design-system": "18.4.0",
29
- "@commercetools-uikit/hooks": "18.4.0",
30
- "@commercetools-uikit/icons": "18.4.0",
31
- "@commercetools-uikit/secondary-icon-button": "18.4.0",
32
- "@commercetools-uikit/select-utils": "18.4.0",
33
- "@commercetools-uikit/spacings-inline": "18.4.0",
34
- "@commercetools-uikit/text": "18.4.0",
35
- "@commercetools-uikit/tooltip": "18.4.0",
36
- "@commercetools-uikit/utils": "18.4.0",
24
+ "@commercetools-uikit/accessible-button": "19.0.0",
25
+ "@commercetools-uikit/calendar-time-utils": "19.0.0",
26
+ "@commercetools-uikit/calendar-utils": "19.0.0",
27
+ "@commercetools-uikit/constraints": "19.0.0",
28
+ "@commercetools-uikit/design-system": "19.0.0",
29
+ "@commercetools-uikit/hooks": "19.0.0",
30
+ "@commercetools-uikit/icons": "19.0.0",
31
+ "@commercetools-uikit/secondary-icon-button": "19.0.0",
32
+ "@commercetools-uikit/select-utils": "19.0.0",
33
+ "@commercetools-uikit/spacings-inline": "19.0.0",
34
+ "@commercetools-uikit/text": "19.0.0",
35
+ "@commercetools-uikit/tooltip": "19.0.0",
36
+ "@commercetools-uikit/utils": "19.0.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "6.1.12",