Version Packages

This commit is contained in:
github-actions[bot]
2022-01-20 10:33:31 +00:00
parent 4918be78b0
commit 8b18d054f3
302 changed files with 2829 additions and 2214 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration
## 0.7.2
### Patch Changes
- f45e99e5da: Do not return a token rather than fail where the owner is not in the allowed installation owners
for a GitHub app. This allows anonymous access to public files in the organisation.
- Updated dependencies
- @backstage/config@0.1.13
## 0.7.2-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.7.2-next.0",
"version": "0.7.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.13-next.0",
"@backstage/config": "^0.1.13",
"cross-fetch": "^3.0.6",
"git-url-parse": "^11.6.0",
"@octokit/rest": "^18.5.3",
@@ -39,9 +39,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.12.0-next.0",
"@backstage/config-loader": "^0.9.3-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@backstage/cli": "^0.12.0",
"@backstage/config-loader": "^0.9.3",
"@backstage/test-utils": "^0.2.3",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.35.0"