@forge/manifest 7.7.0-next.8 → 7.7.0-next.8-experimental-c7a7d36
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
|
+
## 7.7.0-next.8-experimental-c7a7d36
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7e506ec: Show warning if action doesn't have name attribute
|
|
8
|
+
- 7e506ec: Show warning if action is not referenced by any agent
|
|
9
|
+
- 7e506ec: Interpolate string resources in modules
|
|
10
|
+
- 7e506ec: Lint unique module key across Connect and Forge modules
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 7e506ec: Update package readme to include instruction on how to update schema in the package
|
|
15
|
+
- 7e506ec: Add translations section in manifest schema for Forge i18n Support (EAP)
|
|
16
|
+
- 7e506ec: Update unit test in manifest validator
|
|
17
|
+
- 7e506ec: Update manifest definitions
|
|
18
|
+
- 7e506ec: Update manifest definitions
|
|
19
|
+
- 7e506ec: Update manifest definitions
|
|
20
|
+
- 7e506ec: Update manifest definitions
|
|
21
|
+
- 7e506ec: Update manifest definitions
|
|
22
|
+
- 7e506ec: Update manifest definitions
|
|
23
|
+
|
|
3
24
|
## 7.7.0-next.8
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|