@forge/manifest 12.0.0-next.5 → 12.0.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 6b7a4ef: Added GraphConnector module Auth Provider reference validation
8
+ - dfa2aa6: Added GraphConnector module Auth Provider reference validation
9
+
10
+ ### Minor Changes
11
+
12
+ - ea28254: Added linting for icon
13
+ - e21f32f: Remove remote oauth scopes lint check as scopes are no longer required in manifest
14
+
15
+ ### Patch Changes
16
+
17
+ - 545ecc1: Update manifest definitions
18
+ - eadb4a6: Update manifest definitions
19
+ - 8db2311: Update manifest definitions
20
+ - 9418d29: Update manifest definitions
21
+
3
22
  ## 12.0.0-next.5
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.0.0-next.5",
3
+ "version": "12.0.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {