Version Packages

This commit is contained in:
github-actions[bot]
2021-09-30 11:43:05 +00:00
parent da7019019e
commit f67e8ddcec
169 changed files with 1274 additions and 807 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 0.6.6
### Patch Changes
- d1f2118389: Support selective GitHub app installation for GHE
## 0.6.5
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.6.5",
"version": "0.6.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,8 +38,8 @@
"luxon": "^2.0.2"
},
"devDependencies": {
"@backstage/cli": "^0.7.13",
"@backstage/config-loader": "^0.6.7",
"@backstage/cli": "^0.7.14",
"@backstage/config-loader": "^0.6.9",
"@backstage/test-utils": "^0.1.17",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",