@forge/manifest 2.5.1-next.3 → 2.6.0-next.12

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,71 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 2.6.0-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
8
+
9
+ ## 2.6.0-next.11
10
+
11
+ ### Patch Changes
12
+
13
+ - dfe9dd8: Update manifest definitions
14
+ - d3c8c8d: Update manifest definitions
15
+ - 0a7725f: Update manifest definitions
16
+ - 2bb89c5: Update manifest definitions
17
+
18
+ ## 2.6.0-next.10
19
+
20
+ ### Minor Changes
21
+
22
+ - bd6e025: Add confluence:globalPage module
23
+
24
+ ### Patch Changes
25
+
26
+ - d2f6992: Update manifest definitions
27
+
28
+ ## 2.6.0-next.9
29
+
30
+ ### Patch Changes
31
+
32
+ - 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
33
+
34
+ ## 2.6.0-next.8
35
+
36
+ ### Patch Changes
37
+
38
+ - c0e5696: add new, granular scopes for custom field related product events
39
+ - 7c0d2ee: Update manifest definitions
40
+
41
+ ## 2.6.0-next.7
42
+
43
+ ### Patch Changes
44
+
45
+ - d3afe01: Update manifest definitions
46
+
47
+ ## 2.6.0-next.6
48
+
49
+ ### Minor Changes
50
+
51
+ - cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
52
+
53
+ ### Patch Changes
54
+
55
+ - b97660c: Update manifest definitions
56
+
57
+ ## 2.6.0-next.5
58
+
59
+ ### Minor Changes
60
+
61
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
62
+
63
+ ## 2.5.1-next.4
64
+
65
+ ### Patch Changes
66
+
67
+ - 91ea057: Update manifest definitions
68
+
3
69
  ## 2.5.1-next.3
4
70
 
5
71
  ### Patch Changes
@@ -45,49 +45,55 @@
45
45
  {
46
46
  "productEvent": "avi:jira:created:field",
47
47
  "oAuthScopes": [
48
- "manage:jira-configuration"
48
+ "read:field:jira"
49
49
  ]
50
50
  },
51
51
  {
52
52
  "productEvent": "avi:jira:updated:field",
53
53
  "oAuthScopes": [
54
- "manage:jira-configuration"
54
+ "read:field:jira"
55
55
  ]
56
56
  },
57
57
  {
58
58
  "productEvent": "avi:jira:trashed:field",
59
59
  "oAuthScopes": [
60
- "manage:jira-configuration"
60
+ "read:field:jira"
61
61
  ]
62
62
  },
63
63
  {
64
64
  "productEvent": "avi:jira:deleted:field",
65
65
  "oAuthScopes": [
66
- "manage:jira-configuration"
66
+ "read:field:jira"
67
67
  ]
68
68
  },
69
69
  {
70
70
  "productEvent": "avi:jira:restored:field",
71
71
  "oAuthScopes": [
72
- "manage:jira-configuration"
72
+ "read:field:jira"
73
73
  ]
74
74
  },
75
75
  {
76
76
  "productEvent": "avi:jira:created:field:context",
77
77
  "oAuthScopes": [
78
- "manage:jira-configuration"
78
+ "read:field:jira"
79
79
  ]
80
80
  },
81
81
  {
82
82
  "productEvent": "avi:jira:updated:field:context",
83
83
  "oAuthScopes": [
84
- "manage:jira-configuration"
84
+ "read:field:jira"
85
85
  ]
86
86
  },
87
87
  {
88
88
  "productEvent": "avi:jira:deleted:field:context",
89
89
  "oAuthScopes": [
90
- "manage:jira-configuration"
90
+ "read:field:jira"
91
+ ]
92
+ },
93
+ {
94
+ "productEvent": "avi:jira:updated:field:context:configuration",
95
+ "oAuthScopes": [
96
+ "read:custom-field-contextual-configuration:jira"
91
97
  ]
92
98
  },
93
99
  {