@forge/cli 6.2.0-next.1 → 6.2.0-next.4
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 +23 -0
- package/npm-shrinkwrap.json +5706 -27
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js +1 -2
- package/out/installations/graphql-client.d.ts +2 -1
- package/out/installations/graphql-client.d.ts.map +1 -1
- package/out/installations/graphql-client.js +7 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.2.0-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f77254ad: Fix dependencies
|
|
8
|
+
|
|
9
|
+
## 6.2.0-next.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e53df56b: Fix installing apps on Bitbucket
|
|
14
|
+
|
|
15
|
+
## 6.2.0-next.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- cdadcdf6: Fix install --upgrade erroring when latest version
|
|
20
|
+
- Updated dependencies [b469c802]
|
|
21
|
+
- @forge/manifest@4.5.1-next.0
|
|
22
|
+
- @forge/cli-shared@3.3.0-next.1
|
|
23
|
+
- @forge/lint@3.2.10-next.1
|
|
24
|
+
- @forge/bundler@4.0.2-next.1
|
|
25
|
+
|
|
3
26
|
## 6.2.0-next.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|