@forge/cli-shared 3.13.0-next.3 → 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,20 @@
|
|
|
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
|
+
|
|
11
|
+
## 3.13.0-next.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [44042371]
|
|
16
|
+
- @forge/manifest@4.14.0-next.1
|
|
17
|
+
|
|
3
18
|
## 3.13.0-next.3
|
|
4
19
|
|
|
5
20
|
### Minor 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>;
|