@forge/cli-shared 6.9.0-next.5 → 6.9.0-next.6-experimental-f96965d
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 +28 -0
- package/out/graphql/graphql-types.d.ts +337 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +4 -0
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.9.0-next.6-experimental-f96965d
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 916e932: Added CLI warnings
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 042ef75: Pull in deprecated input fields when generating the schema and associated types
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ff60490]
|
|
16
|
+
- Updated dependencies [680704b]
|
|
17
|
+
- Updated dependencies [57700e7]
|
|
18
|
+
- Updated dependencies [0881ee9]
|
|
19
|
+
- Updated dependencies [683d423]
|
|
20
|
+
- Updated dependencies [ea7c7b6]
|
|
21
|
+
- Updated dependencies [2051059]
|
|
22
|
+
- @forge/manifest@9.1.0-next.5-experimental-f96965d
|
|
23
|
+
|
|
24
|
+
## 6.9.0-next.6
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [ea7c7b6]
|
|
29
|
+
- @forge/manifest@9.1.0-next.5
|
|
30
|
+
|
|
3
31
|
## 6.9.0-next.5
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|