@forge/cli-shared 3.13.0-next.4 → 3.13.0-next.5

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.13.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - efc1b01c: Bumping dependencies via Renovate:
8
+
9
+ - yaml
10
+
3
11
  ## 3.13.0-next.4
4
12
 
5
13
  ### Patch Changes
@@ -20193,6 +20193,7 @@ export declare type Query = {
20193
20193
  appRecommendations?: Maybe<AppRecQuery>;
20194
20194
  ccp?: Maybe<CcpQueryApi>;
20195
20195
  townsquare?: Maybe<TownsquareQueryApi>;
20196
+ atlas?: Maybe<TownsquareQueryApi>;
20196
20197
  devOps?: Maybe<DevOps>;
20197
20198
  jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
20198
20199
  repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;