Skip to content
Merged
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
8 changes: 0 additions & 8 deletions workspaces/scorecard/.changeset/famous-dots-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/scorecard/.changeset/silent-times-dance.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 0478b79: Unify provider IDs

## 0.1.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": "0.1.0",
"version": "0.2.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,12 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-backend-module-jira

## 0.2.0

### Minor Changes

- 0478b79: Unify provider IDs
- 169b951: Support proxy for Jira integration

## 0.1.1

### Patch 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": "0.1.1",
"version": "0.2.0",
"license": "Apache-2.0",
"description": "The jira backend module for the scorecard plugin.",
"main": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/scorecard/plugins/scorecard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-scorecard-backend

## 0.2.0

### Minor Changes

- 0478b79: Unify provider IDs

## 0.1.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": "0.1.0",
"version": "0.2.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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-scorecard

## 0.2.0

### Minor Changes

- 0478b79: Unify provider IDs

## 0.1.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": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down