@forge/manifest 4.6.0-next.4 → 4.6.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,25 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 30a32d0: Added new task scope for Confluence for Gen2 APIs
8
+ - 734a5de: Filtering options for Jira triggers
9
+
10
+ ### Patch Changes
11
+
12
+ - 40b251c: Update manifest definitions
13
+ - 2c490ad: Update manifest definitions
14
+ - 4471be8: Update manifest definitions
15
+ - e975f19: Update manifest definitions
16
+
17
+ ## 4.6.0-next.5
18
+
19
+ ### Patch Changes
20
+
21
+ - 2c490ad: Update manifest definitions
22
+
3
23
  ## 4.6.0-next.4
4
24
 
5
25
  ### Patch Changes
@@ -243,6 +243,7 @@
243
243
  "read:space.setting:confluence",
244
244
  "read:sprint:jira-software",
245
245
  "read:status:jira",
246
+ "read:task:confluence",
246
247
  "read:template:confluence",
247
248
  "read:user-configuration:jira",
248
249
  "read:user:confluence",
@@ -382,6 +383,7 @@
382
383
  "write:space.setting:confluence",
383
384
  "write:sprint:jira-software",
384
385
  "write:task:brie",
386
+ "write:task:confluence",
385
387
  "write:team:teams",
386
388
  "write:template:confluence",
387
389
  "write:user-configuration:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.6.0-next.4",
3
+ "version": "4.6.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {