@forge/manifest 8.9.0-next.1-experimental-e92a337 → 8.9.0-next.1-experimental-c9be087
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 +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 8.9.0-next.1-experimental-
|
|
3
|
+
## 8.9.0-next.1-experimental-c9be087
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 94e48b9: Remove agent mode support per product decision
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
11
|
+
- 721e1a0: update `forge create` flow for cross-context templates
|
|
12
|
+
- 64daaa5: validate schema for app.contexts so developers can define a required context in the manifest
|
|
13
13
|
|
|
14
14
|
## 8.9.0-next.1
|
|
15
15
|
|
package/package.json
CHANGED