From 92bb09c75c397659a9cdabfcd23554d18298b380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 May 2024 23:58:35 +0000 Subject: [PATCH] Version Packages --- .changeset/smart-carrots-repair.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/smart-carrots-repair.md diff --git a/.changeset/smart-carrots-repair.md b/.changeset/smart-carrots-repair.md deleted file mode 100644 index e73b13802..000000000 --- a/.changeset/smart-carrots-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/backstage-plugin-security-insights': patch ---- - -Dependabot and Security Insights tabs now show open issues by default instead of all issues. diff --git a/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md b/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md index d86cdf314..67ace37fd 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.3.18 + +### Patch Changes + +- eaba91f: Dependabot and Security Insights tabs now show open issues by default instead of all issues. + ## 2.3.17 ### Patch Changes diff --git a/plugins/frontend/backstage-plugin-security-insights/package.json b/plugins/frontend/backstage-plugin-security-insights/package.json index 5ce59efe0..4b7a8f10c 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.3.17", + "version": "2.3.18", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",