Version Packages

This commit is contained in:
github-actions[bot]
2021-05-20 11:48:46 +00:00
parent 28b4a30928
commit 18285453eb
109 changed files with 659 additions and 460 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-cost-insights
## 0.10.0
### Minor Changes
- 7cbfcae48: support jsx in alert titles
### Patch Changes
- 5914a76d5: Added example client
- Updated dependencies [65e6c4541]
- Updated dependencies [5da6a561d]
- @backstage/core@0.7.10
## 0.9.1
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-cost-insights",
"version": "0.9.1",
"version": "0.10.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.5",
"@backstage/core": "^0.7.9",
"@backstage/core": "^0.7.10",
"@backstage/theme": "^0.2.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -55,9 +55,9 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.6.11",
"@backstage/dev-utils": "^0.1.14",
"@backstage/test-utils": "^0.1.11",
"@backstage/cli": "^0.6.12",
"@backstage/dev-utils": "^0.1.15",
"@backstage/test-utils": "^0.1.12",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",