diff --git a/.changeset/cost-insights-pink-boats-exercise.md b/.changeset/cost-insights-pink-boats-exercise.md deleted file mode 100644 index de66b8d377..0000000000 --- a/.changeset/cost-insights-pink-boats-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-cost-insights': patch ---- - -fix breakdown sorting diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 626b55245d..a4dbe761a6 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -42,6 +42,7 @@ const cookiecutter css dariddler +dataflow deadnaming destructured dev diff --git a/plugins/cost-insights/CHANGELOG.md b/plugins/cost-insights/CHANGELOG.md index a6764a21c8..0524f66e69 100644 --- a/plugins/cost-insights/CHANGELOG.md +++ b/plugins/cost-insights/CHANGELOG.md @@ -1,5 +1,12 @@ # @backstage/plugin-cost-insights +## 0.5.1 + +### Patch Changes + +- 64c9fd84c: fix breakdown sorting +- Fix bar chart legend label bug for unlabeled dataflow alerts + ## 0.5.0 ### Minor Changes diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index 970fe85d1c..2ff9ab7d1d 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-cost-insights", - "version": "0.5.0", + "version": "0.5.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/cost-insights/src/components/UnlabeledDataflowAlertCard/UnlabeledDataflowAlertCard.tsx b/plugins/cost-insights/src/components/UnlabeledDataflowAlertCard/UnlabeledDataflowAlertCard.tsx index dc020d6ce1..f5715bdb0d 100644 --- a/plugins/cost-insights/src/components/UnlabeledDataflowAlertCard/UnlabeledDataflowAlertCard.tsx +++ b/plugins/cost-insights/src/components/UnlabeledDataflowAlertCard/UnlabeledDataflowAlertCard.tsx @@ -49,8 +49,8 @@ export const UnlabeledDataflowAlertCard = ({