@forge/manifest 5.2.0 → 5.2.1-next.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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 5.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a4a72d0: Added issue property related product events to scope mapping
8
+
3
9
  ## 5.2.0
4
10
 
5
11
  ### Minor Changes
@@ -1155,6 +1155,28 @@
1155
1155
  ]
1156
1156
  }
1157
1157
  },
1158
+ {
1159
+ "productEvent": "avi:jira:set:issue-property",
1160
+ "oAuthScopes": {
1161
+ "beta": [
1162
+ "read:issue.property:jira"
1163
+ ],
1164
+ "current": [
1165
+ "read:jira-work"
1166
+ ]
1167
+ }
1168
+ },
1169
+ {
1170
+ "productEvent": "avi:jira:deleted:issue-property",
1171
+ "oAuthScopes": {
1172
+ "beta": [
1173
+ "read:issue.property:jira"
1174
+ ],
1175
+ "current": [
1176
+ "read:jira-work"
1177
+ ]
1178
+ }
1179
+ },
1158
1180
  {
1159
1181
  "productEvent": "avi:jira:created:component",
1160
1182
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "5.2.0",
3
+ "version": "5.2.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {