@forge/manifest 3.4.0-next.9 → 3.4.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
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 64dd525: Make revokeToken optional in External Auth
8
+ - 8e2c90f: Manifest schema updated. Includes new jira:workflowCondition module
9
+
10
+ ### Patch Changes
11
+
12
+ - 1c6c578: Add jiraEntityProperty values validation
13
+ - 8b4fede: Update manifest definitions
14
+ - 54bf134: Update manifest definitions
15
+ - 10f147f: Update manifest definitions
16
+ - 2484683: Update manifest definitions
17
+ - 1a8a4bb: Update manifest definitions
18
+ - e0a44d4: Update manifest definitions
19
+ - 19820d3: Update manifest definitions
20
+ - 1ca8bbc: Update manifest definitions
21
+
3
22
  ## 3.4.0-next.9
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.4.0-next.9",
3
+ "version": "3.4.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {