From cdb60a5260f992982c5b275abc4be38e4c3ac245 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jan 2025 10:20:01 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-days-refuse.md | 11 ----------- packages/app/CHANGELOG.md | 9 +++++++++ packages/app/package.json | 8 ++++---- .../backstage-plugin-github-insights/CHANGELOG.md | 10 ++++++++++ .../backstage-plugin-github-insights/package.json | 2 +- .../CHANGELOG.md | 10 ++++++++++ .../package.json | 2 +- .../backstage-plugin-security-insights/CHANGELOG.md | 10 ++++++++++ .../backstage-plugin-security-insights/package.json | 2 +- 9 files changed, 46 insertions(+), 18 deletions(-) delete mode 100644 .changeset/breezy-days-refuse.md diff --git a/.changeset/breezy-days-refuse.md b/.changeset/breezy-days-refuse.md deleted file mode 100644 index 37a85d6c1..000000000 --- a/.changeset/breezy-days-refuse.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@roadiehq/backstage-plugin-github-pull-requests': major -'@roadiehq/backstage-plugin-github-insights': major -'@roadiehq/backstage-plugin-security-insights': major ---- - -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. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 6c1a5e564..c4dbeef2e 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -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 diff --git a/packages/app/package.json b/packages/app/package.json index bc11081bb..7d1111927 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.1.8", + "version": "1.1.9", "private": true, "backstage": { "role": "frontend" @@ -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", diff --git a/plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md b/plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md index f69482480..727cf3d72 100644 --- a/plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-github-insights/CHANGELOG.md @@ -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 diff --git a/plugins/frontend/backstage-plugin-github-insights/package.json b/plugins/frontend/backstage-plugin-github-insights/package.json index 5aedb89f9..b3ed146e6 100644 --- a/plugins/frontend/backstage-plugin-github-insights/package.json +++ b/plugins/frontend/backstage-plugin-github-insights/package.json @@ -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", diff --git a/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md b/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md index 44a8cd53d..290bc16f1 100644 --- a/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-github-pull-requests/CHANGELOG.md @@ -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 diff --git a/plugins/frontend/backstage-plugin-github-pull-requests/package.json b/plugins/frontend/backstage-plugin-github-pull-requests/package.json index 634978dfa..2d5ff218c 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.6.0", + "version": "3.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md b/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md index ea8d4710a..b28a85713 100644 --- a/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-security-insights/CHANGELOG.md @@ -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 diff --git a/plugins/frontend/backstage-plugin-security-insights/package.json b/plugins/frontend/backstage-plugin-security-insights/package.json index 0a00f49d4..7196e7892 100644 --- a/plugins/frontend/backstage-plugin-security-insights/package.json +++ b/plugins/frontend/backstage-plugin-security-insights/package.json @@ -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",