@gitkraken/provider-apis 0.28.3 → 0.28.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,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.28.5
|
|
4
|
+
|
|
5
|
+
- Updates mergeable state to be Mergeable for Bitbucket and BitbucketServer.
|
|
6
|
+
|
|
7
|
+
## 0.28.4
|
|
8
|
+
|
|
9
|
+
- fix the TypeScript type of various `id` fields (from `number` to `string`) (GitHub, GitHub Enterprise)
|
|
10
|
+
- add future-proofing for `GitComment.id` and `GitPullRequestReviewComment.id` fields (GitHub Enterprise)
|
|
11
|
+
|
|
3
12
|
## 0.28.3
|
|
4
13
|
|
|
5
14
|
- fix REST API url for GitLab Self-Managed when it's not included in the base URL
|