Skip to content

Commit

Permalink
Merge pull request #1785 from RoadieHQ/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
Xantier authored Jan 13, 2025
2 parents b6edfcd + cdb60a5 commit 647dbf8
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/breezy-days-refuse.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# app

## 1.1.9

### Patch Changes

- Updated dependencies [6e4add9]
- @roadiehq/backstage-plugin-github-pull-requests@3.0.0
- @roadiehq/backstage-plugin-github-insights@3.0.0
- @roadiehq/backstage-plugin-security-insights@3.0.0

## 1.1.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.1.8",
"version": "1.1.9",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -40,14 +40,14 @@
"@roadiehq/backstage-plugin-buildkite": "^2.3.3",
"@roadiehq/backstage-plugin-cloudsmith": "^1.1.1",
"@roadiehq/backstage-plugin-datadog": "^2.3.3",
"@roadiehq/backstage-plugin-github-insights": "^2.4.2",
"@roadiehq/backstage-plugin-github-pull-requests": "^2.5.30",
"@roadiehq/backstage-plugin-github-insights": "^3.0.0",
"@roadiehq/backstage-plugin-github-pull-requests": "^3.0.0",
"@roadiehq/backstage-plugin-home-markdown": "^2.5.28",
"@roadiehq/backstage-plugin-home-rss": "^1.3.14",
"@roadiehq/backstage-plugin-iframe": "^1.4.2",
"@roadiehq/backstage-plugin-jira": "^2.6.1",
"@roadiehq/backstage-plugin-prometheus": "^2.11.2",
"@roadiehq/backstage-plugin-security-insights": "^2.3.21",
"@roadiehq/backstage-plugin-security-insights": "^3.0.0",
"@roadiehq/backstage-plugin-shortcut": "^1.2.3",
"@roadiehq/backstage-plugin-travis-ci": "^2.1.25",
"@roadiehq/backstage-plugin-wiz": "^1.0.0",
Expand Down
10 changes: 10 additions & 0 deletions plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @roadiehq/backstage-plugin-github-insights

## 3.0.0

### Major Changes

- 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

This will work automatically if `ScmAuth.createDefaultApiFactory()` is used when APIs registered. If not, you need to register an implementation of `scmAuthApiRef` as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

## 2.5.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-github-insights",
"version": "2.5.1",
"version": "3.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @roadiehq/backstage-plugin-github-pull-requests

## 3.0.0

### Major Changes

- 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

This will work automatically if `ScmAuth.createDefaultApiFactory()` is used when APIs registered. If not, you need to register an implementation of `scmAuthApiRef` as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

## 2.6.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-github-pull-requests",
"version": "2.6.0",
"version": "3.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @roadiehq/backstage-plugin-security-insights

## 3.0.0

### Major Changes

- 6e4add9: BREAKING: Needs SCM auth API to be configured in the application.

Migrate to use SCM auth instead of direct GitHub to allow possibility to work with multiple GitHub integrations at once.

This will work automatically if `ScmAuth.createDefaultApiFactory()` is used when APIs registered. If not, you need to register an implementation of `scmAuthApiRef` as documented in: https://backstage.io/docs/auth/#custom-scmauthapi-implementation.

## 2.4.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-security-insights",
"version": "2.4.2",
"version": "3.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 647dbf8

Please sign in to comment.