@forge/migrations

2.0.142.0.15-next.0
~

Modified (2 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/migrations",
-  "version": "2.0.14",
+  "version": "2.0.15-next.0",
   "description": "App migration methods for Forge app",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run clean && yarn run compile",
@@ -17,9 +17,9 @@
     "jest-when": "^3.6.0",
     "node-fetch": "2.7.0"
   },
   "dependencies": {
-    "@forge/api": "6.4.2"
+    "@forge/api": "6.4.3-next.0"
   },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"
   }
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/migrations
 
+## 2.0.15-next.0
+
+### Patch Changes
+
+- @forge/[email protected]
+
 ## 2.0.14
 
 ### Patch Changes