@forge/cli-shared 3.21.0-next.4 → 3.21.0-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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c35ad15]
8
+ - Updated dependencies [b91f922]
9
+ - @forge/manifest@5.1.0-next.3
10
+
3
11
  ## 3.21.0-next.4
4
12
 
5
13
  ### Minor Changes
@@ -4420,6 +4420,7 @@ export type CompassJiraIssue = Node & {
4420
4420
  __typename?: 'CompassJiraIssue';
4421
4421
  changeMetadata: CompassChangeMetadata;
4422
4422
  id: Scalars['ID']['output'];
4423
+ issueId?: Maybe<Scalars['ID']['output']>;
4423
4424
  url: Scalars['URL']['output'];
4424
4425
  };
4425
4426
  export type CompassJiraIssueEdge = {