@forge/manifest 4.19.0 → 4.19.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
+ ## 4.19.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b993ad6: Added split version related product events to scope mapping
8
+
3
9
  ## 4.19.0
4
10
 
5
11
  ### Minor Changes
@@ -316,6 +316,72 @@
316
316
  ]
317
317
  }
318
318
  },
319
+ {
320
+ "productEvent": "avi:jira:released:version",
321
+ "oAuthScopes": {
322
+ "beta": [
323
+ "read:project-version:jira"
324
+ ],
325
+ "current": [
326
+ "read:jira-work"
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "productEvent": "avi:jira:unreleased:version",
332
+ "oAuthScopes": {
333
+ "beta": [
334
+ "read:project-version:jira"
335
+ ],
336
+ "current": [
337
+ "read:jira-work"
338
+ ]
339
+ }
340
+ },
341
+ {
342
+ "productEvent": "avi:jira:archived:version",
343
+ "oAuthScopes": {
344
+ "beta": [
345
+ "read:project-version:jira"
346
+ ],
347
+ "current": [
348
+ "read:jira-work"
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "productEvent": "avi:jira:unarchived:version",
354
+ "oAuthScopes": {
355
+ "beta": [
356
+ "read:project-version:jira"
357
+ ],
358
+ "current": [
359
+ "read:jira-work"
360
+ ]
361
+ }
362
+ },
363
+ {
364
+ "productEvent": "avi:jira:merged:version",
365
+ "oAuthScopes": {
366
+ "beta": [
367
+ "read:project-version:jira"
368
+ ],
369
+ "current": [
370
+ "read:jira-work"
371
+ ]
372
+ }
373
+ },
374
+ {
375
+ "productEvent": "avi:jira:moved:version",
376
+ "oAuthScopes": {
377
+ "beta": [
378
+ "read:project-version:jira"
379
+ ],
380
+ "current": [
381
+ "read:jira-work"
382
+ ]
383
+ }
384
+ },
319
385
  {
320
386
  "productEvent": "avi:jira:created:worklog",
321
387
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.19.0",
3
+ "version": "4.19.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {