@forge/manifest 2.5.0-next.9 → 2.5.0
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,32 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 2.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
12
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
13
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
14
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
15
|
+
- a5656f6: Update manifest definitions
|
|
16
|
+
- cc8799c: Update manifest definitions
|
|
17
|
+
- f5eb8e0: Update manifest definitions
|
|
18
|
+
- f013199: Update manifest definitions
|
|
19
|
+
- 78d682f: Update manifest definitions
|
|
20
|
+
- 70e9c8c: Update manifest definitions
|
|
21
|
+
- dec8066: Update manifest definitions
|
|
22
|
+
- 0e82242: Update manifest definitions
|
|
23
|
+
|
|
24
|
+
## 2.5.0-next.10
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
29
|
+
|
|
3
30
|
## 2.5.0-next.9
|
|
4
31
|
|
|
5
32
|
### 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
|
}
|