@forge/cli-shared 8.15.0-next.3 → 8.15.0-next.3-experimental-cb1ecce

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
+ ## 8.15.0-next.3-experimental-cb1ecce
4
+
5
+ ### Minor Changes
6
+
7
+ - e8cce7f: add transformErrorMessage for preserving error attributes
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6b7a4ef]
12
+ - Updated dependencies [dfa2aa6]
13
+ - Updated dependencies [e21f32f]
14
+ - Updated dependencies [545ecc1]
15
+ - Updated dependencies [eadb4a6]
16
+ - Updated dependencies [8db2311]
17
+ - @forge/manifest@12.0.0-next.3-experimental-cb1ecce
18
+
3
19
  ## 8.15.0-next.3
4
20
 
5
21
  ### Patch Changes
@@ -107339,7 +107339,7 @@ export declare type JiraSetBoardViewFilterPayload = Payload & {
107339
107339
  view?: Maybe<JiraBoardView>;
107340
107340
  };
107341
107341
  export declare type JiraSetBoardViewGroupByInput = {
107342
- fieldId: Scalars['String']['input'];
107342
+ fieldId?: InputMaybe<Scalars['String']['input']>;
107343
107343
  settings?: InputMaybe<JiraBoardViewSettings>;
107344
107344
  viewId: Scalars['ID']['input'];
107345
107345
  };