Version Packages

This commit is contained in:
github-actions[bot]
2021-07-01 09:06:13 +00:00
parent ba69dca530
commit 6e937b9fa6
118 changed files with 611 additions and 480 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-cost-insights
## 0.11.1
### Patch Changes
- 0b4d00687: Replaced moment and dayjs with Luxon
- Updated dependencies
- @backstage/core-components@0.1.4
## 0.11.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-cost-insights",
"version": "0.11.0",
"version": "0.11.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.5",
"@backstage/core-components": "^0.1.3",
"@backstage/core-components": "^0.1.4",
"@backstage/core-plugin-api": "^0.1.3",
"@backstage/theme": "^0.2.8",
"@material-ui/core": "^4.11.0",
@@ -54,8 +54,8 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.7.2",
"@backstage/core-app-api": "^0.1.3",
"@backstage/cli": "^0.7.3",
"@backstage/core-app-api": "^0.1.4",
"@backstage/dev-utils": "^0.2.0",
"@backstage/test-utils": "^0.1.14",
"@testing-library/jest-dom": "^5.10.1",