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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "0.5.0",
"version": "0.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
"luxon": "^1.25.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.1",
"@backstage/cli": "^0.6.4",
"@backstage/config-loader": "^0.5.1",
"@backstage/test-utils": "^0.1.7",
"@types/jest": "^26.0.7",