Version Packages

This commit is contained in:
github-actions[bot]
2022-01-13 14:23:13 +00:00
parent 182e573def
commit b04011602b
282 changed files with 2256 additions and 1341 deletions
@@ -1,5 +1,11 @@
# @backstage/plugin-tech-insights-common
## 0.2.1
### Patch Changes
- a60eb0f0dd: adding new operation to run checks for multiple entities in one request
## 0.2.0
### Minor Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"@backstage/types": "^0.1.1"
},
"devDependencies": {
"@backstage/cli": "^0.10.0"
"@backstage/cli": "^0.11.0"
},
"files": [
"dist"