@commercetools-uikit/pagination 20.6.0 → 20.6.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.
@@ -309,7 +309,7 @@ Pagination.displayName = 'Pagination';
309
309
  var Pagination$1 = Pagination;
310
310
 
311
311
  // NOTE: This string will be replaced on build time with the package version.
312
- var version = "20.6.0";
312
+ var version = "20.6.1";
313
313
 
314
314
  exports.PageNavigator = PageNavigator$1;
315
315
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -303,7 +303,7 @@ Pagination.displayName = 'Pagination';
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 = "20.6.0";
306
+ var version = "20.6.1";
307
307
 
308
308
  exports.PageNavigator = PageNavigator$1;
309
309
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -284,6 +284,6 @@ Pagination.displayName = 'Pagination';
284
284
  var Pagination$1 = Pagination;
285
285
 
286
286
  // NOTE: This string will be replaced on build time with the package version.
287
- var version = "20.6.0";
287
+ var version = "20.6.1";
288
288
 
289
289
  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": "20.6.0",
4
+ "version": "20.6.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -33,19 +33,19 @@
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "formik": "^2.4.6",
35
35
  "lodash": "4.18.1",
36
- "@commercetools-uikit/design-system": "^20.6.0",
37
- "@commercetools-uikit/constraints": "^20.6.0",
38
- "@commercetools-uikit/number-input": "^20.6.0",
39
- "@commercetools-uikit/label": "^20.6.0",
40
- "@commercetools-uikit/icons": "^20.6.0",
41
- "@commercetools-uikit/secondary-icon-button": "^20.6.0",
42
- "@commercetools-uikit/select-input": "^20.6.0",
43
- "@commercetools-uikit/utils": "^20.6.0",
44
- "@commercetools-uikit/text": "^20.6.0",
45
- "@commercetools-uikit/spacings": "^20.6.0"
36
+ "@commercetools-uikit/constraints": "^20.6.1",
37
+ "@commercetools-uikit/design-system": "^20.6.1",
38
+ "@commercetools-uikit/icons": "^20.6.1",
39
+ "@commercetools-uikit/label": "^20.6.1",
40
+ "@commercetools-uikit/number-input": "^20.6.1",
41
+ "@commercetools-uikit/secondary-icon-button": "^20.6.1",
42
+ "@commercetools-uikit/spacings": "^20.6.1",
43
+ "@commercetools-uikit/text": "^20.6.1",
44
+ "@commercetools-uikit/utils": "^20.6.1",
45
+ "@commercetools-uikit/select-input": "^20.6.1"
46
46
  },
47
47
  "devDependencies": {
48
- "react": "19.2.0",
48
+ "react": "19.2.6",
49
49
  "react-intl": "^7.1.4"
50
50
  },
51
51
  "peerDependencies": {