Version Packages

This commit is contained in:
github-actions[bot]
2021-08-26 11:25:27 +00:00
parent 0d377b45b3
commit e7130884a0
146 changed files with 920 additions and 598 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration
## 0.6.2
### Patch Changes
- f0ba514f0: Take custom ports into account when matching integrations to URLs. It used to be the case that an integration with e.g. `host: 'scm.mycompany.net:8080'` would not be matched by the `byUrl` method, while hosts without a custom port did match.
- 90c68a2ca: Export `replaceGitHubUrlType`
- Updated dependencies
- @backstage/config@0.1.8
## 0.6.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "0.6.1",
"version": "0.6.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.7",
"@backstage/config": "^0.1.8",
"cross-fetch": "^3.0.6",
"git-url-parse": "~11.4.4",
"@octokit/rest": "^18.5.3",