@forge/cli-shared 8.11.1-next.3-experimental-9065145 → 8.11.1-next.5
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 +6 -8
- package/out/graphql/graphql-types.d.ts +380 -28
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +68 -32
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +2 -4
- package/out/ui/text.d.ts +0 -8
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +0 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.11.1-next.
|
|
3
|
+
## 8.11.1-next.5
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [bb5cb57]
|
|
8
|
+
- @forge/manifest@11.3.0-next.3
|
|
9
|
+
|
|
10
|
+
## 8.11.1-next.4
|
|
8
11
|
|
|
9
12
|
### Patch Changes
|
|
10
13
|
|
|
11
|
-
- 8b24052: fix bug in forge containers tunnel docker compose logic
|
|
12
14
|
- 8bf8249: Remove (Preview) from forge build command
|
|
13
|
-
- Updated dependencies [c7544d8]
|
|
14
|
-
- Updated dependencies [7c2186c]
|
|
15
|
-
- Updated dependencies [0c3a0df]
|
|
16
|
-
- @forge/manifest@11.3.0-next.2-experimental-9065145
|
|
17
15
|
|
|
18
16
|
## 8.11.1-next.3
|
|
19
17
|
|