npm package diff
Package: @forge/manifest
Versions: 7.10.0-next.0 - 7.10.0-next.1
Modified:package/out/schema/manifest-schema.json
too-big
Modified:package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/manifest",
- "version": "7.10.0-next.0",
+ "version": "7.10.0-next.1",
"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,13 @@
# @forge/manifest
+## 7.10.0-next.1
+
+### Patch Changes
+
+- 84b20e6: Fix i18n unit tests
+- cdbb366: Update manifest definitions
+
## 7.10.0-next.0
### Minor Changes
Modified:package/out/schema/manifest.d.ts
too-big