@atlaskit/rovo-triggers 7.4.0 → 7.4.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,12 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 7.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cbc15c465e006`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cbc15c465e006) -
8
+ Add trusted reviewer team for the ai-mate packages
9
+
3
10
  ## 7.4.0
4
11
 
5
12
  ### Minor Changes
package/compass.yml CHANGED
@@ -20,10 +20,13 @@ customFields:
20
20
  value: true
21
21
  - name: Reviewer Selection Mechanism
22
22
  type: text
23
- value: random(4)
23
+ value: random(2)
24
24
  - name: Required Reviewer Approvals
25
25
  type: number
26
26
  value: 1
27
+ - name: Trusted Reviewer Teams
28
+ type: text
29
+ value: ari:cloud:identity::team/7cfec967-4cef-4e5d-882a-9458a150a2df
27
30
  links:
28
31
  - name: Root Repository
29
32
  type: REPOSITORY
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "Provides various trigger events to drive Rovo Chat functionality, such as a publish-subscribe and URL parameter hooks",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {