@atlaskit/profilecard 18.4.0 → 19.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,11 @@
|
|
|
1
1
|
# @atlaskit/profilecard
|
|
2
2
|
|
|
3
|
+
## 19.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`6e57454a13a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e57454a13a) - makeRequestViaGateway removed from TeamProfileClient, instead use makeRequest. teamsUseV2 removed from ProfileCardClient, it will now always use V3.
|
|
8
|
+
|
|
3
9
|
## 18.4.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -44,7 +44,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
44
44
|
actionSubjectId: actionSubjectId,
|
|
45
45
|
attributes: _objectSpread(_objectSpread({
|
|
46
46
|
packageName: "@atlaskit/profilecard",
|
|
47
|
-
packageVersion: "
|
|
47
|
+
packageVersion: "19.0.0"
|
|
48
48
|
}, attributes), {}, {
|
|
49
49
|
firedAt: Math.round((0, _performance.getPageTime)())
|
|
50
50
|
})
|
package/dist/cjs/version.json
CHANGED
|
@@ -31,7 +31,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
|
|
|
31
31
|
actionSubjectId,
|
|
32
32
|
attributes: {
|
|
33
33
|
packageName: "@atlaskit/profilecard",
|
|
34
|
-
packageVersion: "
|
|
34
|
+
packageVersion: "19.0.0",
|
|
35
35
|
...attributes,
|
|
36
36
|
firedAt: Math.round(getPageTime())
|
|
37
37
|
}
|
package/dist/es2019/version.json
CHANGED
|
@@ -38,7 +38,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
38
38
|
actionSubjectId: actionSubjectId,
|
|
39
39
|
attributes: _objectSpread(_objectSpread({
|
|
40
40
|
packageName: "@atlaskit/profilecard",
|
|
41
|
-
packageVersion: "
|
|
41
|
+
packageVersion: "19.0.0"
|
|
42
42
|
}, attributes), {}, {
|
|
43
43
|
firedAt: Math.round(getPageTime())
|
|
44
44
|
})
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/profilecard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.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/"
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@atlaskit/analytics-next": "^9.0.0",
|
|
44
|
-
"@atlaskit/avatar": "^21.
|
|
44
|
+
"@atlaskit/avatar": "^21.2.0",
|
|
45
45
|
"@atlaskit/avatar-group": "^9.2.0",
|
|
46
46
|
"@atlaskit/button": "^16.5.0",
|
|
47
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
47
|
+
"@atlaskit/dropdown-menu": "^11.7.0",
|
|
48
48
|
"@atlaskit/empty-state": "^7.4.8",
|
|
49
49
|
"@atlaskit/give-kudos": "^1.0.0",
|
|
50
50
|
"@atlaskit/icon": "^21.11.0",
|
|
51
51
|
"@atlaskit/lozenge": "^11.3.0",
|
|
52
52
|
"@atlaskit/menu": "^1.5.0",
|
|
53
53
|
"@atlaskit/popup": "^1.5.0",
|
|
54
|
-
"@atlaskit/spinner": "^15.
|
|
54
|
+
"@atlaskit/spinner": "^15.4.0",
|
|
55
55
|
"@atlaskit/theme": "^12.2.0",
|
|
56
56
|
"@atlaskit/tokens": "^1.2.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|