@forge/manifest 13.5.0-next.8 → 13.5.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 13.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fe8d182: Add `inline-bodied` as a supported layout for Confluence macro modules.
8
+ - 511fabb: Validate display conditions declared on the pages and sections of Jira page modules
9
+ - 8693712: Allow all optional contexts for global apps EAP
10
+
11
+ ### Patch Changes
12
+
13
+ - 28b74f6: Remove manifest test until app host artifacts deployment
14
+ - dea5ecf: Improve manifest unreferenced action validation
15
+ - 07cdf11: Fix manifest validation
16
+ - eda3a24: Update manifest definitions
17
+ - 0a75004: Update manifest definitions
18
+ - c146a72: Update manifest definitions
19
+ - 3a75c6a: Update manifest definitions
20
+ - 150a3c5: Update manifest definitions
21
+ - 226567e: Update manifest definitions
22
+
23
+ ## 13.5.0-next.9
24
+
25
+ ### Patch Changes
26
+
27
+ - c146a72: Update manifest definitions
28
+
3
29
  ## 13.5.0-next.8
4
30
 
5
31
  ### Patch Changes
@@ -19862,7 +19862,8 @@
19862
19862
  "view_request",
19863
19863
  "my_requests",
19864
19864
  "approvals",
19865
- "profile"
19865
+ "profile",
19866
+ "csm_help_center"
19866
19867
  ]
19867
19868
  }
19868
19869
  },
@@ -19910,7 +19911,8 @@
19910
19911
  "view_request",
19911
19912
  "my_requests",
19912
19913
  "approvals",
19913
- "profile"
19914
+ "profile",
19915
+ "csm_help_center"
19914
19916
  ]
19915
19917
  }
19916
19918
  },
@@ -20194,7 +20196,8 @@
20194
20196
  "view_request",
20195
20197
  "my_requests",
20196
20198
  "approvals",
20197
- "profile"
20199
+ "profile",
20200
+ "csm_help_center"
20198
20201
  ]
20199
20202
  }
20200
20203
  },
@@ -20242,7 +20245,8 @@
20242
20245
  "view_request",
20243
20246
  "my_requests",
20244
20247
  "approvals",
20245
- "profile"
20248
+ "profile",
20249
+ "csm_help_center"
20246
20250
  ]
20247
20251
  }
20248
20252
  },
@@ -32203,7 +32207,7 @@
32203
32207
  "description": "A list of actions that will be exposed by the MCP server.",
32204
32208
  "type": "array",
32205
32209
  "minItems": 1,
32206
- "maxItems": 20,
32210
+ "maxItems": 50,
32207
32211
  "uniqueItems": true,
32208
32212
  "items": {
32209
32213
  "description": "The key of an action extension in your manifest.",