@forge/manifest 3.2.0-next.6 → 3.3.0-next.1
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 +36 -0
- package/out/schema/manifest-schema.json +186 -186
- package/out/schema/manifest.d.ts +197 -197
- package/out/scopes/shipyard-scopes.json +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.3.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 24203783: Update manifest definitions
|
|
8
|
+
|
|
9
|
+
## 3.3.0-next.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- c145946: Add following Jira Service Management modules:
|
|
14
|
+
- jiraServiceManagement:organizationPanel module
|
|
15
|
+
- jiraServiceManagement:portalHeader module
|
|
16
|
+
- jiraServiceManagement:portalSubheader module
|
|
17
|
+
- jiraServiceManagement:portalFooter module
|
|
18
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
19
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
20
|
+
- jiraServiceManagement:queuePage module
|
|
21
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
22
|
+
|
|
23
|
+
## 3.2.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
28
|
+
- 72e020c: Adds schemas properties for Data Classifications
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- b2cef71: Update manifest definitions
|
|
33
|
+
- 254b239: Update manifest definitions
|
|
34
|
+
- 47744fc: Update manifest definitions
|
|
35
|
+
- 860c4fb: Update manifest definitions
|
|
36
|
+
- 66e969f: Update manifest definitions
|
|
37
|
+
- 2c635f9: Update manifest definitions
|
|
38
|
+
|
|
3
39
|
## 3.2.0-next.6
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|