@commercetools-uikit/stamp 15.2.3 → 15.2.4

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.3";
107
+ var version = "15.2.4";
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.3";
102
+ var version = "15.2.4";
103
103
 
104
104
  exports["default"] = Stamp$1;
105
105
  exports.version = version;
@@ -88,6 +88,6 @@ Stamp.defaultProps = defaultProps;
88
88
  var Stamp$1 = Stamp;
89
89
 
90
90
  // NOTE: This string will be replaced on build time with the package version.
91
- var version = "15.2.3";
91
+ var version = "15.2.4";
92
92
 
93
93
  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.2.3",
4
+ "version": "15.2.4",
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.2.3",
24
+ "@commercetools-uikit/design-system": "15.2.4",
25
25
  "@emotion/react": "^11.4.0",
26
26
  "prop-types": "15.8.1"
27
27
  },