Version Packages

This commit is contained in:
github-actions[bot]
2022-03-03 15:23:53 +00:00
parent 17e0b29a42
commit 3c8bb2854d
324 changed files with 2644 additions and 1649 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/integration
## 0.8.0
### Minor Changes
- 34af86517c: ensure `apiBaseUrl` being set for Bitbucket integrations, replace hardcoded defaults
### Patch Changes
- 33d5e79822: Fix Bitbucket Cloud and Bitbucket Server line number reference.
## 0.7.5
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.7.5",
"version": "0.8.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -42,9 +42,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.14.1",
"@backstage/cli": "^0.15.0",
"@backstage/config-loader": "^0.9.6",
"@backstage/test-utils": "^0.2.6",
"@backstage/test-utils": "^0.3.0",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.35.0"