From cd0275c61baebd1713598394b48952c85d1fad34 Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:20:07 +0200 Subject: [PATCH] Version Packages (#1491) Co-authored-by: github-actions[bot] --- workspaces/grafana/.changeset/quick-dryers-fix.md | 5 ----- workspaces/grafana/plugins/grafana/CHANGELOG.md | 6 ++++++ workspaces/grafana/plugins/grafana/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/grafana/.changeset/quick-dryers-fix.md diff --git a/workspaces/grafana/.changeset/quick-dryers-fix.md b/workspaces/grafana/.changeset/quick-dryers-fix.md deleted file mode 100644 index 28d155f7f..000000000 --- a/workspaces/grafana/.changeset/quick-dryers-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-grafana': patch ---- - -Added support for multiple alert selectors. diff --git a/workspaces/grafana/plugins/grafana/CHANGELOG.md b/workspaces/grafana/plugins/grafana/CHANGELOG.md index 207eae39c..112bd958d 100644 --- a/workspaces/grafana/plugins/grafana/CHANGELOG.md +++ b/workspaces/grafana/plugins/grafana/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-grafana +## 0.1.7 + +### Patch Changes + +- 10f4f46: Added support for multiple alert selectors. + ## 0.1.6 ### Patch Changes diff --git a/workspaces/grafana/plugins/grafana/package.json b/workspaces/grafana/plugins/grafana/package.json index 1056da0eb..5b00dd953 100644 --- a/workspaces/grafana/plugins/grafana/package.json +++ b/workspaces/grafana/plugins/grafana/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-grafana", - "version": "0.1.6", + "version": "0.1.7", "description": "A Backstage backend plugin that integrates towards Grafana", "main": "src/index.ts", "types": "src/index.ts",