@forge/cli-shared 6.8.0-next.24-experimental-99739ec → 6.8.0-next.25
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
CHANGED
|
@@ -1,48 +1,12 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 6.8.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 1a9af0b: Add support for analytics to be displayed in the version commands
|
|
8
|
-
- d156658: Switch the `forge create` flow to select product context first
|
|
3
|
+
## 6.8.0-next.25
|
|
9
4
|
|
|
10
5
|
### Patch Changes
|
|
11
6
|
|
|
12
|
-
-
|
|
13
|
-
- 3a510c5: Improve XPA uninstall wording
|
|
14
|
-
- 7243788: Displaying all product options and fixing wording
|
|
15
|
-
- 2204d8d: update the help text for license options
|
|
16
|
-
- 2cdac63: forge install should list all scopes
|
|
17
|
-
- c57e34a: Fix bundling when handlers are defined in subdirectories
|
|
18
|
-
- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
19
|
-
- 0aad197: Change product wording to context
|
|
20
|
-
- 61f499c: Fix XPA upgrade wording
|
|
21
|
-
- 999a9d0: Update error messages for deployment
|
|
22
|
-
- 7d8339b: verify installation exists before upgrading
|
|
23
|
-
- 7a83fd9: Uninstall: Automatically select optional contexts when the required one is selected
|
|
24
|
-
- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
25
|
-
- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference
|
|
26
|
-
- 336f74f: Support serving i18n resources while using `forge tunnel`
|
|
27
|
-
- 210360b: Refactor text functions for easier read and maintenance
|
|
28
|
-
- a7db2e6: improve error message
|
|
29
|
-
- Updated dependencies [7243788]
|
|
30
|
-
- Updated dependencies [acf1edf]
|
|
31
|
-
- Updated dependencies [9d231e9]
|
|
32
|
-
- Updated dependencies [b51be39]
|
|
33
|
-
- Updated dependencies [4b083be]
|
|
34
|
-
- Updated dependencies [94e48b9]
|
|
35
|
-
- Updated dependencies [0dfb15d]
|
|
36
|
-
- Updated dependencies [b503084]
|
|
37
|
-
- Updated dependencies [8c34ca3]
|
|
38
|
-
- Updated dependencies [336f74f]
|
|
39
|
-
- Updated dependencies [e404ba0]
|
|
40
|
-
- Updated dependencies [64daaa5]
|
|
7
|
+
- Updated dependencies [2d5a0e6]
|
|
41
8
|
- Updated dependencies [99739ec]
|
|
42
|
-
-
|
|
43
|
-
- Updated dependencies [003b1ed]
|
|
44
|
-
- @forge/manifest@8.9.0-next.12-experimental-99739ec
|
|
45
|
-
- @forge/i18n@0.0.5-next.1-experimental-99739ec
|
|
9
|
+
- @forge/manifest@9.0.0-next.13
|
|
46
10
|
|
|
47
11
|
## 6.8.0-next.24
|
|
48
12
|
|
|
@@ -60572,6 +60572,7 @@ export declare type JiraJourneyParentIssueValueType = JiraServiceManagementReque
|
|
|
60572
60572
|
export declare type JiraJourneySettings = {
|
|
60573
60573
|
__typename?: 'JiraJourneySettings';
|
|
60574
60574
|
maxJourneyItems?: Maybe<Scalars['Long']['output']>;
|
|
60575
|
+
maxJourneysPerProject?: Maybe<Scalars['Long']['output']>;
|
|
60575
60576
|
};
|
|
60576
60577
|
export declare enum JiraJourneyStatus {
|
|
60577
60578
|
Archived = "ARCHIVED",
|