@commercetools-uikit/stamp 15.2.1 → 15.2.2
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.
|
@@ -104,7 +104,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
104
104
|
var Stamp$1 = Stamp;
|
|
105
105
|
|
|
106
106
|
// NOTE: This string will be replaced on build time with the package version.
|
|
107
|
-
var version = "15.2.
|
|
107
|
+
var version = "15.2.2";
|
|
108
108
|
|
|
109
109
|
exports["default"] = Stamp$1;
|
|
110
110
|
exports.version = version;
|
|
@@ -99,7 +99,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
99
99
|
var Stamp$1 = Stamp;
|
|
100
100
|
|
|
101
101
|
// NOTE: This string will be replaced on build time with the package version.
|
|
102
|
-
var version = "15.2.
|
|
102
|
+
var version = "15.2.2";
|
|
103
103
|
|
|
104
104
|
exports["default"] = Stamp$1;
|
|
105
105
|
exports.version = version;
|
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": "15.2.
|
|
4
|
+
"version": "15.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
24
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
25
25
|
"@emotion/react": "^11.4.0",
|
|
26
26
|
"prop-types": "15.8.1"
|
|
27
27
|
},
|