Skip to content

Commit af63a58

Browse files
Version Packages (#2222)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a3369f commit af63a58

16 files changed

Lines changed: 70 additions & 21 deletions

File tree

workspaces/scorecard/.changeset/breezy-cases-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/scorecard/.changeset/young-suits-flash.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

workspaces/scorecard/plugins/scorecard-backend-module-github/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github
22

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a3369f]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.4
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.4
10+
311
## 2.3.3
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"license": "Apache-2.0",
55
"description": "The github backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend-module-jira/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira
22

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a3369f]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.4
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.4
10+
311
## 2.3.3
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-jira/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"license": "Apache-2.0",
55
"description": "The jira backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend-module-openssf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-openssf
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4a3369f]
8+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.4
9+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.4
10+
311
## 0.1.3
412

513
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend-module-openssf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-openssf",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "Apache-2.0",
55
"description": "The openssf backend module for the scorecard plugin.",
66
"main": "src/index.ts",

workspaces/scorecard/plugins/scorecard-backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @red-hat-developer-hub/backstage-plugin-scorecard-backend
22

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- c964f4f: Fixed an issue when PullMetricsByProviderTask would fail when no entities in Catalog supported metric provider that was processed
8+
- 4a3369f: Fix aggregated scorecard widgets view when entities are missing value or metric fetching fails.
9+
10+
Refactor the /metrics/:metricId/catalog/aggregations endpoint to return an object of aggregated metrics instead of an array containing a single object.
11+
12+
- Updated dependencies [4a3369f]
13+
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.4
14+
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.4
15+
316
## 2.3.3
417

518
### Patch Changes

workspaces/scorecard/plugins/scorecard-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)