@forge/api 6.0.2-next.3 → 6.0.2

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @forge/api
2
2
 
3
+ ## 6.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7abca30: Remove SDK dependency on @atlassian/ari
8
+ - 8916328: Fix ARI JSON serialisation
9
+ - e118b07: Remove remnants of sandbox runtime
10
+ - ebad936: Added support for feature flags requests in \_\_fetchProduct
11
+ - Updated dependencies [7abca30]
12
+ - @forge/storage@2.0.2
13
+
3
14
  ## 6.0.2-next.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "6.0.2-next.3",
3
+ "version": "6.0.2",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,7 +16,7 @@
16
16
  "@atlassian/ari": "^2.199.0",
17
17
  "@atlassian/in-memory-metrics": "0.1.0",
18
18
  "@atlassian/metrics-interface": "4.0.0",
19
- "@forge/runtime": "6.0.2-next.0",
19
+ "@forge/runtime": "6.0.2",
20
20
  "@types/node": "20.19.1",
21
21
  "@types/node-fetch": "^2.6.12",
22
22
  "expect-type": "^0.17.3",
@@ -28,7 +28,7 @@
28
28
  "@forge/auth": "0.0.8",
29
29
  "@forge/egress": "2.0.1",
30
30
  "@forge/i18n": "0.0.7",
31
- "@forge/storage": "2.0.2-next.0",
31
+ "@forge/storage": "2.0.2",
32
32
  "headers-utils": "^3.0.2"
33
33
  },
34
34
  "publishConfig": {