@forge/cli-shared 6.10.0-next.4 → 6.10.0-next.6

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,23 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.10.0-next.6
4
+
5
+ ### Minor Changes
6
+
7
+ - b05a860: changes for forge version bulk-upgrade list
8
+
9
+ ### Patch Changes
10
+
11
+ - f074f67: Add build option to use build tags in forge deploy
12
+ - Updated dependencies [298487b]
13
+ - @forge/manifest@9.2.0-next.2
14
+
15
+ ## 6.10.0-next.5
16
+
17
+ ### Minor Changes
18
+
19
+ - 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.
20
+
3
21
  ## 6.10.0-next.4
4
22
 
5
23
  ### Minor Changes