@forge/cli-shared 6.10.0-next.8 → 6.10.1-next.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 CHANGED
@@ -1,5 +1,32 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.10.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [743bbdc]
8
+ - @forge/manifest@9.2.1-next.0
9
+
10
+ ## 6.10.0
11
+
12
+ ### Minor Changes
13
+
14
+ - b05a860: changes for forge version bulk-upgrade list
15
+ - eb3092a: Adding xls-forge-cli-deprecated-runtimes dynamic config
16
+ - 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.
17
+ - 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.
18
+ - 3e82523: Added CLI warnings
19
+
20
+ ### Patch Changes
21
+
22
+ - f074f67: Add build option to use build tags in forge deploy
23
+ - 9e47c9a: Throw error if using environment variables for forge build
24
+ - aecaae3: Adding skeleton for build command
25
+ - Updated dependencies [6c0dcee]
26
+ - Updated dependencies [298487b]
27
+ - Updated dependencies [615d023]
28
+ - @forge/manifest@9.2.0
29
+
3
30
  ## 6.10.0-next.8
4
31
 
5
32
  ### Minor Changes