@forge/cli-shared 2.6.0-next.2 → 2.6.0-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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.6.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4285fc36]
8
+ - @forge/manifest@3.9.0-next.2
9
+
3
10
  ## 2.6.0-next.2
4
11
 
5
12
  ### Patch Changes
@@ -11374,6 +11374,7 @@ export declare type JiraServiceManagementRespondersField = Node & JiraIssueField
11374
11374
  description?: Maybe<Scalars['String']>;
11375
11375
  responders?: Maybe<Array<Maybe<JiraServiceManagementResponder>>>;
11376
11376
  respondersConnection?: Maybe<JiraServiceManagementResponderConnection>;
11377
+ searchUrl?: Maybe<Scalars['String']>;
11377
11378
  fieldConfig?: Maybe<JiraFieldConfig>;
11378
11379
  };
11379
11380
  export declare type JiraServiceManagementRespondersFieldRespondersConnectionArgs = {