From 31d24ff27bde5401205bb7b6bb733ebd8dfd8b3e Mon Sep 17 00:00:00 2001 From: Brenda Sukh Date: Fri, 11 Dec 2020 12:26:02 -0500 Subject: [PATCH] Bump cost insights --- .changeset/cost-insights-pink-boats-exercise.md | 5 ----- plugins/cost-insights/CHANGELOG.md | 7 +++++++ plugins/cost-insights/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cost-insights-pink-boats-exercise.md 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/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",