@commercetools-uikit/time-input 13.0.0 → 13.0.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.
@@ -383,7 +383,7 @@ TimeInput.toLocaleTime = function (time, locale) {
383
383
  var TimeInput$1 = TimeInput;
384
384
 
385
385
  // NOTE: This string will be replaced on build time with the package version.
386
- var version = "13.0.0";
386
+ var version = "13.0.1";
387
387
 
388
388
  exports["default"] = TimeInput$1;
389
389
  exports.version = version;
@@ -348,7 +348,7 @@ TimeInput.toLocaleTime = function (time, locale) {
348
348
  var TimeInput$1 = TimeInput;
349
349
 
350
350
  // NOTE: This string will be replaced on build time with the package version.
351
- var version = "13.0.0";
351
+ var version = "13.0.1";
352
352
 
353
353
  exports["default"] = TimeInput$1;
354
354
  exports.version = version;
@@ -361,6 +361,6 @@ TimeInput.toLocaleTime = function (time, locale) {
361
361
  var TimeInput$1 = TimeInput;
362
362
 
363
363
  // NOTE: This string will be replaced on build time with the package version.
364
- var version = "13.0.0";
364
+ var version = "13.0.1";
365
365
 
366
366
  export { TimeInput$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare var _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/time-input",
3
3
  "description": "The TimeInput component allows the user to select a time.",
4
- "version": "13.0.0",
4
+ "version": "13.0.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",