@forge/manifest 2.5.0-next.9 → 2.5.1-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,50 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 2.5.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a017696: Update manifest definitions
8
+
9
+ ## 2.5.1-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - af1473c: Update manifest definitions
14
+
15
+ ## 2.5.1-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 06209fc: Update manifest definitions
20
+
21
+ ## 2.5.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
26
+
27
+ ### Patch Changes
28
+
29
+ - 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
30
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
31
+ - 601527b: Add scope mappings for Confluence space events
32
+ - 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
33
+ - a5656f6: Update manifest definitions
34
+ - cc8799c: Update manifest definitions
35
+ - f5eb8e0: Update manifest definitions
36
+ - f013199: Update manifest definitions
37
+ - 78d682f: Update manifest definitions
38
+ - 70e9c8c: Update manifest definitions
39
+ - dec8066: Update manifest definitions
40
+ - 0e82242: Update manifest definitions
41
+
42
+ ## 2.5.0-next.10
43
+
44
+ ### Patch Changes
45
+
46
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
47
+
3
48
  ## 2.5.0-next.9
4
49
 
5
50
  ### Patch Changes
@@ -185,6 +185,24 @@
185
185
  "oAuthScopes": [
186
186
  "read:confluence-space.summary"
187
187
  ]
188
+ },
189
+ {
190
+ "productEvent": "avi:compass:created:component_link",
191
+ "oAuthScopes": [
192
+ "read:component:compass"
193
+ ]
194
+ },
195
+ {
196
+ "productEvent": "avi:compass:updated:component_link",
197
+ "oAuthScopes": [
198
+ "read:component:compass"
199
+ ]
200
+ },
201
+ {
202
+ "productEvent": "avi:compass:deleted:component_link",
203
+ "oAuthScopes": [
204
+ "read:component:compass"
205
+ ]
188
206
  }
189
207
  ]
190
208
  }