@forge/migrations 2.1.0-next.2 → 2.1.1-experimental-4a332af

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 +38 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @forge/migrations
2
2
 
3
+ ## 2.1.1-experimental-4a332af
4
+
5
+ ### Patch Changes
6
+
7
+ - aa757af: Module add
8
+ - Updated dependencies [aa757af]
9
+ - @forge/api@7.2.1-experimental-4a332af
10
+
11
+ ## 2.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - @forge/api@7.2.1
16
+
17
+ ## 2.1.1-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - @forge/api@7.2.1-next.1
22
+
23
+ ## 2.1.1-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - @forge/api@7.2.1-next.0
28
+
29
+ ## 2.1.0
30
+
31
+ ### Minor Changes
32
+
33
+ - d37ea76: Added `migration.getAppDataPage` and `migration.getAppDataIterator` for iterating uploaded app data files via the new paginated `/data/{transferId}/page` endpoint. Prefer these over the now-deprecated unbounded `getAppDataList`.
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [7d660c1]
38
+ - Updated dependencies [56e38e9]
39
+ - @forge/api@7.2.0
40
+
3
41
  ## 2.1.0-next.2
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "2.1.0-next.2",
3
+ "version": "2.1.1-experimental-4a332af",
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": "7.2.0-next.1"
21
+ "@forge/api": "7.2.1-experimental-4a332af"
22
22
  },
23
23
  "publishConfig": {
24
24
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"