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
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-cost-insights
## 0.9.0
### Minor Changes
- 6f1b82b14: make change ratio optional
### Patch Changes
- Updated dependencies [f65adcde7]
- Updated dependencies [80888659b]
- Updated dependencies [7b8272fb7]
- Updated dependencies [d8b81fd28]
- @backstage/core@0.7.8
- @backstage/theme@0.2.7
- @backstage/config@0.1.5
## 0.8.5
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-cost-insights",
"version": "0.8.5",
"version": "0.9.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.3",
"@backstage/core": "^0.7.7",
"@backstage/theme": "^0.2.6",
"@backstage/config": "^0.1.5",
"@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",
@@ -55,7 +55,7 @@
"yup": "^0.29.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",