@forge/cli 6.2.0-next.3 → 6.2.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 +25 -0
- package/npm-shrinkwrap.json +5703 -24
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c6e4bec: Error handling changes in forge CLI to track user realted errors for analytics
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e53df56: Fix installing apps on Bitbucket
|
|
12
|
+
- f77254a: Fix dependencies
|
|
13
|
+
- c68c43d: Adding analytics on CLI command invoke and failures
|
|
14
|
+
- cdadcdf: Fix install --upgrade erroring when latest version
|
|
15
|
+
- Updated dependencies [c6e4bec]
|
|
16
|
+
- Updated dependencies [b469c80]
|
|
17
|
+
- @forge/cli-shared@3.3.0
|
|
18
|
+
- @forge/manifest@4.5.1
|
|
19
|
+
- @forge/bundler@4.0.2
|
|
20
|
+
- @forge/lint@3.2.10
|
|
21
|
+
|
|
22
|
+
## 6.2.0-next.4
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- f77254ad: Fix dependencies
|
|
27
|
+
|
|
3
28
|
## 6.2.0-next.3
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|