@forge/cli-shared 6.10.0-next.6 → 6.10.0-next.6-experimental-1f6d749

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-experimental-1f6d749
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-1f6d749
20
+
3
21
  ## 6.10.0-next.6
4
22
 
5
23
  ### Minor Changes