@forge/cli-shared 8.9.1-next.1 → 8.9.1-next.10
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 +65 -0
- package/out/graphql/graphql-types.d.ts +2729 -61
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +208 -31
- package/out/ui/text.d.ts +30 -4
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +32 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.9.1-next.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 949f9df: improve docker compose startup failure error message
|
|
8
|
+
|
|
9
|
+
## 8.9.1-next.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [bb6e58a]
|
|
14
|
+
- @forge/manifest@11.1.0-next.6
|
|
15
|
+
|
|
16
|
+
## 8.9.1-next.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 0c4a82e:
|
|
21
|
+
|
|
22
|
+
## 8.9.1-next.7
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [b5f0775]
|
|
27
|
+
- Updated dependencies [b5f0775]
|
|
28
|
+
- @forge/manifest@11.1.0-next.5
|
|
29
|
+
|
|
30
|
+
## 8.9.1-next.6
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies [00eaa35]
|
|
35
|
+
- @forge/manifest@11.1.0-next.4
|
|
36
|
+
|
|
37
|
+
## 8.9.1-next.5
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 0592764:
|
|
42
|
+
- 128d1f8: Error handling logic for install upgrade code
|
|
43
|
+
|
|
44
|
+
## 8.9.1-next.4
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- f3d2047:
|
|
49
|
+
- Updated dependencies [2f0c3c2]
|
|
50
|
+
- Updated dependencies [d317f2e]
|
|
51
|
+
- @forge/manifest@11.1.0-next.3
|
|
52
|
+
|
|
53
|
+
## 8.9.1-next.3
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- Updated dependencies [bf0e0f6]
|
|
58
|
+
- @forge/manifest@11.1.0-next.2
|
|
59
|
+
|
|
60
|
+
## 8.9.1-next.2
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [b9cefff]
|
|
65
|
+
- Updated dependencies [069288e]
|
|
66
|
+
- @forge/manifest@11.1.0-next.1
|
|
67
|
+
|
|
3
68
|
## 8.9.1-next.1
|
|
4
69
|
|
|
5
70
|
### Patch Changes
|