Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions workspaces/scorecard/.changeset/free-sheep-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/scorecard/.changeset/renovate-8ba9574.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github

## 2.3.0

### Patch Changes

- Updated dependencies [52b60ee]
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.0
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.0

## 2.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-github",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"description": "The github backend module for the scorecard plugin.",
"main": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira

## 2.3.0

### Patch Changes

- Updated dependencies [52b60ee]
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.0
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.0

## 2.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"description": "The jira backend module for the scorecard plugin.",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/scorecard/plugins/scorecard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-backend

## 2.3.0

### Patch Changes

- Updated dependencies [52b60ee]
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.0
- @red-hat-developer-hub/backstage-plugin-scorecard-node@2.3.0

## 2.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-backend",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/scorecard/plugins/scorecard-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-common

## 2.3.0

### Minor Changes

- 52b60ee: Added aggregated metric cards frontend

## 2.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-common",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"description": "Common functionalities for the scorecard plugin",
"main": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/scorecard/plugins/scorecard-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-node

## 2.3.0

### Patch Changes

- Updated dependencies [52b60ee]
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.0

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/scorecard/plugins/scorecard-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard-node",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"description": "Node.js library for the scorecard plugin",
"main": "src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/scorecard/plugins/scorecard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @red-hat-developer-hub/backstage-plugin-scorecard

## 2.3.0

### Minor Changes

- 52b60ee: Added aggregated metric cards frontend

### Patch Changes

- 61d0c34: Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.11.0`.
- Updated dependencies [52b60ee]
- @red-hat-developer-hub/backstage-plugin-scorecard-common@2.3.0

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/scorecard/plugins/scorecard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scorecard",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down