@commercetools-uikit/date-time-input 19.3.0 → 19.4.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.
@@ -427,7 +427,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
427
427
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
428
428
 
429
429
  // NOTE: This string will be replaced on build time with the package version.
430
- var version = "19.3.0";
430
+ var version = "19.4.0";
431
431
 
432
432
  exports["default"] = dateTimeInput;
433
433
  exports.version = version;
@@ -403,7 +403,7 @@ DateTimeInput.propTypes = {};
403
403
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
404
404
 
405
405
  // NOTE: This string will be replaced on build time with the package version.
406
- var version = "19.3.0";
406
+ var version = "19.4.0";
407
407
 
408
408
  exports["default"] = dateTimeInput;
409
409
  exports.version = version;
@@ -404,6 +404,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
404
404
  var dateTimeInput = injectIntl(DateTimeInput);
405
405
 
406
406
  // NOTE: This string will be replaced on build time with the package version.
407
- var version = "19.3.0";
407
+ var version = "19.4.0";
408
408
 
409
409
  export { dateTimeInput as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-time-input",
3
3
  "description": "The `DateTimeInput` component allows the user to select a date. This component also supports multiple date selection.",
4
- "version": "19.3.0",
4
+ "version": "19.4.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": "19.3.0",
25
- "@commercetools-uikit/calendar-time-utils": "19.3.0",
26
- "@commercetools-uikit/calendar-utils": "19.3.0",
27
- "@commercetools-uikit/constraints": "19.3.0",
28
- "@commercetools-uikit/design-system": "19.3.0",
29
- "@commercetools-uikit/hooks": "19.3.0",
30
- "@commercetools-uikit/icons": "19.3.0",
31
- "@commercetools-uikit/secondary-icon-button": "19.3.0",
32
- "@commercetools-uikit/select-utils": "19.3.0",
33
- "@commercetools-uikit/spacings-inline": "19.3.0",
34
- "@commercetools-uikit/text": "19.3.0",
35
- "@commercetools-uikit/tooltip": "19.3.0",
36
- "@commercetools-uikit/utils": "19.3.0",
24
+ "@commercetools-uikit/accessible-button": "19.4.0",
25
+ "@commercetools-uikit/calendar-time-utils": "19.4.0",
26
+ "@commercetools-uikit/calendar-utils": "19.4.0",
27
+ "@commercetools-uikit/constraints": "19.4.0",
28
+ "@commercetools-uikit/design-system": "19.4.0",
29
+ "@commercetools-uikit/hooks": "19.4.0",
30
+ "@commercetools-uikit/icons": "19.4.0",
31
+ "@commercetools-uikit/secondary-icon-button": "19.4.0",
32
+ "@commercetools-uikit/select-utils": "19.4.0",
33
+ "@commercetools-uikit/spacings-inline": "19.4.0",
34
+ "@commercetools-uikit/text": "19.4.0",
35
+ "@commercetools-uikit/tooltip": "19.4.0",
36
+ "@commercetools-uikit/utils": "19.4.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "6.1.12",