@commercetools-uikit/date-range-input 14.0.3 → 14.0.6

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.
@@ -545,7 +545,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
545
545
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
546
546
 
547
547
  // NOTE: This string will be replaced on build time with the package version.
548
- var version = "14.0.3";
548
+ var version = "14.0.6";
549
549
 
550
550
  exports["default"] = dateRangeInput;
551
551
  exports.version = version;
@@ -528,7 +528,7 @@ DateRangeInput.propTypes = {};
528
528
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
529
529
 
530
530
  // NOTE: This string will be replaced on build time with the package version.
531
- var version = "14.0.3";
531
+ var version = "14.0.6";
532
532
 
533
533
  exports["default"] = dateRangeInput;
534
534
  exports.version = version;
@@ -521,6 +521,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
521
521
  var dateRangeInput = injectIntl(DateRangeInput);
522
522
 
523
523
  // NOTE: This string will be replaced on build time with the package version.
524
- var version = "14.0.3";
524
+ var version = "14.0.6";
525
525
 
526
526
  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": "14.0.3",
4
+ "version": "14.0.6",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,14 +22,14 @@
22
22
  "@babel/runtime": "^7.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
24
  "@commercetools-uikit/accessible-button": "14.0.1",
25
- "@commercetools-uikit/calendar-utils": "14.0.3",
25
+ "@commercetools-uikit/calendar-utils": "14.0.6",
26
26
  "@commercetools-uikit/constraints": "14.0.1",
27
27
  "@commercetools-uikit/design-system": "14.0.0",
28
28
  "@commercetools-uikit/hooks": "14.0.3",
29
29
  "@commercetools-uikit/icons": "14.0.1",
30
- "@commercetools-uikit/secondary-icon-button": "14.0.2",
31
- "@commercetools-uikit/select-utils": "14.0.1",
32
- "@commercetools-uikit/spacings-inline": "14.0.1",
30
+ "@commercetools-uikit/secondary-icon-button": "14.0.6",
31
+ "@commercetools-uikit/select-utils": "14.0.6",
32
+ "@commercetools-uikit/spacings-inline": "14.0.6",
33
33
  "@commercetools-uikit/text": "14.0.1",
34
34
  "@commercetools-uikit/tooltip": "14.0.3",
35
35
  "@commercetools-uikit/utils": "14.0.1",
@@ -41,7 +41,7 @@
41
41
  "warning": "4.0.3"
42
42
  },
43
43
  "devDependencies": {
44
- "moment": "2.29.1",
44
+ "moment": "2.29.2",
45
45
  "react": "17.0.2",
46
46
  "react-intl": "^5.24.6"
47
47
  },