Version Packages

This commit is contained in:
github-actions[bot]
2021-05-06 08:25:18 +00:00
parent 1f88afb102
commit d397eb470f
128 changed files with 1129 additions and 732 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-tech-radar
## 0.3.10
### Patch Changes
- b2e2ec753: Update README for composability
- Updated dependencies [f65adcde7]
- Updated dependencies [80888659b]
- Updated dependencies [7b8272fb7]
- @backstage/core@0.7.8
- @backstage/theme@0.2.7
## 0.3.9
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-radar",
"version": "0.3.9",
"version": "0.3.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,8 +30,8 @@
"start": "backstage-cli plugin:serve"
},
"dependencies": {
"@backstage/core": "^0.7.7",
"@backstage/theme": "^0.2.6",
"@backstage/core": "^0.7.8",
"@backstage/theme": "^0.2.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
@@ -43,7 +43,7 @@
"react-use": "^15.3.3"
},
"devDependencies": {
"@backstage/cli": "^0.6.9",
"@backstage/cli": "^0.6.10",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.10",
"@testing-library/jest-dom": "^5.10.1",