Version Packages

This commit is contained in:
github-actions[bot]
2022-02-17 10:38:59 +00:00
parent db48253fa1
commit 408b0300cb
329 changed files with 3035 additions and 1907 deletions
@@ -1,5 +1,13 @@
# @backstage/plugin-tech-insights-common
## 0.2.2
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/types@0.1.2
## 0.2.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-common",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,10 +35,10 @@
"dependencies": {
"@types/luxon": "^2.0.5",
"luxon": "^2.0.2",
"@backstage/types": "^0.1.1"
"@backstage/types": "^0.1.2"
},
"devDependencies": {
"@backstage/cli": "^0.13.2-next.0"
"@backstage/cli": "^0.14.0"
},
"files": [
"dist"