@forge/cli-shared 8.5.0-next.2 → 8.5.0-next.3-experimental-5ae8c1c
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 +21 -0
- package/out/graphql/graphql-types.d.ts +1363 -21
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +107 -26
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.5.0-next.3-experimental-5ae8c1c
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- be30715: Add integration tests for developer space flow, comment T&C flow
|
|
8
|
+
- 2a0dadd: Remove Node18 runtime
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- bda7c8d: Send 'app packaged' analytics event
|
|
13
|
+
- Updated dependencies [17dfed4]
|
|
14
|
+
- Updated dependencies [2a0dadd]
|
|
15
|
+
- @forge/manifest@10.4.0-next.1-experimental-5ae8c1c
|
|
16
|
+
|
|
17
|
+
## 8.5.0-next.3
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [17dfed4]
|
|
22
|
+
- @forge/manifest@10.4.0-next.1
|
|
23
|
+
|
|
3
24
|
## 8.5.0-next.2
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|