Version Packages

This commit is contained in:
github-actions[bot]
2021-02-18 13:23:19 +00:00
parent 1ce3cbdacb
commit 4188c2ccb4
120 changed files with 1004 additions and 521 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 0.5.0
### Minor Changes
- 491f3a0ec: Make `ScmIntegration.resolveUrl` mandatory.
## 0.4.0
### Minor Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "0.4.0",
"version": "0.5.0",
"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.0",
"@backstage/cli": "^0.6.1",
"@backstage/test-utils": "^0.1.7",
"@types/jest": "^26.0.7",
"@types/luxon": "^1.25.0",