@forge/cli-shared 3.9.0-next.2 → 3.9.0

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,21 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d1c1588: Enable rowspan on table
8
+
9
+ ### Patch Changes
10
+
11
+ - 1fe0ee9: Bumping dependencies via Renovate:
12
+
13
+ - case
14
+
15
+ - Updated dependencies [0fc09ac]
16
+ - Updated dependencies [a302f62]
17
+ - @forge/manifest@4.9.0
18
+
3
19
  ## 3.9.0-next.2
4
20
 
5
21
  ### Patch Changes
@@ -21019,6 +21019,8 @@ export declare type ShepherdAlertQueriesByAriArgs = {
21019
21019
  };
21020
21020
  export declare type ShepherdAlertQueriesByWorkspaceArgs = {
21021
21021
  aaid?: Maybe<Scalars['ID']>;
21022
+ after?: Maybe<Scalars['String']>;
21023
+ first?: Maybe<Scalars['Int']>;
21022
21024
  workspaceId: Scalars['ID'];
21023
21025
  };
21024
21026
  export declare type ShepherdAlertResult = QueryError | ShepherdAlert;
@@ -21070,6 +21072,7 @@ export declare enum ShepherdAlertTemplateType {
21070
21072
  export declare type ShepherdAlertsConnection = {
21071
21073
  __typename?: 'ShepherdAlertsConnection';
21072
21074
  edges?: Maybe<Array<Maybe<ShepherdAlertEdge>>>;
21075
+ pageInfo: PageInfo;
21073
21076
  };
21074
21077
  export declare type ShepherdAlertsResult = QueryError | ShepherdAlertsConnection;
21075
21078
  export declare type ShepherdAppInfo = {