@commercetools-uikit/stamp 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.
@@ -103,8 +103,8 @@ Stamp.displayName = 'Stamp';
103
103
  Stamp.defaultProps = defaultProps;
104
104
  var Stamp$1 = Stamp;
105
105
 
106
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
107
- var version = '12.2.4';
106
+ // NOTE: This string will be replaced on build time with the package version.
107
+ var version = "12.2.5";
108
108
 
109
109
  exports["default"] = Stamp$1;
110
110
  exports.version = version;
@@ -98,8 +98,8 @@ Stamp.displayName = 'Stamp';
98
98
  Stamp.defaultProps = defaultProps;
99
99
  var Stamp$1 = Stamp;
100
100
 
101
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
102
- var version = '12.2.4';
101
+ // NOTE: This string will be replaced on build time with the package version.
102
+ var version = "12.2.5";
103
103
 
104
104
  exports["default"] = Stamp$1;
105
105
  exports.version = version;
@@ -87,7 +87,7 @@ Stamp.displayName = 'Stamp';
87
87
  Stamp.defaultProps = defaultProps;
88
88
  var Stamp$1 = Stamp;
89
89
 
90
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
91
- var version = '12.2.4';
90
+ // NOTE: This string will be replaced on build time with the package version.
91
+ var version = "12.2.5";
92
92
 
93
93
  export { Stamp$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/stamp",
3
3
  "description": "Stamps are visual labels which hold small amounts of information regarding an item. (E.g Indicating if a product is published in a list).",
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,23 +9,26 @@
9
9
  "directory": "packages/components/stamp"
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-stamp.cjs.js",
20
24
  "module": "dist/commercetools-uikit-stamp.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/design-system": "12.2.4",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/design-system": "12.2.5",
29
32
  "@emotion/react": "^11.4.0",
30
33
  "prop-types": "15.7.2"
31
34
  },