@forge/api 7.1.0-next.3 → 7.1.1-next.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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @forge/api
2
2
 
3
+ ## 7.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [084e129]
8
+ - Updated dependencies [43cfec4]
9
+ - @forge/manifest@12.3.0-next.0
10
+
11
+ ## 7.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 16a4b01: Updated SDK to throw type error
16
+
17
+ ### Patch Changes
18
+
19
+ - 6f9a570: Add support to keep jsdoc tags in variable declarations and marking the module "storage" as deprecated.
20
+ - Updated dependencies [ad5a470]
21
+ - Updated dependencies [c70bd69]
22
+ - Updated dependencies [3a792a2]
23
+ - Updated dependencies [4210da0]
24
+ - @forge/manifest@12.2.0
25
+
3
26
  ## 7.1.0-next.3
4
27
 
5
28
  ### 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.1-next.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.3.0-next.0",
32
32
  "@forge/storage": "2.0.3",
33
33
  "headers-utils": "^3.0.2"
34
34
  },