@forge/manifest 8.1.0-next.6 → 8.1.0-next.7

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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.1.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c5aa55: Added additional scope for the jira component deleted product event
8
+
3
9
  ## 8.1.0-next.6
4
10
 
5
11
  ### Patch Changes
@@ -1332,7 +1332,8 @@
1332
1332
  "oAuthScopes": {
1333
1333
  "beta": [
1334
1334
  "read:project:jira",
1335
- "read:user:jira"
1335
+ "read:user:jira",
1336
+ "read:project.component:jira"
1336
1337
  ],
1337
1338
  "current": [
1338
1339
  "read:jira-work"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.1.0-next.6",
3
+ "version": "8.1.0-next.7",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {