@commercetools-uikit/secondary-button 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.
@@ -151,8 +151,8 @@ SecondaryButton.displayName = 'SecondaryButton';
151
151
  SecondaryButton.defaultProps = defaultProps;
152
152
  var SecondaryButton$1 = SecondaryButton;
153
153
 
154
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
155
- var version = '12.2.4';
154
+ // NOTE: This string will be replaced on build time with the package version.
155
+ var version = "12.2.5";
156
156
 
157
157
  exports["default"] = SecondaryButton$1;
158
158
  exports.version = version;
@@ -137,8 +137,8 @@ SecondaryButton.displayName = 'SecondaryButton';
137
137
  SecondaryButton.defaultProps = defaultProps;
138
138
  var SecondaryButton$1 = SecondaryButton;
139
139
 
140
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
141
- var version = '12.2.4';
140
+ // NOTE: This string will be replaced on build time with the package version.
141
+ var version = "12.2.5";
142
142
 
143
143
  exports["default"] = SecondaryButton$1;
144
144
  exports.version = version;
@@ -133,7 +133,7 @@ SecondaryButton.displayName = 'SecondaryButton';
133
133
  SecondaryButton.defaultProps = defaultProps;
134
134
  var SecondaryButton$1 = SecondaryButton;
135
135
 
136
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
137
- var version = '12.2.4';
136
+ // NOTE: This string will be replaced on build time with the package version.
137
+ var version = "12.2.5";
138
138
 
139
139
  export { SecondaryButton$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/secondary-button",
3
3
  "description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
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,36 +9,39 @@
9
9
  "directory": "packages/components/buttons/secondary-button"
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-secondary-button.cjs.js",
20
24
  "module": "dist/commercetools-uikit-secondary-button.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/accessible-button": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/spacings-inline": "12.2.4",
31
- "@commercetools-uikit/text": "12.2.4",
32
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/accessible-button": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/spacings-inline": "12.2.5",
34
+ "@commercetools-uikit/text": "12.2.5",
35
+ "@commercetools-uikit/utils": "12.2.5",
33
36
  "@emotion/react": "^11.4.0",
34
37
  "@emotion/styled": "^11.3.0",
35
- "common-tags": "1.8.0",
38
+ "common-tags": "1.8.2",
36
39
  "lodash": "4.17.21",
37
40
  "prop-types": "15.7.2"
38
41
  },
39
42
  "devDependencies": {
40
43
  "react": "17.0.2",
41
- "react-intl": "5.20.12",
44
+ "react-intl": "5.21.2",
42
45
  "react-router-dom": "5.3.0"
43
46
  },
44
47
  "peerDependencies": {