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