@commercetools-uikit/pagination 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.
@@ -369,7 +369,7 @@ Pagination.defaultProps = {
369
369
  var Pagination$1 = Pagination;
370
370
 
371
371
  // NOTE: This string will be replaced on build time with the package version.
372
- var version = "13.0.0";
372
+ var version = "13.0.1";
373
373
 
374
374
  exports.PageNavigator = PageNavigator$1;
375
375
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -306,7 +306,7 @@ Pagination.defaultProps = {
306
306
  var Pagination$1 = Pagination;
307
307
 
308
308
  // NOTE: This string will be replaced on build time with the package version.
309
- var version = "13.0.0";
309
+ var version = "13.0.1";
310
310
 
311
311
  exports.PageNavigator = PageNavigator$1;
312
312
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -341,6 +341,6 @@ Pagination.defaultProps = {
341
341
  var Pagination$1 = Pagination;
342
342
 
343
343
  // NOTE: This string will be replaced on build time with the package version.
344
- var version = "13.0.0";
344
+ var version = "13.0.1";
345
345
 
346
346
  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": "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",
@@ -26,9 +26,9 @@
26
26
  "@commercetools-uikit/icons": "13.0.0",
27
27
  "@commercetools-uikit/label": "13.0.0",
28
28
  "@commercetools-uikit/number-input": "13.0.0",
29
- "@commercetools-uikit/secondary-icon-button": "13.0.0",
30
- "@commercetools-uikit/select-input": "13.0.0",
31
- "@commercetools-uikit/spacings": "13.0.0",
29
+ "@commercetools-uikit/secondary-icon-button": "13.0.1",
30
+ "@commercetools-uikit/select-input": "13.0.1",
31
+ "@commercetools-uikit/spacings": "13.0.1",
32
32
  "@commercetools-uikit/text": "13.0.0",
33
33
  "@commercetools-uikit/utils": "12.2.9",
34
34
  "@emotion/react": "^11.4.0",