@forge/manifest 10.8.0-next.4-experimental-44e92a2 → 10.8.0-next.5-experimental-04e7c02

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,6 +1,6 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 10.8.0-next.4-experimental-44e92a2
3
+ ## 10.8.0-next.5-experimental-04e7c02
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,21 @@
10
10
 
11
11
  ### Patch Changes
12
12
 
13
+ - fae0e71: Add scopes for Confluence relation events
13
14
  - 94243f1: Split development and contribution guidelines
14
15
  - 0ef937d: Update manifest definitions
15
16
  - dcd46a4: Update manifest definitions
16
17
 
18
+ ## 10.8.0-next.5
19
+
20
+ ### Minor Changes
21
+
22
+ - 4718346: Updated title linting for full page apps
23
+
24
+ ### Patch Changes
25
+
26
+ - fae0e71: Add scopes for Confluence relation events
27
+
17
28
  ## 10.8.0-next.4
18
29
 
19
30
  ### Patch Changes
@@ -1305,6 +1305,52 @@
1305
1305
  ]
1306
1306
  }
1307
1307
  },
1308
+ {
1309
+ "productEvent": "avi:confluence:created:relation",
1310
+ "oAuthScopes": {
1311
+ "beta": [
1312
+ "read:page:confluence",
1313
+ "read:blogpost:confluence",
1314
+ "read:attachment:confluence",
1315
+ "read:custom-content:confluence",
1316
+ "read:database:confluence",
1317
+ "read:embed:confluence",
1318
+ "read:folder:confluence",
1319
+ "read:whiteboard:confluence",
1320
+ "read:content-details:confluence",
1321
+ "read:space:confluence",
1322
+ "read:user:confluence"
1323
+ ],
1324
+ "current": [
1325
+ "read:confluence-content.summary",
1326
+ "read:confluence-space.summary",
1327
+ "read:confluence-user"
1328
+ ]
1329
+ }
1330
+ },
1331
+ {
1332
+ "productEvent": "avi:confluence:deleted:relation",
1333
+ "oAuthScopes": {
1334
+ "beta": [
1335
+ "read:page:confluence",
1336
+ "read:blogpost:confluence",
1337
+ "read:attachment:confluence",
1338
+ "read:custom-content:confluence",
1339
+ "read:database:confluence",
1340
+ "read:embed:confluence",
1341
+ "read:folder:confluence",
1342
+ "read:whiteboard:confluence",
1343
+ "read:content-details:confluence",
1344
+ "read:space:confluence",
1345
+ "read:user:confluence"
1346
+ ],
1347
+ "current": [
1348
+ "read:confluence-content.summary",
1349
+ "read:confluence-space.summary",
1350
+ "read:confluence-user"
1351
+ ]
1352
+ }
1353
+ },
1308
1354
  {
1309
1355
  "productEvent": "avi:compass:created:component_link",
1310
1356
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.8.0-next.4-experimental-44e92a2",
3
+ "version": "10.8.0-next.5-experimental-04e7c02",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {