@forge/migrations 2.0.9-next.2 → 2.0.9-next.2-experimental-04e7c02

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @forge/migrations
2
2
 
3
+ ## 2.0.9-next.2-experimental-04e7c02
4
+
5
+ ### Patch Changes
6
+
7
+ - 94243f1: Split development and contribution guidelines
8
+ - e6d108a: Modified AppDataListResponse to correctly match response from the API
9
+ - Updated dependencies [94243f1]
10
+ - @forge/api@6.1.5-next.1-experimental-04e7c02
11
+
3
12
  ## 2.0.9-next.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "2.0.9-next.2",
3
+ "version": "2.0.9-next.2-experimental-04e7c02",
4
4
  "description": "App migration methods for Forge app",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "node-fetch": "2.7.0"
19
19
  },
20
20
  "dependencies": {
21
- "@forge/api": "6.1.5-next.1"
21
+ "@forge/api": "6.1.5-next.1-experimental-04e7c02"
22
22
  },
23
23
  "publishConfig": {
24
24
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"