@forge/cli-shared 8.18.1-next.1 → 8.19.0-next.2

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.19.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - c94dead: Add developer-spaces list command
8
+
3
9
  ## 8.18.1-next.1
4
10
 
5
11
  ### Patch Changes
@@ -33922,6 +33922,7 @@ export declare type CplsContribution = {
33922
33922
  __typename?: 'CplsContribution';
33923
33923
  endDate: Scalars['Date']['output'];
33924
33924
  isSuggestion?: Maybe<Scalars['Boolean']['output']>;
33925
+ overriddenValueFormats?: Maybe<CplsValueFormats>;
33925
33926
  startDate: Scalars['Date']['output'];
33926
33927
  value?: Maybe<Scalars['Float']['output']>;
33927
33928
  valueFormats?: Maybe<CplsValueFormats>;