@commercetools-uikit/stamp 20.2.0 → 20.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.
|
@@ -156,7 +156,7 @@ Stamp.displayName = 'Stamp';
|
|
|
156
156
|
var Stamp$1 = Stamp;
|
|
157
157
|
|
|
158
158
|
// NOTE: This string will be replaced on build time with the package version.
|
|
159
|
-
var version = "20.2.
|
|
159
|
+
var version = "20.2.2";
|
|
160
160
|
|
|
161
161
|
exports["default"] = Stamp$1;
|
|
162
162
|
exports.version = version;
|
|
@@ -156,7 +156,7 @@ Stamp.displayName = 'Stamp';
|
|
|
156
156
|
var Stamp$1 = Stamp;
|
|
157
157
|
|
|
158
158
|
// NOTE: This string will be replaced on build time with the package version.
|
|
159
|
-
var version = "20.2.
|
|
159
|
+
var version = "20.2.2";
|
|
160
160
|
|
|
161
161
|
exports["default"] = Stamp$1;
|
|
162
162
|
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": "20.2.
|
|
4
|
+
"version": "20.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "20.2.
|
|
25
|
-
"@commercetools-uikit/spacings-inline": "20.2.
|
|
26
|
-
"@commercetools-uikit/text": "20.2.
|
|
27
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/spacings-inline": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/text": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
28
28
|
"@emotion/react": "^11.10.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|