@forge/cli-shared 6.9.0-next.6-experimental-f96965d → 6.9.0-next.6-experimental-9bb99c7
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,14 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 6.9.0-next.6-experimental-
|
|
4
|
-
|
|
5
|
-
### Major Changes
|
|
6
|
-
|
|
7
|
-
- 916e932: Added CLI warnings
|
|
3
|
+
## 6.9.0-next.6-experimental-9bb99c7
|
|
8
4
|
|
|
9
5
|
### Minor Changes
|
|
10
6
|
|
|
11
7
|
- 042ef75: Pull in deprecated input fields when generating the schema and associated types
|
|
8
|
+
- 3e82523: Added CLI warnings
|
|
12
9
|
|
|
13
10
|
### Patch Changes
|
|
14
11
|
|
|
@@ -19,7 +16,7 @@
|
|
|
19
16
|
- Updated dependencies [683d423]
|
|
20
17
|
- Updated dependencies [ea7c7b6]
|
|
21
18
|
- Updated dependencies [2051059]
|
|
22
|
-
- @forge/manifest@9.1.0-next.5-experimental-
|
|
19
|
+
- @forge/manifest@9.1.0-next.5-experimental-9bb99c7
|
|
23
20
|
|
|
24
21
|
## 6.9.0-next.6
|
|
25
22
|
|
|
@@ -64433,6 +64433,7 @@ export declare type JiraPlan = Node & {
|
|
|
64433
64433
|
__typename?: 'JiraPlan';
|
|
64434
64434
|
defaultNavigationItem?: Maybe<JiraNavigationItemResult>;
|
|
64435
64435
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
64436
|
+
hasReleaseUnsavedChanges?: Maybe<Scalars['Boolean']['output']>;
|
|
64436
64437
|
id: Scalars['ID']['output'];
|
|
64437
64438
|
isAutoSchedulerEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
64438
64439
|
isMultiScenarioEnabled?: Maybe<Scalars['Boolean']['output']>;
|