@commercetools-uikit/date-time-field 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.
@@ -288,7 +288,7 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
288
288
  var DateTimeField$1 = DateTimeField;
289
289
 
290
290
  // NOTE: This string will be replaced on build time with the package version.
291
- var version = "12.2.7";
291
+ var version = "12.2.8";
292
292
 
293
293
  exports["default"] = DateTimeField$1;
294
294
  exports.version = version;
@@ -149,7 +149,7 @@ DateTimeField.propTypes = {};
149
149
  var DateTimeField$1 = DateTimeField;
150
150
 
151
151
  // NOTE: This string will be replaced on build time with the package version.
152
- var version = "12.2.7";
152
+ var version = "12.2.8";
153
153
 
154
154
  exports["default"] = DateTimeField$1;
155
155
  exports.version = version;
@@ -262,6 +262,6 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
262
262
  var DateTimeField$1 = DateTimeField;
263
263
 
264
264
  // NOTE: This string will be replaced on build time with the package version.
265
- var version = "12.2.7";
265
+ var version = "12.2.8";
266
266
 
267
267
  export { DateTimeField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/date-time-field",
3
3
  "description": "A controlled date time input component for single date, with validation states and a label.",
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/constraints": "12.2.5",
25
- "@commercetools-uikit/date-time-input": "12.2.7",
25
+ "@commercetools-uikit/date-time-input": "12.2.8",
26
26
  "@commercetools-uikit/design-system": "12.2.5",
27
27
  "@commercetools-uikit/field-errors": "12.2.5",
28
28
  "@commercetools-uikit/field-label": "12.2.7",