@forge/manifest 11.0.0-next.9 → 11.0.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 +29 -0
- package/out/scopes/shipyard-scopes.json +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 11.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 260eb24: Adding support for new module fifoConsumer
|
|
8
|
+
- 8962080: Added routePrefix mandatory prop for confluence:fullPage
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- 0a3f5d5: Add support for rovo:agentConnector module to the supported module types.
|
|
13
|
+
- 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
|
|
14
|
+
- 88238e7: updated regex for container tags validation
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 3228cf0: fetch product event scope mapping file from shipyard through daily job
|
|
19
|
+
- 24bd686: Update manifest definitions
|
|
20
|
+
- 0c433a0: Update manifest definitions
|
|
21
|
+
- f0a5a03: Update manifest definitions
|
|
22
|
+
- 2011ffe: Update manifest definitions
|
|
23
|
+
- d00ef59: Update manifest definitions
|
|
24
|
+
- 78efec7: Update manifest definitions
|
|
25
|
+
|
|
26
|
+
## 11.0.0-next.10
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 0c433a0: Update manifest definitions
|
|
31
|
+
|
|
3
32
|
## 11.0.0-next.9
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
@@ -133,6 +133,8 @@
|
|
|
133
133
|
"read:app-data:confluence",
|
|
134
134
|
"read:app-data:jira",
|
|
135
135
|
"read:app-global-channel:realtime",
|
|
136
|
+
"read:app-notification:confluence",
|
|
137
|
+
"read:app-notification:jira",
|
|
136
138
|
"read:app-system-token",
|
|
137
139
|
"read:app-user-token",
|
|
138
140
|
"read:application-role:jira",
|
|
@@ -366,6 +368,8 @@
|
|
|
366
368
|
"redact:issue:jira",
|
|
367
369
|
"report:personal-data",
|
|
368
370
|
"search:confluence",
|
|
371
|
+
"send:app-notification:confluence",
|
|
372
|
+
"send:app-notification:jira",
|
|
369
373
|
"send:notification:jira",
|
|
370
374
|
"space-admin:connect-confluence",
|
|
371
375
|
"storage:app",
|