@forge/manifest 4.7.0-next.4 → 4.7.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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 43d62903: Adding capability to explicitly deny unlicensedAccess property in modules that dont allow.
8
+
9
+ ### Patch Changes
10
+
11
+ - 37eee39: Bumping dependencies via Renovate:
12
+
13
+ - ajv
14
+
15
+ - ce555b4: Add Jira jqlFunction module
16
+ - 8e0605e: Update manifest definitions
17
+ - 80e6b95: Update manifest definitions
18
+ - Updated dependencies [af4c149]
19
+ - @forge/util@1.2.1
20
+
3
21
  ## 4.7.0-next.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.7.0-next.4",
3
+ "version": "4.7.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "author": "Atlassian",
24
24
  "license": "UNLICENSED",
25
25
  "dependencies": {
26
- "@forge/util": "1.2.1-next.0",
26
+ "@forge/util": "1.2.1",
27
27
  "ajv": "^6.12.6",
28
28
  "cheerio": "^0.22.0",
29
29
  "js-yaml": "^3.13.1",