Version Packages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
github-actions[bot]
2021-03-11 12:29:53 +00:00
committed by Fredrik Adelöw
parent a5c3dd77fe
commit 0e120c5c66
124 changed files with 882 additions and 585 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/integration
## 0.5.1
### Patch Changes
- 277644e09: Include missing fields in GitLab config schema. This sometimes prevented loading config on the frontend specifically, when using self-hosted GitLab.
- 52f613030: Support GitHub `tree` URLs in `getGitHubFileFetchUrl`.
- 905cbfc96: Add `resolveEditUrl` to integrations to resolve a URL that can be used to edit
a file in the web interfaces of an SCM.
- d4e77ec5f: Add option to `resolveUrl` that allows for linking to a specific line number when resolving a file URL.
## 0.5.0
### Minor Changes