@commercetools-uikit/date-time-field 16.2.0 → 16.2.1

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.
@@ -171,7 +171,7 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
171
171
  var DateTimeField$1 = DateTimeField;
172
172
 
173
173
  // NOTE: This string will be replaced on build time with the package version.
174
- var version = "16.2.0";
174
+ var version = "16.2.1";
175
175
 
176
176
  exports["default"] = DateTimeField$1;
177
177
  exports.version = version;
@@ -144,7 +144,7 @@ DateTimeField.propTypes = {};
144
144
  var DateTimeField$1 = DateTimeField;
145
145
 
146
146
  // NOTE: This string will be replaced on build time with the package version.
147
- var version = "16.2.0";
147
+ var version = "16.2.1";
148
148
 
149
149
  exports["default"] = DateTimeField$1;
150
150
  exports.version = version;
@@ -147,6 +147,6 @@ DateTimeField.propTypes = process.env.NODE_ENV !== "production" ? {
147
147
  var DateTimeField$1 = DateTimeField;
148
148
 
149
149
  // NOTE: This string will be replaced on build time with the package version.
150
- var version = "16.2.0";
150
+ var version = "16.2.1";
151
151
 
152
152
  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": "16.2.0",
4
+ "version": "16.2.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "16.2.0",
25
- "@commercetools-uikit/date-time-input": "16.2.0",
26
- "@commercetools-uikit/design-system": "16.2.0",
27
- "@commercetools-uikit/field-errors": "16.2.0",
28
- "@commercetools-uikit/field-label": "16.2.0",
29
- "@commercetools-uikit/spacings": "16.2.0",
30
- "@commercetools-uikit/utils": "16.2.0",
24
+ "@commercetools-uikit/constraints": "16.2.1",
25
+ "@commercetools-uikit/date-time-input": "16.2.1",
26
+ "@commercetools-uikit/design-system": "16.2.1",
27
+ "@commercetools-uikit/field-errors": "16.2.1",
28
+ "@commercetools-uikit/field-label": "16.2.1",
29
+ "@commercetools-uikit/spacings": "16.2.1",
30
+ "@commercetools-uikit/utils": "16.2.1",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "prop-types": "15.8.1",