@commercetools-uikit/stamp 15.3.0 → 15.4.0
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.
|
@@ -77,7 +77,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
77
77
|
var Stamp$1 = Stamp;
|
|
78
78
|
|
|
79
79
|
// NOTE: This string will be replaced on build time with the package version.
|
|
80
|
-
var version = "15.
|
|
80
|
+
var version = "15.4.0";
|
|
81
81
|
|
|
82
82
|
exports["default"] = Stamp$1;
|
|
83
83
|
exports.version = version;
|
|
@@ -69,7 +69,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
69
69
|
var Stamp$1 = Stamp;
|
|
70
70
|
|
|
71
71
|
// NOTE: This string will be replaced on build time with the package version.
|
|
72
|
-
var version = "15.
|
|
72
|
+
var version = "15.4.0";
|
|
73
73
|
|
|
74
74
|
exports["default"] = Stamp$1;
|
|
75
75
|
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.
|
|
4
|
+
"version": "15.4.0",
|
|
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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/design-system": "15.
|
|
24
|
+
"@commercetools-uikit/design-system": "15.4.0",
|
|
25
25
|
"@emotion/react": "^11.4.0",
|
|
26
26
|
"prop-types": "15.8.1"
|
|
27
27
|
},
|