@commercetools-uikit/date-time-input 12.2.7 → 12.2.8
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.
|
@@ -567,7 +567,7 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
567
567
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
568
568
|
|
|
569
569
|
// NOTE: This string will be replaced on build time with the package version.
|
|
570
|
-
var version = "12.2.
|
|
570
|
+
var version = "12.2.8";
|
|
571
571
|
|
|
572
572
|
exports["default"] = dateTimeInput;
|
|
573
573
|
exports.version = version;
|
|
@@ -487,7 +487,7 @@ DateTimeInput.propTypes = {};
|
|
|
487
487
|
var dateTimeInput = reactIntl.injectIntl(DateTimeInput);
|
|
488
488
|
|
|
489
489
|
// NOTE: This string will be replaced on build time with the package version.
|
|
490
|
-
var version = "12.2.
|
|
490
|
+
var version = "12.2.8";
|
|
491
491
|
|
|
492
492
|
exports["default"] = dateTimeInput;
|
|
493
493
|
exports.version = version;
|
|
@@ -544,6 +544,6 @@ DateTimeInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
544
544
|
var dateTimeInput = injectIntl(DateTimeInput);
|
|
545
545
|
|
|
546
546
|
// NOTE: This string will be replaced on build time with the package version.
|
|
547
|
-
var version = "12.2.
|
|
547
|
+
var version = "12.2.8";
|
|
548
548
|
|
|
549
549
|
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": "12.2.
|
|
4
|
+
"version": "12.2.8",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
24
24
|
"@commercetools-uikit/accessible-button": "12.2.5",
|
|
25
25
|
"@commercetools-uikit/calendar-time-utils": "12.2.5",
|
|
26
|
-
"@commercetools-uikit/calendar-utils": "12.2.
|
|
26
|
+
"@commercetools-uikit/calendar-utils": "12.2.8",
|
|
27
27
|
"@commercetools-uikit/constraints": "12.2.5",
|
|
28
28
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
29
29
|
"@commercetools-uikit/hooks": "12.2.5",
|