@forge/manifest 3.3.0-next.9 → 3.3.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 +31 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fcd9580: Add support for compass:teamPage extensions
|
|
8
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
9
|
+
- jiraServiceManagement:organizationPanel module
|
|
10
|
+
- jiraServiceManagement:portalHeader module
|
|
11
|
+
- jiraServiceManagement:portalSubheader module
|
|
12
|
+
- jiraServiceManagement:portalFooter module
|
|
13
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
14
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
15
|
+
- jiraServiceManagement:queuePage module
|
|
16
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
17
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- e822a8a: Update manifest definitions
|
|
22
|
+
- 720953f: Update manifest definitions
|
|
23
|
+
- 2420378: Update manifest definitions
|
|
24
|
+
- 051ed1f: Update manifest definitions
|
|
25
|
+
- ad94136: Update manifest definitions
|
|
26
|
+
- e65d33e: Update manifest definitions
|
|
27
|
+
- ae111cd: Update manifest definitions
|
|
28
|
+
- 8e35955: Update manifest definitions
|
|
29
|
+
- c255b24: Update manifest definitions
|
|
30
|
+
- f894871: Update manifest definitions
|
|
31
|
+
- Updated dependencies [88e57a12]
|
|
32
|
+
- @forge/util@1.2.0
|
|
33
|
+
|
|
3
34
|
## 3.3.0-next.9
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "3.3.0
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"author": "Atlassian",
|
|
24
24
|
"license": "UNLICENSED",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@forge/util": "1.2.0
|
|
26
|
+
"@forge/util": "1.2.0",
|
|
27
27
|
"ajv": "^6.12.5",
|
|
28
28
|
"cheerio": "^0.22.0",
|
|
29
29
|
"js-yaml": "^3.13.1",
|