@forge/migrations 2.0.9-next.2-experimental-ab371ba → 2.0.9

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @forge/migrations
2
2
 
3
- ## 2.0.9-next.2-experimental-ab371ba
3
+ ## 2.0.9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 94243f1: Split development and contribution guidelines
8
8
  - e6d108a: Modified AppDataListResponse to correctly match response from the API
9
9
  - Updated dependencies [94243f1]
10
- - @forge/api@6.1.5-next.1-experimental-ab371ba
10
+ - @forge/api@6.1.5
11
11
 
12
12
  ## 2.0.9-next.2
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "2.0.9-next.2-experimental-ab371ba",
3
+ "version": "2.0.9",
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-experimental-ab371ba"
21
+ "@forge/api": "6.1.5"
22
22
  },
23
23
  "publishConfig": {
24
24
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"