@forge/cli-shared 5.1.0-next.3 → 5.1.0
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 +20 -0
- package/out/graphql/graphql-types.d.ts +1 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +1 -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,25 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 5.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fbc037b: Specify Tunnel flow (Ngrok/Cloudflare) when starting forge tunnel
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 0c9271c: When the manifest changes whilst running forge tunnel, warn the user that they need to redeploy for changes to take effect.
|
|
12
|
+
- 7bf2dda: Get AAID from AGG when credentials are supplied via environment
|
|
13
|
+
- Updated dependencies [19b82e5]
|
|
14
|
+
- Updated dependencies [8944e0c]
|
|
15
|
+
- @forge/manifest@7.4.1
|
|
16
|
+
|
|
17
|
+
## 5.1.0-next.4
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 0c9271c: When the manifest changes whilst running forge tunnel, warn the user that they need to redeploy for changes to take effect.
|
|
22
|
+
|
|
3
23
|
## 5.1.0-next.3
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -8373,6 +8373,7 @@ export declare type CreateAppDeploymentInput = {
|
|
|
8373
8373
|
artifactUrl: Scalars['URL']['input'];
|
|
8374
8374
|
environmentKey: Scalars['String']['input'];
|
|
8375
8375
|
hostedResourceUploadId?: InputMaybe<Scalars['ID']['input']>;
|
|
8376
|
+
majorVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
8376
8377
|
};
|
|
8377
8378
|
export declare type CreateAppDeploymentResponse = Payload & {
|
|
8378
8379
|
__typename?: 'CreateAppDeploymentResponse';
|