@commercetools-uikit/pagination 12.2.4 → 12.2.5

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.
@@ -368,8 +368,8 @@ Pagination.defaultProps = {
368
368
  };
369
369
  var Pagination$1 = Pagination;
370
370
 
371
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
372
- var version = '12.2.4';
371
+ // NOTE: This string will be replaced on build time with the package version.
372
+ var version = "12.2.5";
373
373
 
374
374
  exports.PageNavigator = PageNavigator$1;
375
375
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -305,8 +305,8 @@ Pagination.defaultProps = {
305
305
  };
306
306
  var Pagination$1 = Pagination;
307
307
 
308
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
309
- var version = '12.2.4';
308
+ // NOTE: This string will be replaced on build time with the package version.
309
+ var version = "12.2.5";
310
310
 
311
311
  exports.PageNavigator = PageNavigator$1;
312
312
  exports.PageSizeSelector = PageSizeSelector$1;
@@ -340,7 +340,7 @@ Pagination.defaultProps = {
340
340
  };
341
341
  var Pagination$1 = Pagination;
342
342
 
343
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
344
- var version = '12.2.4';
343
+ // NOTE: This string will be replaced on build time with the package version.
344
+ var version = "12.2.5";
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": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,32 +9,35 @@
9
9
  "directory": "packages/components/pagination"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-pagination.cjs.js",
20
24
  "module": "dist/commercetools-uikit-pagination.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/constraints": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/icons": "12.2.4",
31
- "@commercetools-uikit/label": "12.2.4",
32
- "@commercetools-uikit/number-input": "12.2.4",
33
- "@commercetools-uikit/secondary-icon-button": "12.2.4",
34
- "@commercetools-uikit/select-input": "12.2.4",
35
- "@commercetools-uikit/spacings": "12.2.4",
36
- "@commercetools-uikit/text": "12.2.4",
37
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/constraints": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/icons": "12.2.5",
34
+ "@commercetools-uikit/label": "12.2.5",
35
+ "@commercetools-uikit/number-input": "12.2.5",
36
+ "@commercetools-uikit/secondary-icon-button": "12.2.5",
37
+ "@commercetools-uikit/select-input": "12.2.5",
38
+ "@commercetools-uikit/spacings": "12.2.5",
39
+ "@commercetools-uikit/text": "12.2.5",
40
+ "@commercetools-uikit/utils": "12.2.5",
38
41
  "@emotion/react": "^11.4.0",
39
42
  "@emotion/styled": "^11.3.0",
40
43
  "formik": "^2.2.9",
@@ -43,7 +46,7 @@
43
46
  },
44
47
  "devDependencies": {
45
48
  "react": "17.0.2",
46
- "react-intl": "5.20.12"
49
+ "react-intl": "5.21.2"
47
50
  },
48
51
  "peerDependencies": {
49
52
  "react": "17.x",