@forge/migrations 0.6.0-next.1 → 0.6.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/migrations
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e45cec5: Removing references to S3Key
8
+
9
+ ### Patch Changes
10
+
11
+ - ab8ce9b: Update readme for migrations library
12
+ - Updated dependencies [6b04ab2]
13
+ - @forge/api@3.7.1
14
+
15
+ ## 0.6.0-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [6b04ab2]
20
+ - @forge/api@3.7.1-next.0
21
+
3
22
  ## 0.6.0-next.1
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "0.6.0-next.1",
3
+ "version": "0.6.0",
4
4
  "description": "App migration methods for Forge app",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -18,6 +18,6 @@
18
18
  "node-fetch": "2.7.0"
19
19
  },
20
20
  "dependencies": {
21
- "@forge/api": "3.7.0"
21
+ "@forge/api": "3.7.1"
22
22
  }
23
23
  }