@forge/manifest 4.20.3-next.0 → 4.20.3-next.1

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.20.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - add9c54: Update manifest definitions
8
+
3
9
  ## 4.20.3-next.0
4
10
 
5
11
  ### Patch Changes
@@ -30,6 +30,7 @@
30
30
  "delete:dashboard.property:jira",
31
31
  "delete:deployment-info:jira",
32
32
  "delete:dev-info:jira",
33
+ "delete:document-info:jira",
33
34
  "delete:feature-flag-info:jira",
34
35
  "delete:field-configuration-scheme:jira",
35
36
  "delete:field-configuration:jira",
@@ -145,6 +146,7 @@
145
146
  "read:deployment:jira-software",
146
147
  "read:design:jira",
147
148
  "read:dev-info:jira",
149
+ "read:document-info:jira",
148
150
  "read:epic:jira-software",
149
151
  "read:event:compass",
150
152
  "read:feature-flag-info:jira",
@@ -326,6 +328,7 @@
326
328
  "write:deployment:jira-software",
327
329
  "write:design:jira",
328
330
  "write:dev-info:jira",
331
+ "write:document-info:jira",
329
332
  "write:epic:jira-software",
330
333
  "write:event:compass",
331
334
  "write:feature-flag-info:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.20.3-next.0",
3
+ "version": "4.20.3-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {