@forge/manifest 3.0.0-next.21 → 3.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 +42 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 4cfa56d: make bearerMethod mandatory in external auth config
8
+
9
+ ### Minor Changes
10
+
11
+ - bd6e025: Add confluence:globalPage module
12
+ - 1c196ff: Add support for external fetch client to reference remote
13
+ - 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
14
+ - 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
15
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
16
+
17
+ ### Patch Changes
18
+
19
+ - 271b98a: add new, granular scopes for custom field related product events
20
+ - 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
21
+ - 689c09b: Update manifest definitions
22
+ - b97660c: Update manifest definitions
23
+ - 7c0d2ee: Update manifest definitions
24
+ - 1dba082: Update manifest definitions
25
+ - d3afe01: Update manifest definitions
26
+ - dfe9dd8: Update manifest definitions
27
+ - 91ea057: Update manifest definitions
28
+ - 3010f0e: Update manifest definitions
29
+ - 2b7c32b: Update manifest definitions
30
+ - e7ee3a7: Update manifest definitions
31
+ - 92d081d: Update manifest definitions
32
+ - d3c8c8d: Update manifest definitions
33
+ - fca240d: Update manifest definitions
34
+ - 36c7c8f: Update manifest definitions
35
+ - d2f6992: Update manifest definitions
36
+ - d18c9f1: Update manifest definitions
37
+ - 1dba082: Update manifest definitions
38
+ - fa963b1: Update manifest definitions
39
+ - 0a7725f: Update manifest definitions
40
+ - 1dba082: Update manifest definitions
41
+ - e4a14c7: Update manifest definitions
42
+ - 2bb89c5: Update manifest definitions
43
+ - 5875eb3: Update manifest definitions
44
+
3
45
  ## 3.0.0-next.21
4
46
 
5
47
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.0.0-next.21",
3
+ "version": "3.0.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {