@forge/manifest 10.1.0 → 10.1.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 +6 -0
- package/out/scopes/shipyard-scopes.json +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"delete:space:confluence",
|
|
107
107
|
"delete:sprint:jira-software",
|
|
108
108
|
"delete:user-configuration:jira",
|
|
109
|
+
"delete:user.columns:jira",
|
|
109
110
|
"delete:user.property:jira",
|
|
110
111
|
"delete:webhook:jira",
|
|
111
112
|
"delete:whiteboard:confluence",
|
|
@@ -529,6 +530,7 @@
|
|
|
529
530
|
"write:team:teams",
|
|
530
531
|
"write:template:confluence",
|
|
531
532
|
"write:user-configuration:jira",
|
|
533
|
+
"write:user.columns:jira",
|
|
532
534
|
"write:user.property:confluence",
|
|
533
535
|
"write:user.property:jira",
|
|
534
536
|
"write:viewers:support-api-gateway",
|