@forge/api

8.0.0-next.28.0.0
package.json
~package.jsonModified
+6−6
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/api",
-  "version": "8.0.0-next.2",
+  "version": "8.0.0",
   "description": "Forge API methods",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -15,9 +15,9 @@
   "devDependencies": {
     "@atlassian/ari": "^2.199.0",
     "@atlassian/in-memory-metrics": "0.1.0",
     "@atlassian/metrics-interface": "4.0.0",
-    "@forge/runtime": "7.0.0-next.1",
+    "@forge/runtime": "7.0.0",
     "@types/node": "20.19.1",
     "@types/node-fetch": "^2.6.12",
     "expect-type": "^0.17.3",
     "express": "^4.18.3",
@@ -25,12 +25,12 @@
     "nock": "13.5.6",
     "typescript": "5.9.2"
   },
   "dependencies": {
-    "@forge/auth": "1.0.0-next.0",
-    "@forge/egress": "3.0.0-next.0",
-    "@forge/i18n": "1.0.0-next.0",
-    "@forge/manifest": "^13.0.0-next.2",
+    "@forge/auth": "1.0.0",
+    "@forge/egress": "3.0.0",
+    "@forge/i18n": "1.0.0",
+    "@forge/manifest": "^13.0.0",
     "headers-utils": "^3.0.2"
   },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"