@forge/manifest 12.8.0-next.9 → 12.8.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 +31 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.8.0
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
+ - bf76c3c: allow overrides for services
13
+ - f80e7b3: Added first-class rovo:skill support to the forge-manifest package
14
+
15
+ ### Patch Changes
16
+
17
+ - 0e45239: Forge manifest linter now includes devops:designInfoProvider and devops:securityInfoProvider
18
+ - e6a3ab2: Adding new PKCE property to auth providers
19
+ - f7c39e1: Setup limit to max number of resource entries allowed
20
+ - ef0434d: Added support for multi-entry resources in UI Kit applications, enabling developers to define multiple entry points within a single resource.
21
+ - 55991a3: Update manifest definitions
22
+ - e5b5031: Update manifest definitions
23
+ - 2e44a71: Update manifest definitions
24
+ - 489c6d0: Update manifest definitions
25
+ - c775d3d: Update manifest definitions
26
+ - c99451e: Update manifest definitions
27
+
28
+ ## 12.8.0-next.10
29
+
30
+ ### Patch Changes
31
+
32
+ - 489c6d0: Update manifest definitions
33
+
3
34
  ## 12.8.0-next.9
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.8.0-next.9",
3
+ "version": "12.8.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {