@atlaskit/people-teams-ui-public 5.0.0 → 5.0.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,14 @@
1
1
  # @atlaskit/people-teams-ui-public
2
2
 
3
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
+ Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
+ gating.
10
+ - Updated dependencies
11
+
3
12
  ## 5.0.0
4
13
 
5
14
  ### Major 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: "4.1.0"
18
+ packageVersion: "5.0.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: "4.1.0"
5
+ packageVersion: "5.0.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: "4.1.0"
9
+ packageVersion: "5.0.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": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "UI components for public packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,8 +37,9 @@
37
37
  "@atlaskit/analytics-namespaced-context": "^8.0.0",
38
38
  "@atlaskit/icon": "^36.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^2.0.0",
40
- "@atlaskit/tokens": "^14.0.0",
40
+ "@atlaskit/tokens": "^15.0.0",
41
41
  "@atlaskit/tooltip": "^23.0.0",
42
+ "@atlassian/react-compiler-gating": "^0.2.0",
42
43
  "@babel/runtime": "^7.0.0",
43
44
  "@compiled/react": "^0.20.0",
44
45
  "react-sweet-state": "^2.6.5"
@@ -52,12 +53,11 @@
52
53
  "@af/visual-regression": "workspace:^",
53
54
  "@atlaskit/ssr": "workspace:^",
54
55
  "@atlassian/feature-flags-test-utils": "^1.1.0",
55
- "@atlassian/react-compiler-gating": "workspace:^",
56
56
  "@testing-library/react": "^16.3.0",
57
57
  "@testing-library/user-event": "^14.4.3",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
- "react-intl": "^6.6.2",
60
+ "react-intl": "^7.0.0",
61
61
  "wait-for-expect": "^1.2.0"
62
62
  },
63
63
  "techstack": {