@forge/cli-shared 9.0.1-next.7 → 9.1.0-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 +19 -0
- package/out/graphql/graphql-types.d.ts +1940 -94
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +174 -55
- package/out/ui/text.d.ts +16 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +15 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.1.0-next.10
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c3dbc58: Manifest Merge Logics changed
|
|
8
|
+
|
|
9
|
+
## 9.1.0-next.9
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4f18feb: Added the non interactive function for module add
|
|
14
|
+
|
|
15
|
+
## 9.0.1-next.8
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [a60362e]
|
|
20
|
+
- @forge/manifest@13.1.0-next.6
|
|
21
|
+
|
|
3
22
|
## 9.0.1-next.7
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|