@commercetools-uikit/time-field 14.0.2 → 14.0.3

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.
@@ -193,7 +193,7 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
193
193
  var TimeField$1 = TimeField;
194
194
 
195
195
  // NOTE: This string will be replaced on build time with the package version.
196
- var version = "14.0.2";
196
+ var version = "14.0.3";
197
197
 
198
198
  exports["default"] = TimeField$1;
199
199
  exports.version = version;
@@ -165,7 +165,7 @@ TimeField.propTypes = {};
165
165
  var TimeField$1 = TimeField;
166
166
 
167
167
  // NOTE: This string will be replaced on build time with the package version.
168
- var version = "14.0.2";
168
+ var version = "14.0.3";
169
169
 
170
170
  exports["default"] = TimeField$1;
171
171
  exports.version = version;
@@ -168,6 +168,6 @@ TimeField.propTypes = process.env.NODE_ENV !== "production" ? {
168
168
  var TimeField$1 = TimeField;
169
169
 
170
170
  // NOTE: This string will be replaced on build time with the package version.
171
- var version = "14.0.2";
171
+ var version = "14.0.3";
172
172
 
173
173
  export { TimeField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/time-field",
3
3
  "description": "A controlled date input component for single date.",
4
- "version": "14.0.2",
4
+ "version": "14.0.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@commercetools-uikit/field-errors": "14.0.1",
27
27
  "@commercetools-uikit/field-label": "14.0.2",
28
28
  "@commercetools-uikit/spacings-stack": "14.0.1",
29
- "@commercetools-uikit/time-input": "14.0.2",
29
+ "@commercetools-uikit/time-input": "14.0.3",
30
30
  "@commercetools-uikit/utils": "14.0.1",
31
31
  "@emotion/react": "^11.4.0",
32
32
  "@emotion/styled": "^11.3.0",