@commercetools-uikit/date-time-input 20.1.0 → 20.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.
@@ -408,7 +408,7 @@ DateTimeInput.displayName = 'DateTimeInput';
408
408
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
409
409
 
410
410
  // NOTE: This string will be replaced on build time with the package version.
411
- var version = "20.1.0";
411
+ var version = "20.2.0";
412
412
 
413
413
  exports["default"] = dateTimeInput;
414
414
  exports.version = version;
@@ -406,7 +406,7 @@ DateTimeInput.displayName = 'DateTimeInput';
406
406
  var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
407
407
 
408
408
  // NOTE: This string will be replaced on build time with the package version.
409
- var version = "20.1.0";
409
+ var version = "20.2.0";
410
410
 
411
411
  exports["default"] = dateTimeInput;
412
412
  exports.version = version;
@@ -387,6 +387,6 @@ DateTimeInput.displayName = 'DateTimeInput';
387
387
  var dateTimeInput = injectIntl(DateTimeInput);
388
388
 
389
389
  // NOTE: This string will be replaced on build time with the package version.
390
- var version = "20.1.0";
390
+ var version = "20.2.0";
391
391
 
392
392
  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": "20.1.0",
4
+ "version": "20.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.1.0",
25
- "@commercetools-uikit/calendar-time-utils": "20.1.0",
26
- "@commercetools-uikit/calendar-utils": "20.1.0",
27
- "@commercetools-uikit/constraints": "20.1.0",
28
- "@commercetools-uikit/design-system": "20.1.0",
29
- "@commercetools-uikit/hooks": "20.1.0",
30
- "@commercetools-uikit/icons": "20.1.0",
31
- "@commercetools-uikit/secondary-icon-button": "20.1.0",
32
- "@commercetools-uikit/select-utils": "20.1.0",
33
- "@commercetools-uikit/spacings-inline": "20.1.0",
34
- "@commercetools-uikit/text": "20.1.0",
35
- "@commercetools-uikit/tooltip": "20.1.0",
36
- "@commercetools-uikit/utils": "20.1.0",
24
+ "@commercetools-uikit/accessible-button": "20.2.0",
25
+ "@commercetools-uikit/calendar-time-utils": "20.2.0",
26
+ "@commercetools-uikit/calendar-utils": "20.2.0",
27
+ "@commercetools-uikit/constraints": "20.2.0",
28
+ "@commercetools-uikit/design-system": "20.2.0",
29
+ "@commercetools-uikit/hooks": "20.2.0",
30
+ "@commercetools-uikit/icons": "20.2.0",
31
+ "@commercetools-uikit/secondary-icon-button": "20.2.0",
32
+ "@commercetools-uikit/select-utils": "20.2.0",
33
+ "@commercetools-uikit/spacings-inline": "20.2.0",
34
+ "@commercetools-uikit/text": "20.2.0",
35
+ "@commercetools-uikit/tooltip": "20.2.0",
36
+ "@commercetools-uikit/utils": "20.2.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "9.0.9",