@atlaskit/people-teams-ui-public 5.0.1 → 5.1.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,11 +1,35 @@
1
1
  # @atlaskit/people-teams-ui-public
2
2
 
3
+ ## 5.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
14
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
15
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
16
+
17
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
18
+ bumped the renamed package itself, so dependent packages were never republished and their
19
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
20
+ available in the public npm registry. This minor bump republishes all affected packages with the
21
+ corrected dependency.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+
3
27
  ## 5.0.1
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - [`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
32
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
33
  gating.
10
34
  - Updated dependencies
11
35
 
package/compass.yml ADDED
@@ -0,0 +1,38 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/db0cdad2-c9f1-40e3-98ce-f49021bfc51d
3
+ name: '@atlaskit/people-teams-ui-public'
4
+ ownerId: ari:cloud:identity::team/og-c0632dbd-17ef-49bc-b053-208b9fd565c5 # People and Teams Collective
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/C024C40LREH # #pt-frontend
20
+ - name: People Teams Ui Public
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/people-and-teams/people-teams-ui-public
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Atlas - Spoonsteen
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/60eee7cec94cc20068ac280c # Alex O'Shannessy
30
+ - name: Required Reviewers Opt In
31
+ type: boolean
32
+ value: true
33
+ - name: Reviewer Selection Mechanism
34
+ type: text
35
+ value: random(2)
36
+ - name: Required Reviewer Approvals
37
+ type: number
38
+ value: 1
@@ -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: "5.0.0"
18
+ packageVersion: "5.1.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: "5.0.0"
5
+ packageVersion: "5.1.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: "5.0.0"
9
+ packageVersion: "5.1.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.1",
3
+ "version": "5.1.1",
4
4
  "description": "UI components for public packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,7 @@
11
11
  "react-compiler": {
12
12
  "enabled": true,
13
13
  "gating": {
14
- "source": "@atlassian/react-compiler-gating",
14
+ "source": "@atlaskit/react-compiler-gating",
15
15
  "importSpecifierName": "isReactCompilerActivePlatform"
16
16
  }
17
17
  },
@@ -34,12 +34,12 @@
34
34
  "test:coverage": "(cd ../../.. && yarn test 'packages/people-and-teams/people-teams-ui-public/src' --coverage --coverageProvider=v8 --collectCoverageFrom='[\"packages/people-and-teams/people-teams-ui-public/src/**\", \"!packages/people-and-teams/people-teams-ui-public/src/**/**/types.ts\", \"!packages/people-and-teams/people-teams-ui-public/src/ui/**/styled.tsx\"]')"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-namespaced-context": "^8.0.0",
38
- "@atlaskit/icon": "^36.0.0",
37
+ "@atlaskit/analytics-namespaced-context": "^8.1.0",
38
+ "@atlaskit/icon": "^37.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^2.0.0",
40
- "@atlaskit/tokens": "^15.0.0",
41
- "@atlaskit/tooltip": "^23.0.0",
42
- "@atlassian/react-compiler-gating": "^0.2.0",
40
+ "@atlaskit/react-compiler-gating": "^0.2.0",
41
+ "@atlaskit/tokens": "^15.5.0",
42
+ "@atlaskit/tooltip": "^23.1.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@compiled/react": "^0.20.0",
45
45
  "react-sweet-state": "^2.6.5"
@@ -52,7 +52,7 @@
52
52
  "@af/integration-testing": "workspace:^",
53
53
  "@af/visual-regression": "workspace:^",
54
54
  "@atlaskit/ssr": "workspace:^",
55
- "@atlassian/feature-flags-test-utils": "^1.1.0",
55
+ "@atlassian/feature-flags-test-utils": "^1.2.0",
56
56
  "@testing-library/react": "^16.3.0",
57
57
  "@testing-library/user-event": "^14.4.3",
58
58
  "react": "^18.2.0",