@forge/cli-shared 3.20.2-next.2 → 3.20.2-next.4

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,24 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.20.2-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e7c4ca: Bumping dependencies via Renovate:
8
+
9
+ - @types/js-yaml
10
+
11
+ - Updated dependencies [8e7c4ca]
12
+ - @forge/manifest@4.20.3-next.3
13
+
14
+ ## 3.20.2-next.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [863f7eb]
19
+ - @forge/util@1.3.2-next.0
20
+ - @forge/manifest@4.20.3-next.2
21
+
3
22
  ## 3.20.2-next.2
4
23
 
5
24
  ### Patch Changes
@@ -14556,9 +14556,11 @@ export type JiraCommentEdge = {
14556
14556
  };
14557
14557
  export type JiraComponent = Node & {
14558
14558
  __typename?: 'JiraComponent';
14559
+ ari?: Maybe<Scalars['String']['output']>;
14559
14560
  componentId: Scalars['String']['output'];
14560
14561
  description?: Maybe<Scalars['String']['output']>;
14561
14562
  id: Scalars['ID']['output'];
14563
+ metadata?: Maybe<Scalars['JSON']['output']>;
14562
14564
  name?: Maybe<Scalars['String']['output']>;
14563
14565
  };
14564
14566
  export type JiraComponentConnection = {