@forge/manifest 12.5.0-next.5 → 12.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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 12.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9b1b31a: New Connect to Forge migration module
|
|
8
|
+
- 47a8b98: Added new `installationTarget` field on `app` in the manifest schema (`site` | `unit`).
|
|
9
|
+
- b5fbcf4: Add new validation for global:ui module
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b47fe98: Upgrade ajv dependency to 8.18.0
|
|
14
|
+
- 296a58d: Update manifest definitions
|
|
15
|
+
- 747866d: Update manifest definitions
|
|
16
|
+
- a02af38: Update manifest definitions
|
|
17
|
+
|
|
18
|
+
## 12.5.0-next.6
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 747866d: Update manifest definitions
|
|
23
|
+
|
|
3
24
|
## 12.5.0-next.5
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|