@forge/migrations 1.0.0-next.5 → 1.0.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.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/migrations
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 48774b3: Making Forge App Migrations generally available
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- be67acb: Interpolate string resources in modules
|
|
12
|
+
- 56c148c: Add MigrationAPIError class to main file
|
|
13
|
+
- d2676d6: Add migration api error class
|
|
14
|
+
- Updated dependencies [d3e9d37]
|
|
15
|
+
- Updated dependencies [fbb27ea]
|
|
16
|
+
- Updated dependencies [0f75e93]
|
|
17
|
+
- @forge/api@3.9.2
|
|
18
|
+
|
|
3
19
|
## 1.0.0-next.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/migrations",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.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.9.2
|
|
21
|
+
"@forge/api": "3.9.2"
|
|
22
22
|
}
|
|
23
23
|
}
|