@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 +18 -0
- package/out/graphql/graphql-types.d.ts +849 -13
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +82 -25
- package/out/ui/text.d.ts +63 -23
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +86 -24
- package/package.json +2 -2
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
|