@forge/migrations 1.0.9-next.9 → 1.0.10-next.0

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/migrations
2
2
 
3
+ ## 1.0.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [576da26]
8
+ - @forge/api@5.1.1-next.0
9
+
10
+ ## 1.0.9
11
+
12
+ ### Patch Changes
13
+
14
+ - fa77f8d: Revert the package registry change for the package
15
+ - 503e60e: Add publish config
16
+ - 2086b3d: Remove node-fetch as a dependency
17
+ - Updated dependencies [fa77f8d]
18
+ - Updated dependencies [fa82e2a]
19
+ - Updated dependencies [a72008e]
20
+ - Updated dependencies [503e60e]
21
+ - Updated dependencies [2086b3d]
22
+ - Updated dependencies [55d56f7]
23
+ - @forge/api@5.1.0
24
+
3
25
  ## 1.0.9-next.9
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "1.0.9-next.9",
3
+ "version": "1.0.10-next.0",
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": "5.1.0-next.9"
21
+ "@forge/api": "5.1.1-next.0"
22
22
  },
23
23
  "publishConfig": {
24
24
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"