npm package diff
Package: @forge/manifest
Versions: 7.9.0-next.8 - 7.9.0-next.9
Modified: package/out/schema/manifest-schema.json
Large diffs are not rendered by default.
Modified: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/manifest",
- "version": "7.9.0-next.8",
+ "version": "7.9.0-next.9",
"description": "Definitions and validations of the Forge manifest",
"main": "out/index.js",
"scripts": {
"build": "yarn run compile",
Modified: package/CHANGELOG.md
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,14 @@
# @forge/manifest
+## 7.9.0-next.9
+
+### Patch Changes
+
+- 47f24ba: Fix manifest update break unit tests to guard i18n changes
+- 75698c0: Update manifest definitions
+- 6cd61be: Update manifest definitions
+
## 7.9.0-next.8
### Patch Changes
Modified: package/out/schema/manifest.d.ts
Large diffs are not rendered by default.