@forge/manifest 12.6.0-next.3 → 12.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 399ae7d: Enforce render:native for global:ui
8
+ Remove routePrefix from global:ui
9
+ - 955c1ab: Add agent product context scope validation for rovo:agentConnector modules
10
+
11
+ ### Patch Changes
12
+
13
+ - 8b7704f: Added validation that apps using the global:ui module must set app.installationTarget to 'unit'
14
+ - 4964a50: Fetch Agent Product Context to Required Scope Mapping file from Shipyard in daily job
15
+ - 911bef1: Remove compatible modules and module count limitations for jira:actionValidator
16
+ - 53b24df: Update manifest definitions
17
+ - 36fbb18: Update manifest definitions
18
+ - 3b625c7: Warn when `app.connect.key` and `remotes` are set but `app.connect.remote` is missing (data residency safeguard).
19
+
3
20
  ## 12.6.0-next.3
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.6.0-next.3",
3
+ "version": "12.6.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {