@gitkraken/provider-apis 0.17.2 → 0.17.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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.17.4
4
+
5
+ - added `getPullRequestForRepo` (GitHub)
6
+ - added `getPullRequestByGraphQLId` (GitHub)
7
+ - added `getFileContents` (GitHub)
8
+ - fix normalization of `repository` in `GitPullRequest` (Bitbucket)
9
+
10
+ ## 0.17.3
11
+
12
+ - added `login` field to `repository` object in `GitPullRequest` type (Azure DevOps, BitBucket)
13
+ - made `login` field required for `repository` object in `GitPullRequest` type (since all providers support it now)
14
+
3
15
  ## 0.17.2
4
16
 
5
17
  - add a `forceIsFetch` config option for cases where the native `fetch` function has been overridden but still uses `fetch` under the hood