Version Packages

This commit is contained in:
github-actions[bot]
2022-08-16 12:15:33 +00:00
parent 565a6cf315
commit a5684d0d53
395 changed files with 4519 additions and 2082 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/integration
## 1.3.0
### Minor Changes
- 593dea6710: Add support for Basic Auth for Bitbucket Server.
- ad35364e97: feat(techdocs): add edit button support for bitbucketServer
### Patch Changes
- 163243a4d1: Handle incorrect return type from Octokit paginate plugin to resolve reading URLs from GitHub
- c4b460a47d: Avoid double encoding of the file path in `getBitbucketDownloadUrl`
- 29f782eb37: Updated dependency `@types/luxon` to `^3.0.0`.
- 1f27d83933: Fixed bug in getGitLabFileFetchUrl where a target whose path did not contain the
`/-/` scope would result in a fetch URL that did not support
private-token-based authentication.
## 1.3.0-next.1
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.3.0-next.1",
"version": "1.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -43,9 +43,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.18.1-next.0",
"@backstage/cli": "^0.18.1",
"@backstage/config-loader": "^1.1.3",
"@backstage/test-utils": "^1.1.3-next.0",
"@backstage/test-utils": "^1.1.3",
"@types/jest": "^26.0.7",
"@types/luxon": "^3.0.0",
"msw": "^0.44.0"