@atlaskit/avatar 21.4.0 → 21.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/avatar
2
2
 
3
+ ## 21.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729) [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol package to push model in Jira
8
+
3
9
  ## 21.4.0
4
10
 
5
11
  ### Minor Changes
@@ -22,7 +22,7 @@ var _templateObject;
22
22
  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; }
23
23
  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; }
24
24
  var packageName = "@atlaskit/avatar";
25
- var packageVersion = "21.4.0";
25
+ var packageVersion = "21.4.1";
26
26
 
27
27
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
28
28
 
@@ -10,7 +10,7 @@ import { PresenceWrapper } from './Presence';
10
10
  import { StatusWrapper } from './Status';
11
11
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
12
12
  const packageName = "@atlaskit/avatar";
13
- const packageVersion = "21.4.0";
13
+ const packageVersion = "21.4.1";
14
14
 
15
15
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
16
16
 
@@ -15,7 +15,7 @@ import { PresenceWrapper } from './Presence';
15
15
  import { StatusWrapper } from './Status';
16
16
  import { getButtonProps, getCustomElement, getLinkProps } from './utilities';
17
17
  var packageName = "@atlaskit/avatar";
18
- var packageVersion = "21.4.0";
18
+ var packageVersion = "21.4.1";
19
19
 
20
20
  // eslint-disable-next-line @repo/internal/react/consistent-types-definitions
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/avatar",
3
- "version": "21.4.0",
3
+ "version": "21.4.1",
4
4
  "description": "An avatar is a visual representation of a user or entity.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,6 +25,9 @@
25
25
  "atlassian": {
26
26
  "team": "Design System Team",
27
27
  "releaseModel": "continuous",
28
+ "productPushConsumption": [
29
+ "jira"
30
+ ],
28
31
  "website": {
29
32
  "name": "Avatar",
30
33
  "category": "Components"
@@ -43,7 +46,7 @@
43
46
  "@atlaskit/analytics-next": "^9.1.0",
44
47
  "@atlaskit/icon": "^21.12.0",
45
48
  "@atlaskit/theme": "^12.6.0",
46
- "@atlaskit/tokens": "^1.25.0",
49
+ "@atlaskit/tokens": "^1.28.0",
47
50
  "@babel/runtime": "^7.0.0",
48
51
  "@emotion/react": "^11.7.1",
49
52
  "@emotion/serialize": "^1.1.0"
@@ -55,7 +58,6 @@
55
58
  "@af/accessibility-testing": "*",
56
59
  "@af/visual-regression": "*",
57
60
  "@atlaskit/ds-lib": "^2.2.0",
58
- "@atlaskit/icon": "^21.12.0",
59
61
  "@atlaskit/ssr": "*",
60
62
  "@atlaskit/tooltip": "^17.8.0",
61
63
  "@atlaskit/visual-regression": "*",