@commercetools-uikit/date-range-input 15.3.0 → 15.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.
@@ -538,7 +538,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
538
538
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
539
539
 
540
540
  // NOTE: This string will be replaced on build time with the package version.
541
- var version = "15.3.0";
541
+ var version = "15.4.0";
542
542
 
543
543
  exports["default"] = dateRangeInput;
544
544
  exports.version = version;
@@ -521,7 +521,7 @@ DateRangeInput.propTypes = {};
521
521
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
522
522
 
523
523
  // NOTE: This string will be replaced on build time with the package version.
524
- var version = "15.3.0";
524
+ var version = "15.4.0";
525
525
 
526
526
  exports["default"] = dateRangeInput;
527
527
  exports.version = version;
@@ -514,6 +514,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
514
514
  var dateRangeInput = injectIntl(DateRangeInput);
515
515
 
516
516
  // NOTE: This string will be replaced on build time with the package version.
517
- var version = "15.3.0";
517
+ var version = "15.4.0";
518
518
 
519
519
  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": "15.3.0",
4
+ "version": "15.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,22 +21,22 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/accessible-button": "15.3.0",
25
- "@commercetools-uikit/calendar-time-utils": "15.3.0",
26
- "@commercetools-uikit/calendar-utils": "15.3.0",
27
- "@commercetools-uikit/constraints": "15.3.0",
28
- "@commercetools-uikit/design-system": "15.3.0",
29
- "@commercetools-uikit/hooks": "15.3.0",
30
- "@commercetools-uikit/icons": "15.3.0",
31
- "@commercetools-uikit/secondary-icon-button": "15.3.0",
32
- "@commercetools-uikit/select-utils": "15.3.0",
33
- "@commercetools-uikit/spacings-inline": "15.3.0",
34
- "@commercetools-uikit/text": "15.3.0",
35
- "@commercetools-uikit/tooltip": "15.3.0",
36
- "@commercetools-uikit/utils": "15.3.0",
24
+ "@commercetools-uikit/accessible-button": "15.4.0",
25
+ "@commercetools-uikit/calendar-time-utils": "15.4.0",
26
+ "@commercetools-uikit/calendar-utils": "15.4.0",
27
+ "@commercetools-uikit/constraints": "15.4.0",
28
+ "@commercetools-uikit/design-system": "15.4.0",
29
+ "@commercetools-uikit/hooks": "15.4.0",
30
+ "@commercetools-uikit/icons": "15.4.0",
31
+ "@commercetools-uikit/secondary-icon-button": "15.4.0",
32
+ "@commercetools-uikit/select-utils": "15.4.0",
33
+ "@commercetools-uikit/spacings-inline": "15.4.0",
34
+ "@commercetools-uikit/text": "15.4.0",
35
+ "@commercetools-uikit/tooltip": "15.4.0",
36
+ "@commercetools-uikit/utils": "15.4.0",
37
37
  "@emotion/react": "^11.4.0",
38
38
  "@emotion/styled": "^11.3.0",
39
- "downshift": "6.1.11",
39
+ "downshift": "6.1.12",
40
40
  "prop-types": "15.8.1",
41
41
  "react-is": "17.0.2",
42
42
  "warning": "4.0.3"