@commercetools-uikit/stamp 15.13.0 → 15.13.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.
@@ -157,7 +157,7 @@ Stamp.defaultProps = defaultProps;
157
157
  var Stamp$1 = Stamp;
158
158
 
159
159
  // NOTE: This string will be replaced on build time with the package version.
160
- var version = "15.13.0";
160
+ var version = "15.13.2";
161
161
 
162
162
  exports["default"] = Stamp$1;
163
163
  exports.version = version;
@@ -150,7 +150,7 @@ Stamp.defaultProps = defaultProps;
150
150
  var Stamp$1 = Stamp;
151
151
 
152
152
  // NOTE: This string will be replaced on build time with the package version.
153
- var version = "15.13.0";
153
+ var version = "15.13.2";
154
154
 
155
155
  exports["default"] = Stamp$1;
156
156
  exports.version = version;
@@ -139,6 +139,6 @@ Stamp.defaultProps = defaultProps;
139
139
  var Stamp$1 = Stamp;
140
140
 
141
141
  // NOTE: This string will be replaced on build time with the package version.
142
- var version = "15.13.0";
142
+ var version = "15.13.2";
143
143
 
144
144
  export { Stamp$1 as default, 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.13.0",
4
+ "version": "15.13.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": "15.13.0",
25
- "@commercetools-uikit/spacings-inline": "15.13.0",
26
- "@commercetools-uikit/text": "15.13.0",
27
- "@commercetools-uikit/utils": "15.13.0",
24
+ "@commercetools-uikit/design-system": "15.13.2",
25
+ "@commercetools-uikit/spacings-inline": "15.13.2",
26
+ "@commercetools-uikit/text": "15.13.2",
27
+ "@commercetools-uikit/utils": "15.13.2",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "prop-types": "15.8.1"
30
30
  },