Version Packages

This commit is contained in:
github-actions[bot]
2021-10-07 12:17:39 +00:00
parent 2a12c46d51
commit 97420439e1
184 changed files with 1479 additions and 881 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/integration
## 0.6.7
### Patch Changes
- a31afc5b62: Replace slash stripping regexp with trimEnd to remove CodeQL warning
- ca0559444c: Avoid usage of `.to*Case()`, preferring `.toLocale*Case('en-US')` instead.
## 0.6.6
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.6.6",
"version": "0.6.7",
"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.14",
"@backstage/config-loader": "^0.6.9",
"@backstage/test-utils": "^0.1.17",
"@backstage/cli": "^0.7.15",
"@backstage/config-loader": "^0.6.10",
"@backstage/test-utils": "^0.1.18",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.29.0"