@atlaskit/rovo-agent-components 7.5.1 → 7.5.3

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,21 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 7.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.5.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`7722b9396665c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7722b9396665c) -
14
+ Add the Servo team as both a Trusted Committer and Trusted Reviewer Team in the `compass.yml` of
15
+ Agents FE-owned packages. This lets the Servo sister team raise and approve PRs in these packages
16
+ without waiting for Agents FE owner approval. No functional/runtime change.
17
+ - Updated dependencies
18
+
3
19
  ## 7.5.1
4
20
 
5
21
  ### Patch Changes
package/compass.yml CHANGED
@@ -36,3 +36,9 @@ customFields:
36
36
  - name: Required Reviewer Approvals
37
37
  type: number
38
38
  value: 1
39
+ - name: Trusted Committers
40
+ type: text
41
+ value: ari:cloud:teams::team/85495c60-df35-49e8-88f9-7dec2cfecf4c # Servo
42
+ - name: Trusted Reviewer Teams
43
+ type: text
44
+ value: ari:cloud:teams::team/85495c60-df35-49e8-88f9-7dec2cfecf4c # Servo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "7.5.1",
3
+ "version": "7.5.3",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/rovo-agent-analytics": "^5.3.0",
50
50
  "@atlaskit/skeleton": "^4.2.0",
51
51
  "@atlaskit/spinner": "^20.1.0",
52
- "@atlaskit/tokens": "^15.8.0",
52
+ "@atlaskit/tokens": "^16.0.0",
53
53
  "@atlaskit/tooltip": "^23.1.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@compiled/react": "^0.20.0",