@forge/manifest 3.1.0-next.4 → 3.1.0-next.8

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,34 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.1.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 67d2e17c: Update manifest definitions
8
+
9
+ ## 3.1.0-next.7
10
+
11
+ ### Minor Changes
12
+
13
+ - 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [037c31a]
18
+ - @forge/util@1.1.0-next.0
19
+
20
+ ## 3.1.0-next.6
21
+
22
+ ### Patch Changes
23
+
24
+ - 7b2d17a: Update manifest definitions
25
+
26
+ ## 3.1.0-next.5
27
+
28
+ ### Patch Changes
29
+
30
+ - f6901fd: Fix invalid scope in product event linting.
31
+
3
32
  ## 3.1.0-next.4
4
33
 
5
34
  ### Patch Changes
@@ -23,7 +23,7 @@
23
23
  "read:user:jira",
24
24
  "read:project:jira",
25
25
  "read:status:jira",
26
- "read:issue.comment:jira"
26
+ "read:comment:jira"
27
27
  ],
28
28
  "deprecated": [
29
29
  "read:jira-work"
@@ -54,7 +54,7 @@
54
54
  "read:user:jira",
55
55
  "read:project:jira",
56
56
  "read:status:jira",
57
- "read:issue.comment:jira"
57
+ "read:comment:jira"
58
58
  ],
59
59
  "deprecated": [
60
60
  "read:jira-work"