@atlaskit/avatar 21.11.0 → 21.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/avatar
2
2
 
3
+ ## 21.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#120049](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/120049)
8
+ [`77504ff274f72`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77504ff274f72) -
9
+ DSP-19576: Assign names to anonymous default exports
10
+
11
+ ## 21.11.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 21.11.0
4
18
 
5
19
  ### Minor Changes
@@ -29,7 +29,7 @@ var _templateObject;
29
29
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
30
30
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
31
31
  var packageName = "@atlaskit/avatar";
32
- var packageVersion = "21.11.0";
32
+ var packageVersion = "21.11.2";
33
33
 
34
34
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
35
35
 
@@ -18,7 +18,7 @@ import { PresenceWrapper } from './Presence';
18
18
  import { StatusWrapper } from './Status';
19
19
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
20
20
  const packageName = "@atlaskit/avatar";
21
- const packageVersion = "21.11.0";
21
+ const packageVersion = "21.11.2";
22
22
 
23
23
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
24
24
 
@@ -23,7 +23,7 @@ import { PresenceWrapper } from './Presence';
23
23
  import { StatusWrapper } from './Status';
24
24
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
25
25
  var packageName = "@atlaskit/avatar";
26
- var packageVersion = "21.11.0";
26
+ var packageVersion = "21.11.2";
27
27
 
28
28
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.11.0",
3
+ "version": "21.11.2",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@atlaskit/analytics-next": "^9.3.0",
48
- "@atlaskit/icon": "^22.5.0",
48
+ "@atlaskit/icon": "^22.6.0",
49
49
  "@atlaskit/platform-feature-flags": "^0.3.0",
50
- "@atlaskit/primitives": "^10.0.0",
50
+ "@atlaskit/primitives": "^11.0.0",
51
51
  "@atlaskit/theme": "^12.11.0",
52
- "@atlaskit/tokens": "^1.53.0",
52
+ "@atlaskit/tokens": "^1.54.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "@emotion/serialize": "^1.1.0",