From 0795ea3d526bce68a45cfe9621938348c223caf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:47:31 +0100 Subject: [PATCH] Version Packages (#157) Co-authored-by: github-actions[bot] --- .changeset/orange-spoons-work.md | 5 ----- package.json | 2 +- plugins/score-card/CHANGELOG.md | 6 ++++++ plugins/score-card/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/orange-spoons-work.md diff --git a/.changeset/orange-spoons-work.md b/.changeset/orange-spoons-work.md deleted file mode 100644 index 8e8a70ff33..0000000000 --- a/.changeset/orange-spoons-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@oriflame/backstage-plugin-score-card': patch ---- - -Add property to filter scores by entity kind. diff --git a/package.json b/package.json index 74c9ef7104..53e685a5cc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "OSWDVLPPlatform@oriflame.com", "GlobalITCOEdevelopmentTooling@Oriflame.com" ], - "version": "0.1.14", + "version": "0.1.15", "private": true, "engines": { "node": "14 || 16" diff --git a/plugins/score-card/CHANGELOG.md b/plugins/score-card/CHANGELOG.md index 48539a7362..dcd8d5e249 100644 --- a/plugins/score-card/CHANGELOG.md +++ b/plugins/score-card/CHANGELOG.md @@ -1,5 +1,11 @@ # @oriflame/backstage-plugin-score-card +## 0.6.1 + +### Patch Changes + +- d434c7d: Add property to filter scores by entity kind. + ## 0.6.0 ### Minor Changes diff --git a/plugins/score-card/package.json b/plugins/score-card/package.json index 60576b3f56..e27bc4de9a 100644 --- a/plugins/score-card/package.json +++ b/plugins/score-card/package.json @@ -1,6 +1,6 @@ { "name": "@oriflame/backstage-plugin-score-card", - "version": "0.6.0", + "version": "0.6.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",