@forge/manifest 7.5.3-next.0 → 7.5.3

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,18 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 7.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9985768: Update manifest definitions
8
+ - f32f860: Update manifest definitions
9
+
10
+ ## 7.5.3-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - f32f860: Update manifest definitions
15
+
3
16
  ## 7.5.3-next.0
4
17
 
5
18
  ### Patch Changes
@@ -106,6 +106,8 @@
106
106
  "manage:jira-project",
107
107
  "manage:jira-webhook",
108
108
  "manage:servicedesk-customer",
109
+ "moderate:comment:confluence",
110
+ "moderate:core-content:confluence",
109
111
  "project-admin:connect-jira",
110
112
  "read:account",
111
113
  "read:account:brie",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "7.5.3-next.0",
3
+ "version": "7.5.3",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {