Version Packages

This commit is contained in:
github-actions[bot]
2021-10-14 12:45:08 +00:00
parent efdefe673f
commit 4c840cebfa
177 changed files with 1314 additions and 805 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 0.6.8
### Patch Changes
- eab072161e: By replacing `\n` with a newline for GitHub Apps private keys, this allows users to store the private key as an environment variable and reference it in the YAML.
## 0.6.7
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.6.7",
"version": "0.6.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -39,9 +39,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.7.15",
"@backstage/cli": "^0.7.16",
"@backstage/config-loader": "^0.6.10",
"@backstage/test-utils": "^0.1.18",
"@backstage/test-utils": "^0.1.19",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.29.0"