@forge/cli-shared 3.14.0-next.2 → 3.14.0-next.3

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.14.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 91b77cb7: Bumping dependencies via Renovate:
8
+
9
+ - @atlassian/xen-test-util
10
+
3
11
  ## 3.14.0-next.2
4
12
 
5
13
  ### Minor Changes
@@ -9320,6 +9320,7 @@ export declare type HelpLayoutMediaConfig = {
9320
9320
  mediaUrl?: Maybe<Scalars['String']>;
9321
9321
  mediaToken?: Maybe<Scalars['String']>;
9322
9322
  mediaCollectionName?: Maybe<Scalars['String']>;
9323
+ asapIssuer?: Maybe<Scalars['String']>;
9323
9324
  };
9324
9325
  export declare type HelpLayoutMutationApi = {
9325
9326
  __typename?: 'HelpLayoutMutationApi';