@forge/manifest 3.1.0-next.9 → 3.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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
8
+ - 813f8f3: Add remotes to external auth config
9
+
10
+ ### Patch Changes
11
+
12
+ - debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
13
+ - f6901fd: Fix invalid scope in product event linting.
14
+ - 8ee1c58: Update manifest definitions
15
+ - 67d2e17: Update manifest definitions
16
+ - 14102be: Update manifest definitions
17
+ - 7b2d17a: Update manifest definitions
18
+ - 8aaa65c: Update manifest definitions
19
+ - d3ccc04: Update manifest definitions
20
+ - 5152239: Update manifest definitions
21
+ - Updated dependencies [037c31a5]
22
+ - @forge/util@1.1.0
23
+
3
24
  ## 3.1.0-next.9
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.1.0-next.9",
3
+ "version": "3.1.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.1.0-next.0",
26
+ "@forge/util": "1.1.0",
27
27
  "ajv": "^6.12.5",
28
28
  "cheerio": "^0.22.0",
29
29
  "js-yaml": "^3.13.1",