@forge/manifest 12.8.0-next.7 → 12.8.0-next.7-experimental-2e302e1

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.8.0-next.7-experimental-2e302e1
4
+
5
+ ### Minor Changes
6
+
7
+ - 1eded6e: Update action reference validation
8
+ - cf7000f: rovo:skill validation
9
+ - d660fb0: Update action validation
10
+ - e7b0684: support scaling containers to zero
11
+ - 8d90f4f: Add entry map support to hosted resources schema and enhance validation
12
+ - f80e7b3: Added first-class rovo:skill support to the forge-manifest package
13
+
14
+ ### Patch Changes
15
+
16
+ - 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
17
+ - e6a3ab2: Adding new PKCE property to auth providers
18
+ - f7c39e1: Setup limit to max number of resource entries allowed
19
+ - ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
20
+ - 55991a3: Update manifest definitions
21
+ - 2e44a71: Update manifest definitions
22
+ - c775d3d: Update manifest definitions
23
+ - c99451e: Update manifest definitions
24
+
3
25
  ## 12.8.0-next.7
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.8.0-next.7",
3
+ "version": "12.8.0-next.7-experimental-2e302e1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {