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",