@forge/manifest 3.10.0 → 3.11.0-next.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.11.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 0da5775: Add following Jira Service Management modules:
8
+
9
+ - jiraServiceManagement:portalRequestCreatePropertyPanel module
10
+
11
+ ## 3.11.0-next.1
12
+
13
+ ### Minor Changes
14
+
15
+ - acf78b58: BCAT-1386 Add scopes mapping for bitbucket repo created event
16
+
17
+ ## 3.10.1-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - c1c93a4: Update manifest definitions
22
+
3
23
  ## 3.10.0
4
24
 
5
25
  ### Minor Changes
@@ -524,6 +524,14 @@
524
524
  "read:component:compass"
525
525
  ]
526
526
  }
527
+ },
528
+ {
529
+ "productEvent": "avi:bitbucket:created:repository",
530
+ "oAuthScopes": {
531
+ "current": [
532
+ "read:repository:bitbucket"
533
+ ]
534
+ }
527
535
  }
528
536
  ]
529
537
  }