@forge/cli-shared 5.1.1-next.3 → 5.1.1-next.4

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
+ ## 5.1.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2b5d6f2]
8
+ - @forge/manifest@7.5.0-next.4
9
+
3
10
  ## 5.1.1-next.3
4
11
 
5
12
  ### Patch Changes
@@ -37218,6 +37218,7 @@ export declare type JiraProjectListViewTemplateItem = {
37218
37218
  productKey?: Maybe<Scalars['String']['output']>;
37219
37219
  recommendationSessionId?: Maybe<Scalars['String']['output']>;
37220
37220
  shortDescription?: Maybe<Scalars['String']['output']>;
37221
+ templateType?: Maybe<Scalars['String']['output']>;
37221
37222
  title?: Maybe<Scalars['String']['output']>;
37222
37223
  };
37223
37224
  export declare type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;