@forge/manifest 2.5.1-next.4 → 2.6.0-next.5

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
+ ## 2.6.0-next.5
4
+
5
+ ### Minor Changes
6
+
7
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
8
+
3
9
  ## 2.5.1-next.4
4
10
 
5
11
  ### Patch Changes
@@ -117,6 +117,7 @@
117
117
  "read:deployment:jira-software",
118
118
  "read:epic:jira-software",
119
119
  "read:event:compass",
120
+ "read:metric:compass",
120
121
  "read:feature-flag:jira-software",
121
122
  "read:field-configuration-scheme:jira",
122
123
  "read:field-configuration:jira",
@@ -272,6 +273,7 @@
272
273
  "write:deployment:jira-software",
273
274
  "write:epic:jira-software",
274
275
  "write:event:compass",
276
+ "write:metric:compass",
275
277
  "write:feature-flag:jira-software",
276
278
  "write:field-configuration-scheme:jira",
277
279
  "write:field-configuration:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "2.5.1-next.4",
3
+ "version": "2.6.0-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {