@commercetools-uikit/date-range-input 15.15.1 → 16.0.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.
@@ -511,7 +511,7 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
511
511
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
512
512
 
513
513
  // NOTE: This string will be replaced on build time with the package version.
514
- var version = "15.15.1";
514
+ var version = "16.0.0";
515
515
 
516
516
  exports["default"] = dateRangeInput;
517
517
  exports.version = version;
@@ -494,7 +494,7 @@ DateRangeInput.propTypes = {};
494
494
  var dateRangeInput = reactIntl.injectIntl(DateRangeInput);
495
495
 
496
496
  // NOTE: This string will be replaced on build time with the package version.
497
- var version = "15.15.1";
497
+ var version = "16.0.0";
498
498
 
499
499
  exports["default"] = dateRangeInput;
500
500
  exports.version = version;
@@ -487,6 +487,6 @@ DateRangeInput.propTypes = process.env.NODE_ENV !== "production" ? {
487
487
  var dateRangeInput = injectIntl(DateRangeInput);
488
488
 
489
489
  // NOTE: This string will be replaced on build time with the package version.
490
- var version = "15.15.1";
490
+ var version = "16.0.0";
491
491
 
492
492
  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.15.1",
4
+ "version": "16.0.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": "15.15.1",
25
- "@commercetools-uikit/calendar-time-utils": "15.15.1",
26
- "@commercetools-uikit/calendar-utils": "15.15.1",
27
- "@commercetools-uikit/constraints": "15.15.1",
28
- "@commercetools-uikit/design-system": "15.15.1",
29
- "@commercetools-uikit/hooks": "15.15.1",
30
- "@commercetools-uikit/icons": "15.15.1",
31
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
32
- "@commercetools-uikit/select-utils": "15.15.1",
33
- "@commercetools-uikit/spacings-inline": "15.15.1",
34
- "@commercetools-uikit/text": "15.15.1",
35
- "@commercetools-uikit/tooltip": "15.15.1",
36
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/calendar-time-utils": "16.0.0",
26
+ "@commercetools-uikit/calendar-utils": "16.0.0",
27
+ "@commercetools-uikit/constraints": "16.0.0",
28
+ "@commercetools-uikit/design-system": "16.0.0",
29
+ "@commercetools-uikit/hooks": "16.0.0",
30
+ "@commercetools-uikit/icons": "16.0.0",
31
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
32
+ "@commercetools-uikit/select-utils": "16.0.0",
33
+ "@commercetools-uikit/spacings-inline": "16.0.0",
34
+ "@commercetools-uikit/text": "16.0.0",
35
+ "@commercetools-uikit/tooltip": "16.0.0",
36
+ "@commercetools-uikit/utils": "16.0.0",
37
37
  "@emotion/react": "^11.10.5",
38
38
  "@emotion/styled": "^11.10.5",
39
39
  "downshift": "6.1.12",
@@ -44,11 +44,11 @@
44
44
  "devDependencies": {
45
45
  "moment": "2.29.4",
46
46
  "react": "17.0.2",
47
- "react-intl": "^5.25.1"
47
+ "react-intl": "^6.3.2"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "moment": "2.x",
51
51
  "react": "17.x",
52
- "react-intl": "5.x"
52
+ "react-intl": "6.x"
53
53
  }
54
54
  }