@forge/manifest 11.1.0-next.7-experimental-ec29181 → 11.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 11.1.0-next.7-experimental-ec29181
3
+ ## 11.1.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -22,6 +22,13 @@
22
22
  - bf0e0f6: Update manifest definitions
23
23
  - af4af6f: Update manifest definitions
24
24
 
25
+ ## 11.1.0-next.8
26
+
27
+ ### Minor Changes
28
+
29
+ - c50eeb5: Added manifest validation for XPA with full page modules
30
+ - beefc94: Added linting for jira:fullPage
31
+
25
32
  ## 11.1.0-next.7
26
33
 
27
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.1.0-next.7-experimental-ec29181",
3
+ "version": "11.1.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {