@forge/manifest 8.2.0-next.1 → 8.2.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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 8.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- df04fc6: Added command pallete module
|
|
8
|
+
- 94c1eda: Add warning for un-necessary usage of egress permissions
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 08e248c: jira:command - add property to i18n test
|
|
13
|
+
- 39aaa43: Update i18n unit tests to ensure test only apply to modules mantained locally.
|
|
14
|
+
- c01ab1f: Update manifest definitions
|
|
15
|
+
|
|
3
16
|
## 8.2.0-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|