@commercetools-uikit/pagination 20.1.0 → 20.2.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.
@@ -290,7 +290,7 @@ Pagination.displayName = 'Pagination';
290
290
  var Pagination$1 = Pagination;
291
291
 
292
292
  // NOTE: This string will be replaced on build time with the package version.
293
- var version = "20.1.0";
293
+ var version = "20.2.1";
294
294
 
295
295
  exports.PageNavigator = PageNavigator$1;
296
296
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -284,7 +284,7 @@ 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.1.0";
287
+ var version = "20.2.1";
288
288
 
289
289
  exports.PageNavigator = PageNavigator$1;
290
290
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -265,6 +265,6 @@ Pagination.displayName = 'Pagination';
265
265
  var Pagination$1 = Pagination;
266
266
 
267
267
  // NOTE: This string will be replaced on build time with the package version.
268
- var version = "20.1.0";
268
+ var version = "20.2.1";
269
269
 
270
270
  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.1.0",
4
+ "version": "20.2.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.1.0",
25
- "@commercetools-uikit/design-system": "20.1.0",
26
- "@commercetools-uikit/icons": "20.1.0",
27
- "@commercetools-uikit/label": "20.1.0",
28
- "@commercetools-uikit/number-input": "20.1.0",
29
- "@commercetools-uikit/secondary-icon-button": "20.1.0",
30
- "@commercetools-uikit/select-input": "20.1.0",
31
- "@commercetools-uikit/spacings": "20.1.0",
32
- "@commercetools-uikit/text": "20.1.0",
33
- "@commercetools-uikit/utils": "20.1.0",
24
+ "@commercetools-uikit/constraints": "20.2.1",
25
+ "@commercetools-uikit/design-system": "20.2.1",
26
+ "@commercetools-uikit/icons": "20.2.1",
27
+ "@commercetools-uikit/label": "20.2.1",
28
+ "@commercetools-uikit/number-input": "20.2.1",
29
+ "@commercetools-uikit/secondary-icon-button": "20.2.1",
30
+ "@commercetools-uikit/select-input": "20.2.1",
31
+ "@commercetools-uikit/spacings": "20.2.1",
32
+ "@commercetools-uikit/text": "20.2.1",
33
+ "@commercetools-uikit/utils": "20.2.1",
34
34
  "@emotion/react": "^11.10.5",
35
35
  "@emotion/styled": "^11.10.5",
36
36
  "formik": "^2.4.6",