@atlaskit/people-teams-ui-public 3.5.4 → 3.6.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,19 @@
|
|
|
1
1
|
# @atlaskit/people-teams-ui-public
|
|
2
2
|
|
|
3
|
+
## 3.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.6.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`b98b0340b08c0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b98b0340b08c0) -
|
|
14
|
+
[ux] Updating verified team icon to surface for all groups and verified teams. Updated bylines for
|
|
15
|
+
team and group principals to "Official team" and "Admin group".
|
|
16
|
+
|
|
3
17
|
## 3.5.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -15,7 +15,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
15
15
|
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; }
|
|
16
16
|
var defaultAnalyticsContextData = {
|
|
17
17
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
18
|
-
packageVersion: "3.
|
|
18
|
+
packageVersion: "3.6.0"
|
|
19
19
|
};
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -2,7 +2,7 @@ import React, { useMemo } from 'react';
|
|
|
2
2
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
3
3
|
const defaultAnalyticsContextData = {
|
|
4
4
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
5
|
-
packageVersion: "3.
|
|
5
|
+
packageVersion: "3.6.0"
|
|
6
6
|
};
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -6,7 +6,7 @@ import React, { useMemo } from 'react';
|
|
|
6
6
|
import { PeopleTeamsAnalyticsContext } from '@atlaskit/analytics-namespaced-context';
|
|
7
7
|
var defaultAnalyticsContextData = {
|
|
8
8
|
packageName: "@atlaskit/people-teams-ui-public",
|
|
9
|
-
packageVersion: "3.
|
|
9
|
+
packageVersion: "3.6.0"
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/people-teams-ui-public",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "UI components for public packages",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@atlaskit/icon": "^28.5.0",
|
|
40
40
|
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
42
|
-
"@atlaskit/primitives": "^16.
|
|
43
|
-
"@atlaskit/teams-app-internal-analytics": "^1.
|
|
44
|
-
"@atlaskit/tokens": "^
|
|
45
|
-
"@atlaskit/tooltip": "^20.
|
|
42
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
43
|
+
"@atlaskit/teams-app-internal-analytics": "^1.19.0",
|
|
44
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
45
|
+
"@atlaskit/tooltip": "^20.8.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^0.18.6",
|
|
48
48
|
"react-intl-next": "npm:react-intl@^5.18.1",
|