From 3538bc9dfcbab4c0a3c74ed989122ad6f9e2969a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Nov 2024 08:03:53 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-forks-cheat.md | 5 ----- .../backstage-plugin-security-insights/CHANGELOG.md | 6 ++++++ .../backstage-plugin-security-insights/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fifty-forks-cheat.md diff --git a/.changeset/fifty-forks-cheat.md b/.changeset/fifty-forks-cheat.md deleted file mode 100644 index 3aab3124b..000000000 --- a/.changeset/fifty-forks-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/backstage-plugin-security-insights': patch ---- - -fix bug where security insights tab was empty on initial render until clicking one of the filter buttons diff --git a/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md b/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md index 17cffb679..c902293b3 100644 --- a/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md @@ -1,5 +1,11 @@ # @roadiehq/backstage-plugin-security-insights +## 2.4.1 + +### Patch Changes + +- dc29b55: fix bug where security insights tab was empty on initial render until clicking one of the filter buttons + ## 2.4.0 ### Minor Changes diff --git a/plugins/frontend/backstage-plugin-security-insights/package.json b/plugins/frontend/backstage-plugin-security-insights/package.json index 37b1bf597..76474119e 100644 --- a/plugins/frontend/backstage-plugin-security-insights/package.json +++ b/plugins/frontend/backstage-plugin-security-insights/package.json @@ -1,6 +1,6 @@ { "name": "@roadiehq/backstage-plugin-security-insights", - "version": "2.4.0", + "version": "2.4.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",