@commercetools-uikit/date-time-input 15.1.2 → 15.2.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.
@@ -501,7 +501,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
501
501
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
502
502
 
503
503
  // NOTE: This string will be replaced on build time with the package version.
504
- var version = "15.1.2";
504
+ var version = "15.2.0";
505
505
 
506
506
  exports["default"] = dateTimeInput;
507
507
  exports.version = version;
@@ -479,7 +479,7 @@ DateTimeInput.propTypes = {};
479
479
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
480
480
 
481
481
  // NOTE: This string will be replaced on build time with the package version.
482
- var version = "15.1.2";
482
+ var version = "15.2.0";
483
483
 
484
484
  exports["default"] = dateTimeInput;
485
485
  exports.version = version;
@@ -478,6 +478,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
478
478
  var dateTimeInput = injectIntl(DateTimeInput);
479
479
 
480
480
  // NOTE: This string will be replaced on build time with the package version.
481
- var version = "15.1.2";
481
+ var version = "15.2.0";
482
482
 
483
483
  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": "15.1.2",
4
+ "version": "15.2.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.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/accessible-button": "15.1.2",
25
- "@commercetools-uikit/calendar-time-utils": "15.1.2",
26
- "@commercetools-uikit/calendar-utils": "15.1.2",
27
- "@commercetools-uikit/constraints": "15.1.2",
28
- "@commercetools-uikit/design-system": "15.1.2",
29
- "@commercetools-uikit/hooks": "15.1.2",
30
- "@commercetools-uikit/icons": "15.1.2",
31
- "@commercetools-uikit/secondary-icon-button": "15.1.2",
32
- "@commercetools-uikit/select-utils": "15.1.2",
33
- "@commercetools-uikit/spacings-inline": "15.1.2",
34
- "@commercetools-uikit/text": "15.1.2",
35
- "@commercetools-uikit/tooltip": "15.1.2",
36
- "@commercetools-uikit/utils": "15.1.2",
24
+ "@commercetools-uikit/accessible-button": "15.2.0",
25
+ "@commercetools-uikit/calendar-time-utils": "15.2.0",
26
+ "@commercetools-uikit/calendar-utils": "15.2.0",
27
+ "@commercetools-uikit/constraints": "15.2.0",
28
+ "@commercetools-uikit/design-system": "15.2.0",
29
+ "@commercetools-uikit/hooks": "15.2.0",
30
+ "@commercetools-uikit/icons": "15.2.0",
31
+ "@commercetools-uikit/secondary-icon-button": "15.2.0",
32
+ "@commercetools-uikit/select-utils": "15.2.0",
33
+ "@commercetools-uikit/spacings-inline": "15.2.0",
34
+ "@commercetools-uikit/text": "15.2.0",
35
+ "@commercetools-uikit/tooltip": "15.2.0",
36
+ "@commercetools-uikit/utils": "15.2.0",
37
37
  "@emotion/react": "^11.4.0",
38
38
  "@emotion/styled": "^11.3.0",
39
39
  "downshift": "6.1.7",