@forge/cli-shared 8.9.1-next.9 → 8.10.0-next.12
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 +22 -0
- package/out/graphql/graphql-types.d.ts +1175 -135
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +95 -49
- package/out/ui/text.d.ts +10 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +15 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.10.0-next.12
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 895128b: Added shard option to all show commands
|
|
8
|
+
|
|
9
|
+
## 8.10.0-next.11
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 84a6923: Added new webtrigger create subcommand
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 0e50442: Update Developer Terms link
|
|
18
|
+
|
|
19
|
+
## 8.9.1-next.10
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 949f9df: improve docker compose startup failure error message
|
|
24
|
+
|
|
3
25
|
## 8.9.1-next.9
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|