Version Packages

This commit is contained in:
github-actions[bot]
2021-12-02 12:35:24 +00:00
parent 5722e731aa
commit 29f2606ed9
207 changed files with 1187 additions and 876 deletions
@@ -0,0 +1,7 @@
# @backstage/plugin-tech-insights-common
## 0.2.0
### Minor Changes
- b5bd60fddc: Added new property 'result' in CheckResult in @backstage/plugin-tech-insights-common. This property is later used in `@backstage/plugin-tech-insights` package.
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.1.0",
"version": "0.2.0",
"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.9.0"
"@backstage/cli": "^0.10.0"
},
"files": [
"dist"