@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 +20 -0
- package/out/mapping/product-event-to-scope-mapping.json +8 -0
- package/out/schema/manifest-schema.json +590 -80
- package/out/schema/manifest.d.ts +350 -28
- package/out/types/module-types.d.ts +1 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +1 -0
- package/package.json +1 -1
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
|