@forge/cli-shared 6.10.0-next.5 → 6.10.0-next.6-experimental-93876a6

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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.10.0-next.6-experimental-93876a6
4
+
5
+ ### Minor Changes
6
+
7
+ - b05a860: changes for forge version bulk-upgrade list
8
+ - 08c43c1: The command should cancel the upgrade that is in progress (currently there is only one; if we later allow multiple simultaneous upgrades, we’ll need to change this), after asking for the user to confirm the specific upgrade that is being cancelled.
9
+ - e8f612a: forge version bulk-upgrade command provides partners with the ability to see which versions they have, the number of installs on each version and whether that version can be moved to a more recent version.
10
+ - 3e82523: Added CLI warnings
11
+
12
+ ### Patch Changes
13
+
14
+ - f074f67: Add build option to use build tags in forge deploy
15
+ - aecaae3: Adding skeleton for build command
16
+ - Updated dependencies [6c0dcee]
17
+ - Updated dependencies [298487b]
18
+ - Updated dependencies [615d023]
19
+ - @forge/manifest@9.2.0-next.2-experimental-93876a6
20
+
21
+ ## 6.10.0-next.6
22
+
23
+ ### Minor Changes
24
+
25
+ - b05a860: changes for forge version bulk-upgrade list
26
+
27
+ ### Patch Changes
28
+
29
+ - f074f67: Add build option to use build tags in forge deploy
30
+ - Updated dependencies [298487b]
31
+ - @forge/manifest@9.2.0-next.2
32
+
3
33
  ## 6.10.0-next.5
4
34
 
5
35
  ### Minor Changes