@forge/cli-shared 8.15.2-next.2 → 8.15.2-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,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.15.2-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - df6d793: Improve show containers data table view
8
+
3
9
  ## 8.15.2-next.2
4
10
 
5
11
  ### Patch Changes
@@ -173911,6 +173911,7 @@ export declare type TownsquareGoalSubGoalSuggestionsArgs = {
173911
173911
  };
173912
173912
  export declare type TownsquareGoalSubGoalsArgs = {
173913
173913
  after?: InputMaybe<Scalars['String']['input']>;
173914
+ archived?: InputMaybe<Scalars['Boolean']['input']>;
173914
173915
  first?: InputMaybe<Scalars['Int']['input']>;
173915
173916
  kind?: InputMaybe<TownsquareGoalTypeKind>;
173916
173917
  };