@forge/manifest 7.6.0-next.6 → 7.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.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 7.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 90f621b: Revert cheerio upgrade
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 114989d: remove unused dependencies: @forge/util and node-fetch
|
|
12
|
+
- c0e7e2f: Add test to validate if the i18n props in manifest json is configured properly
|
|
13
|
+
- 562a25c: Allow updating manifest schema resources with app-host-artifacts changes on staging
|
|
14
|
+
- 09d005e: Fix failing unit tests in pipeline
|
|
15
|
+
- 3f5f84e: Update manifest definitions
|
|
16
|
+
- 03eba4f: Update manifest definitions
|
|
17
|
+
- 9384afe: Update manifest definitions
|
|
18
|
+
|
|
3
19
|
## 7.6.0-next.6
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|