From 3bdb695d095d44377fd66b35676fb0a006ff4465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 11:20:16 +0000 Subject: [PATCH] Version Packages --- .changeset/tender-lobsters-stare.md | 5 ----- .../backstage-plugin-github-pull-requests/CHANGELOG.md | 6 ++++++ .../backstage-plugin-github-pull-requests/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-lobsters-stare.md diff --git a/.changeset/tender-lobsters-stare.md b/.changeset/tender-lobsters-stare.md deleted file mode 100644 index a403ef02a..000000000 --- a/.changeset/tender-lobsters-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/backstage-plugin-github-pull-requests': patch ---- - -I updated the frontend plugin for GitHub pull request statistics in the @roadie repository to reflect the Average Coding Time of PRs. Additionally, I excluded bot users from the calculations, as their inclusion was skewing the results. diff --git a/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md b/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md index e95edd90d..da8065cb3 100644 --- a/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md @@ -1,5 +1,11 @@ # @roadiehq/backstage-plugin-github-pull-requests +## 2.5.27 + +### Patch Changes + +- dbbc2bf: I updated the frontend plugin for GitHub pull request statistics in the @roadie repository to reflect the Average Coding Time of PRs. Additionally, I excluded bot users from the calculations, as their inclusion was skewing the results. + ## 2.5.26 ### Patch Changes diff --git a/plugins/frontend/backstage-plugin-github-pull-requests/package.json b/plugins/frontend/backstage-plugin-github-pull-requests/package.json index dc38ced43..4b960594e 100644 --- a/plugins/frontend/backstage-plugin-github-pull-requests/package.json +++ b/plugins/frontend/backstage-plugin-github-pull-requests/package.json @@ -1,6 +1,6 @@ { "name": "@roadiehq/backstage-plugin-github-pull-requests", - "version": "2.5.26", + "version": "2.5.27", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",