@forge/cli-shared 3.2.0-next.5 → 3.2.0-next.6

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.2.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dfc74ba]
8
+ - @forge/manifest@4.4.0-next.2
9
+
3
10
  ## 3.2.0-next.5
4
11
 
5
12
  ### Minor Changes
@@ -18204,6 +18204,7 @@ export declare type SoftwareCard = {
18204
18204
  labels?: Maybe<Array<Maybe<Scalars['String']>>>;
18205
18205
  type?: Maybe<CardType>;
18206
18206
  status?: Maybe<CardStatus>;
18207
+ activeSprint?: Maybe<Sprint>;
18207
18208
  assignee?: Maybe<User>;
18208
18209
  flagged?: Maybe<Scalars['Boolean']>;
18209
18210
  done?: Maybe<Scalars['Boolean']>;