Version Packages

This commit is contained in:
github-actions[bot]
2021-09-16 11:41:51 +00:00
parent 14ebe91454
commit fff5c48429
152 changed files with 1040 additions and 614 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration
## 0.6.4
### Patch Changes
- f7ad3a8925: Fix Azure URL handling to properly support both repo shorthand (`/owner/_git/project`) and full URLs (`/owner/project/_git/repo`).
Fix Azure DevOps Server URL handling by being able to parse URLs with hosts other than `dev.azure.com`. Note that the `api-version` used for API requests is currently `6.0`, meaning you need to support at least this version in your Azure DevOps Server instance.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- cc5c8f4979: Handle pagination on return results when fetch GitHub API to list selected repos
## 0.6.3
### Patch Changes