@atlaskit/rovo-agent-components 7.5.1 → 7.5.2
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 +10 -0
- package/compass.yml +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 7.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`7722b9396665c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7722b9396665c) -
|
|
8
|
+
Add the Servo team as both a Trusted Committer and Trusted Reviewer Team in the `compass.yml` of
|
|
9
|
+
Agents FE-owned packages. This lets the Servo sister team raise and approve PRs in these packages
|
|
10
|
+
without waiting for Agents FE owner approval. No functional/runtime change.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 7.5.1
|
|
4
14
|
|
|
5
15
|
### 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.
|
|
3
|
+
"version": "7.5.2",
|
|
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": {
|