@forge/api 7.1.0-next.3 → 7.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @forge/api
2
2
 
3
+ ## 7.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 16a4b01: Updated SDK to throw type error
8
+
9
+ ### Patch Changes
10
+
11
+ - 6f9a570: Add support to keep jsdoc tags in variable declarations and marking the module "storage" as deprecated.
12
+ - Updated dependencies [ad5a470]
13
+ - Updated dependencies [c70bd69]
14
+ - Updated dependencies [3a792a2]
15
+ - Updated dependencies [4210da0]
16
+ - @forge/manifest@12.2.0
17
+
3
18
  ## 7.1.0-next.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "7.1.0-next.3",
3
+ "version": "7.1.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -28,7 +28,7 @@
28
28
  "@forge/auth": "0.0.9",
29
29
  "@forge/egress": "2.3.1",
30
30
  "@forge/i18n": "0.0.7",
31
- "@forge/manifest": "^12.2.0-next.2",
31
+ "@forge/manifest": "^12.2.0",
32
32
  "@forge/storage": "2.0.3",
33
33
  "headers-utils": "^3.0.2"
34
34
  },