@commercetools-uikit/avatar 16.7.3 → 16.7.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.
@@ -121,7 +121,7 @@ Avatar.defaultProps = defaultProps;
121
121
  var Avatar$1 = Avatar;
122
122
 
123
123
  // NOTE: This string will be replaced on build time with the package version.
124
- var version = "16.7.3";
124
+ var version = "16.7.4";
125
125
 
126
126
  exports["default"] = Avatar$1;
127
127
  exports.version = version;
@@ -121,7 +121,7 @@ Avatar.defaultProps = defaultProps;
121
121
  var Avatar$1 = Avatar;
122
122
 
123
123
  // NOTE: This string will be replaced on build time with the package version.
124
- var version = "16.7.3";
124
+ var version = "16.7.4";
125
125
 
126
126
  exports["default"] = Avatar$1;
127
127
  exports.version = version;
@@ -102,6 +102,6 @@ Avatar.defaultProps = defaultProps;
102
102
  var Avatar$1 = Avatar;
103
103
 
104
104
  // NOTE: This string will be replaced on build time with the package version.
105
- var version = "16.7.3";
105
+ var version = "16.7.4";
106
106
 
107
107
  export { Avatar$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/avatar",
3
3
  "description": "A component for rendering profile images",
4
- "version": "16.7.3",
4
+ "version": "16.7.4",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "16.7.3",
25
- "@commercetools-uikit/utils": "16.7.3",
24
+ "@commercetools-uikit/design-system": "16.7.4",
25
+ "@commercetools-uikit/utils": "16.7.4",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "prop-types": "15.8.1"