@commercetools-uikit/pagination 14.0.1 → 14.0.2

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.
@@ -331,7 +331,7 @@ Pagination.defaultProps = defaultProps;
331
331
  var Pagination$1 = Pagination;
332
332
 
333
333
  // NOTE: This string will be replaced on build time with the package version.
334
- var version = "14.0.1";
334
+ var version = "14.0.2";
335
335
 
336
336
  exports.PageNavigator = PageNavigator$1;
337
337
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -310,7 +310,7 @@ Pagination.defaultProps = defaultProps;
310
310
  var Pagination$1 = Pagination;
311
311
 
312
312
  // NOTE: This string will be replaced on build time with the package version.
313
- var version = "14.0.1";
313
+ var version = "14.0.2";
314
314
 
315
315
  exports.PageNavigator = PageNavigator$1;
316
316
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -303,6 +303,6 @@ Pagination.defaultProps = defaultProps;
303
303
  var Pagination$1 = Pagination;
304
304
 
305
305
  // NOTE: This string will be replaced on build time with the package version.
306
- var version = "14.0.1";
306
+ var version = "14.0.2";
307
307
 
308
308
  export { PageNavigator$1 as PageNavigator, PageSizeSelector$1 as PageSizeSelector, Pagination$1 as Pagination, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/pagination",
3
3
  "description": "Components for navigating through pages of items",
4
- "version": "14.0.1",
4
+ "version": "14.0.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,9 +25,9 @@
25
25
  "@commercetools-uikit/design-system": "14.0.0",
26
26
  "@commercetools-uikit/icons": "14.0.1",
27
27
  "@commercetools-uikit/label": "14.0.1",
28
- "@commercetools-uikit/number-input": "14.0.1",
29
- "@commercetools-uikit/secondary-icon-button": "14.0.1",
30
- "@commercetools-uikit/select-input": "14.0.1",
28
+ "@commercetools-uikit/number-input": "14.0.2",
29
+ "@commercetools-uikit/secondary-icon-button": "14.0.2",
30
+ "@commercetools-uikit/select-input": "14.0.2",
31
31
  "@commercetools-uikit/spacings": "14.0.1",
32
32
  "@commercetools-uikit/text": "14.0.1",
33
33
  "@commercetools-uikit/utils": "14.0.1",