@commercetools-uikit/date-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.
@@ -391,7 +391,7 @@ DateInput.propTypes = process.env.NODE_ENV !== "production" ? {
391
391
  var DateInput$1 = DateInput;
392
392
 
393
393
  // NOTE: This string will be replaced on build time with the package version.
394
- var version = "12.2.7";
394
+ var version = "12.2.8";
395
395
 
396
396
  exports["default"] = DateInput$1;
397
397
  exports.version = version;
@@ -318,7 +318,7 @@ DateInput.propTypes = {};
318
318
  var DateInput$1 = DateInput;
319
319
 
320
320
  // NOTE: This string will be replaced on build time with the package version.
321
- var version = "12.2.7";
321
+ var version = "12.2.8";
322
322
 
323
323
  exports["default"] = DateInput$1;
324
324
  exports.version = version;
@@ -370,6 +370,6 @@ DateInput.propTypes = process.env.NODE_ENV !== "production" ? {
370
370
  var DateInput$1 = DateInput;
371
371
 
372
372
  // NOTE: This string will be replaced on build time with the package version.
373
- var version = "12.2.7";
373
+ var version = "12.2.8";
374
374
 
375
375
  export { DateInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-input",
3
3
  "description": "The `DateInput` component allows the user to select a date. It formats the selected date depending on the users' locale.",
4
- "version": "12.2.7",
4
+ "version": "12.2.8",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "@babel/runtime": "7.16.3",
23
23
  "@babel/runtime-corejs3": "7.16.3",
24
24
  "@commercetools-uikit/accessible-button": "12.2.5",
25
- "@commercetools-uikit/calendar-utils": "12.2.7",
25
+ "@commercetools-uikit/calendar-utils": "12.2.8",
26
26
  "@commercetools-uikit/constraints": "12.2.5",
27
27
  "@commercetools-uikit/design-system": "12.2.5",
28
28
  "@commercetools-uikit/hooks": "12.2.5",