@backstage-community/plugin-cost-insights 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage-community/plugin-cost-insights
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3c791c0: Backstage version bump to v1.44.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [3c791c0]
12
+ - @backstage-community/plugin-cost-insights-common@0.9.0
13
+
3
14
  ## 0.21.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cost-insights",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "A Backstage plugin that helps you keep track of your cloud spend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,15 +67,15 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage-community/plugin-cost-insights-common": "^0.8.0",
70
+ "@backstage-community/plugin-cost-insights-common": "^0.9.0",
71
71
  "@backstage/catalog-model": "^1.7.5",
72
- "@backstage/config": "^1.3.3",
73
- "@backstage/core-compat-api": "^0.5.2",
74
- "@backstage/core-components": "^0.18.1",
75
- "@backstage/core-plugin-api": "^1.11.0",
76
- "@backstage/frontend-plugin-api": "^0.12.0",
77
- "@backstage/plugin-catalog-react": "^1.21.1",
78
- "@backstage/theme": "^0.6.8",
72
+ "@backstage/config": "^1.3.5",
73
+ "@backstage/core-compat-api": "^0.5.3",
74
+ "@backstage/core-components": "^0.18.2",
75
+ "@backstage/core-plugin-api": "^1.11.1",
76
+ "@backstage/frontend-plugin-api": "^0.12.1",
77
+ "@backstage/plugin-catalog-react": "^1.21.2",
78
+ "@backstage/theme": "^0.7.0",
79
79
  "@material-ui/core": "^4.12.2",
80
80
  "@material-ui/icons": "^4.9.1",
81
81
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -93,10 +93,10 @@
93
93
  "yup": "^1.0.0"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "^0.34.3",
97
- "@backstage/core-app-api": "^1.19.0",
98
- "@backstage/dev-utils": "^1.1.14",
99
- "@backstage/test-utils": "^1.7.11",
96
+ "@backstage/cli": "^0.34.4",
97
+ "@backstage/core-app-api": "^1.19.1",
98
+ "@backstage/dev-utils": "^1.1.15",
99
+ "@backstage/test-utils": "^1.7.12",
100
100
  "@testing-library/dom": "^10.0.0",
101
101
  "@testing-library/jest-dom": "^6.0.0",
102
102
  "@testing-library/react": "^15.0.0",