@atlaskit/profilecard 19.11.8 → 19.13.0

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,25 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#99727](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99727)
8
+ [`80b09c8a9a96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/80b09c8a9a96) -
9
+ hot-109153 Revert the changes PR#98596
10
+
11
+ ## 19.12.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#98596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98596)
16
+ [`73481a25ddad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73481a25ddad) -
17
+ ECA11Y-189 Fix profile card reading order
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 19.11.8
4
24
 
5
25
  ### Patch Changes
@@ -51,6 +51,9 @@
51
51
  {
52
52
  "path": "../../../design-system/menu/afm-cc/tsconfig.json"
53
53
  },
54
+ {
55
+ "path": "../../../platform/feature-flags/afm-cc/tsconfig.json"
56
+ },
54
57
  {
55
58
  "path": "../../../design-system/popup/afm-cc/tsconfig.json"
56
59
  },
@@ -57,7 +57,7 @@ var addHeaders = exports.addHeaders = function addHeaders(headers) {
57
57
  headers.append('X-ExperimentalApi', 'teams-beta');
58
58
  headers.append('X-ExperimentalApi', 'team-members-beta');
59
59
  headers.append('atl-client-name', "@atlaskit/profilecard");
60
- headers.append('atl-client-version', "19.11.8");
60
+ headers.append('atl-client-version', "19.13.0");
61
61
  return headers;
62
62
  };
63
63
  function getTeamFromAGG(_x, _x2, _x3) {