@commercetools-uikit/avatar 19.2.0 → 19.3.1

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.
@@ -202,7 +202,7 @@ Avatar.defaultProps = defaultProps;
202
202
  var Avatar$1 = Avatar;
203
203
 
204
204
  // NOTE: This string will be replaced on build time with the package version.
205
- var version = "19.2.0";
205
+ var version = "19.3.1";
206
206
 
207
207
  exports["default"] = Avatar$1;
208
208
  exports.version = version;
@@ -193,7 +193,7 @@ Avatar.defaultProps = defaultProps;
193
193
  var Avatar$1 = Avatar;
194
194
 
195
195
  // NOTE: This string will be replaced on build time with the package version.
196
- var version = "19.2.0";
196
+ var version = "19.3.1";
197
197
 
198
198
  exports["default"] = Avatar$1;
199
199
  exports.version = version;
@@ -181,6 +181,6 @@ Avatar.defaultProps = defaultProps;
181
181
  var Avatar$1 = Avatar;
182
182
 
183
183
  // NOTE: This string will be replaced on build time with the package version.
184
- var version = "19.2.0";
184
+ var version = "19.3.1";
185
185
 
186
186
  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": "19.2.0",
4
+ "version": "19.3.1",
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": "19.2.0",
25
- "@commercetools-uikit/utils": "19.2.0",
24
+ "@commercetools-uikit/design-system": "19.3.1",
25
+ "@commercetools-uikit/utils": "19.3.1",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "lodash": "4.17.21",