@commercetools-uikit/date-input 15.1.0 → 15.1.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.
@@ -339,7 +339,7 @@ DateInput.isEmpty = function (value) {
339
339
  var DateInput$1 = DateInput;
340
340
 
341
341
  // NOTE: This string will be replaced on build time with the package version.
342
- var version = "15.1.0";
342
+ var version = "15.1.1";
343
343
 
344
344
  exports["default"] = DateInput$1;
345
345
  exports.version = version;
@@ -319,7 +319,7 @@ DateInput.isEmpty = function (value) {
319
319
  var DateInput$1 = DateInput;
320
320
 
321
321
  // NOTE: This string will be replaced on build time with the package version.
322
- var version = "15.1.0";
322
+ var version = "15.1.1";
323
323
 
324
324
  exports["default"] = DateInput$1;
325
325
  exports.version = version;
@@ -318,6 +318,6 @@ DateInput.isEmpty = function (value) {
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 = "15.1.0";
321
+ var version = "15.1.1";
322
322
 
323
323
  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": "15.1.0",
4
+ "version": "15.1.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,19 +21,19 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.17.2",
23
23
  "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/accessible-button": "15.1.0",
25
- "@commercetools-uikit/calendar-time-utils": "15.1.0",
26
- "@commercetools-uikit/calendar-utils": "15.1.0",
27
- "@commercetools-uikit/constraints": "15.1.0",
28
- "@commercetools-uikit/design-system": "15.1.0",
29
- "@commercetools-uikit/hooks": "15.1.0",
30
- "@commercetools-uikit/icons": "15.1.0",
31
- "@commercetools-uikit/secondary-icon-button": "15.1.0",
32
- "@commercetools-uikit/select-utils": "15.1.0",
33
- "@commercetools-uikit/spacings-inline": "15.1.0",
34
- "@commercetools-uikit/text": "15.1.0",
35
- "@commercetools-uikit/tooltip": "15.1.0",
36
- "@commercetools-uikit/utils": "15.1.0",
24
+ "@commercetools-uikit/accessible-button": "15.1.1",
25
+ "@commercetools-uikit/calendar-time-utils": "15.1.1",
26
+ "@commercetools-uikit/calendar-utils": "15.1.1",
27
+ "@commercetools-uikit/constraints": "15.1.1",
28
+ "@commercetools-uikit/design-system": "15.1.1",
29
+ "@commercetools-uikit/hooks": "15.1.1",
30
+ "@commercetools-uikit/icons": "15.1.1",
31
+ "@commercetools-uikit/secondary-icon-button": "15.1.1",
32
+ "@commercetools-uikit/select-utils": "15.1.1",
33
+ "@commercetools-uikit/spacings-inline": "15.1.1",
34
+ "@commercetools-uikit/text": "15.1.1",
35
+ "@commercetools-uikit/tooltip": "15.1.1",
36
+ "@commercetools-uikit/utils": "15.1.1",
37
37
  "@emotion/react": "^11.4.0",
38
38
  "@emotion/styled": "^11.3.0",
39
39
  "downshift": "6.1.7",
@@ -42,7 +42,7 @@
42
42
  "warning": "4.0.3"
43
43
  },
44
44
  "devDependencies": {
45
- "moment": "2.29.3",
45
+ "moment": "2.29.4",
46
46
  "react": "17.0.2",
47
47
  "react-intl": "^5.24.6"
48
48
  },