@forge/migrations 2.0.0-next.0-experimental-97e4b11 → 2.0.1-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 +10 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # @forge/migrations
2
2
 
3
- ## 2.0.0-next.0-experimental-97e4b11
3
+ ## 2.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 195411c: patch dependencies
8
+ - Updated dependencies [195411c]
9
+ - @forge/api@6.0.1-next.0
10
+
11
+ ## 2.0.0
4
12
 
5
13
  ### Major Changes
6
14
 
@@ -9,7 +17,7 @@
9
17
  ### Patch Changes
10
18
 
11
19
  - Updated dependencies [8f2a3c9]
12
- - @forge/api@6.0.0-next.0-experimental-97e4b11
20
+ - @forge/api@6.0.0
13
21
 
14
22
  ## 2.0.0-next.0
15
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/migrations",
3
- "version": "2.0.0-next.0-experimental-97e4b11",
3
+ "version": "2.0.1-next.0",
4
4
  "description": "App migration methods for Forge app",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -12,13 +12,13 @@
12
12
  "license": "SEE LICENSE IN LICENSE.txt",
13
13
  "devDependencies": {
14
14
  "@types/jest-when": "^3.5.5",
15
- "@types/node": "20.19.0",
16
- "@types/node-fetch": "^2.6.11",
15
+ "@types/node": "20.19.1",
16
+ "@types/node-fetch": "^2.6.12",
17
17
  "jest-when": "^3.6.0",
18
18
  "node-fetch": "2.7.0"
19
19
  },
20
20
  "dependencies": {
21
- "@forge/api": "6.0.0-next.0-experimental-97e4b11"
21
+ "@forge/api": "6.0.1-next.0"
22
22
  },
23
23
  "publishConfig": {
24
24
  "registry": "https://packages.atlassian.com/api/npm/npm-public/"