@atlaskit/profilecard 22.2.4 → 23.0.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,23 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 23.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
8
+ [`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
9
+ This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
10
+ status of only supporting React 18 going forward. No explicit breaking change to React support has
11
+ been made in this release, but this is to signify going forward, breaking changes for React 16 or
12
+ React 17 may come via non-major semver releases.
13
+
14
+ Please refer this community post for more details:
15
+ https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 22.2.4
4
22
 
5
23
  ### Patch Changes
@@ -11,7 +11,7 @@ var _graphqlUtils = require("./graphqlUtils");
11
11
  var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
12
12
  var addHeaders = function addHeaders(headers) {
13
13
  headers.append('atl-client-name', "@atlaskit/profilecard");
14
- headers.append('atl-client-version', "22.2.4");
14
+ headers.append('atl-client-version', "23.0.0");
15
15
  return headers;
16
16
  };
17
17
  function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -66,7 +66,7 @@ var addHeaders = exports.addHeaders = function addHeaders(headers) {
66
66
  headers.append('X-ExperimentalApi', 'teams-beta');
67
67
  headers.append('X-ExperimentalApi', 'team-members-beta');
68
68
  headers.append('atl-client-name', "@atlaskit/profilecard");
69
- headers.append('atl-client-version', "22.2.4");
69
+ headers.append('atl-client-version', "23.0.0");
70
70
  return headers;
71
71
  };
72
72
  function getTeamFromAGG(_x, _x2, _x3) {
@@ -45,7 +45,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
45
45
  actionSubjectId: actionSubjectId,
46
46
  attributes: _objectSpread(_objectSpread({
47
47
  packageName: "@atlaskit/profilecard",
48
- packageVersion: "22.2.4"
48
+ packageVersion: "23.0.0"
49
49
  }, attributes), {}, {
50
50
  firedAt: Math.round((0, _performance.getPageTime)())
51
51
  })
@@ -6,7 +6,7 @@ const ORG_ID_FROM_CLOUD_ID_QUERY = `query OrgIdFromCloudId($cloudId: ID!) {
6
6
  }`;
7
7
  const addHeaders = headers => {
8
8
  headers.append('atl-client-name', "@atlaskit/profilecard");
9
- headers.append('atl-client-version', "22.2.4");
9
+ headers.append('atl-client-version', "23.0.0");
10
10
  return headers;
11
11
  };
12
12
  export async function getOrgIdForCloudIdFromAGG(url, cloudId) {
@@ -75,7 +75,7 @@ export const addHeaders = headers => {
75
75
  headers.append('X-ExperimentalApi', 'teams-beta');
76
76
  headers.append('X-ExperimentalApi', 'team-members-beta');
77
77
  headers.append('atl-client-name', "@atlaskit/profilecard");
78
- headers.append('atl-client-version', "22.2.4");
78
+ headers.append('atl-client-version', "23.0.0");
79
79
  return headers;
80
80
  };
81
81
  export async function getTeamFromAGG(url, teamId, siteId) {
@@ -32,7 +32,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
32
32
  actionSubjectId,
33
33
  attributes: {
34
34
  packageName: "@atlaskit/profilecard",
35
- packageVersion: "22.2.4",
35
+ packageVersion: "23.0.0",
36
36
  ...attributes,
37
37
  firedAt: Math.round(getPageTime())
38
38
  }
@@ -4,7 +4,7 @@ import { AGGQuery } from './graphqlUtils';
4
4
  var ORG_ID_FROM_CLOUD_ID_QUERY = "query OrgIdFromCloudId($cloudId: ID!) {\n\ttenantContexts(cloudIds: [$cloudId]) {\n\t\torgId\n\t}\n}";
5
5
  var addHeaders = function addHeaders(headers) {
6
6
  headers.append('atl-client-name', "@atlaskit/profilecard");
7
- headers.append('atl-client-version', "22.2.4");
7
+ headers.append('atl-client-version', "23.0.0");
8
8
  return headers;
9
9
  };
10
10
  export function getOrgIdForCloudIdFromAGG(_x, _x2) {
@@ -57,7 +57,7 @@ export var 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', "22.2.4");
60
+ headers.append('atl-client-version', "23.0.0");
61
61
  return headers;
62
62
  };
63
63
  export function getTeamFromAGG(_x, _x2, _x3) {
@@ -39,7 +39,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
39
39
  actionSubjectId: actionSubjectId,
40
40
  attributes: _objectSpread(_objectSpread({
41
41
  packageName: "@atlaskit/profilecard",
42
- packageVersion: "22.2.4"
42
+ packageVersion: "23.0.0"
43
43
  }, attributes), {}, {
44
44
  firedAt: Math.round(getPageTime())
45
45
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "22.2.4",
3
+ "version": "23.0.0",
4
4
  "description": "A React component to display a card with user information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,30 +50,30 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@atlaskit/analytics-next": "^10.3.0",
54
- "@atlaskit/atlassian-context": "^0.1.0",
55
- "@atlaskit/avatar": "^21.18.0",
56
- "@atlaskit/avatar-group": "^11.2.0",
57
- "@atlaskit/button": "^20.5.0",
58
- "@atlaskit/css": "^0.9.0",
59
- "@atlaskit/dropdown-menu": "^12.26.0",
60
- "@atlaskit/empty-state": "^8.3.0",
61
- "@atlaskit/focus-ring": "^2.1.0",
62
- "@atlaskit/give-kudos": "^3.2.0",
63
- "@atlaskit/icon": "^23.11.0",
64
- "@atlaskit/lozenge": "^11.14.0",
65
- "@atlaskit/menu": "^2.14.0",
66
- "@atlaskit/modal-dialog": "^12.20.0",
67
- "@atlaskit/people-teams-ui-public": "^2.1.0",
53
+ "@atlaskit/analytics-next": "^11.0.0",
54
+ "@atlaskit/atlassian-context": "^0.2.0",
55
+ "@atlaskit/avatar": "^22.0.0",
56
+ "@atlaskit/avatar-group": "^12.0.0",
57
+ "@atlaskit/button": "^21.0.0",
58
+ "@atlaskit/css": "^0.10.0",
59
+ "@atlaskit/dropdown-menu": "^13.0.0",
60
+ "@atlaskit/empty-state": "^9.0.0",
61
+ "@atlaskit/focus-ring": "^3.0.0",
62
+ "@atlaskit/give-kudos": "^4.0.0",
63
+ "@atlaskit/icon": "^24.0.0",
64
+ "@atlaskit/lozenge": "^12.0.0",
65
+ "@atlaskit/menu": "^3.0.0",
66
+ "@atlaskit/modal-dialog": "^13.0.0",
67
+ "@atlaskit/people-teams-ui-public": "^3.0.0",
68
68
  "@atlaskit/platform-feature-flags": "^1.1.0",
69
- "@atlaskit/popup": "^1.32.0",
70
- "@atlaskit/primitives": "^13.6.0",
71
- "@atlaskit/rovo-agent-components": "^1.19.0",
72
- "@atlaskit/rovo-triggers": "^1.6.0",
73
- "@atlaskit/spinner": "^17.2.0",
74
- "@atlaskit/theme": "^16.0.0",
75
- "@atlaskit/tokens": "^3.3.0",
76
- "@atlaskit/tooltip": "^19.2.0",
69
+ "@atlaskit/popup": "^2.0.0",
70
+ "@atlaskit/primitives": "^14.0.0",
71
+ "@atlaskit/rovo-agent-components": "^2.0.0",
72
+ "@atlaskit/rovo-triggers": "^2.0.0",
73
+ "@atlaskit/spinner": "^18.0.0",
74
+ "@atlaskit/theme": "^17.0.0",
75
+ "@atlaskit/tokens": "^4.0.0",
76
+ "@atlaskit/tooltip": "^20.0.0",
77
77
  "@babel/runtime": "^7.0.0",
78
78
  "@compiled/react": "^0.18.2",
79
79
  "@emotion/react": "^11.7.1",
@@ -87,7 +87,7 @@
87
87
  "react-intl-next": "npm:react-intl@^5.18.1"
88
88
  },
89
89
  "peerDependencies": {
90
- "react": "^16.8.0 || ^17.0.0 || ^18.2.0",
90
+ "react": "^18.2.0",
91
91
  "react-dom": "^18.2.0"
92
92
  },
93
93
  "devDependencies": {