From 5a37bcbb435e7deace9b6cfeae4acffefcdb7705 Mon Sep 17 00:00:00 2001 From: "janus-idp[bot]" <139477802+janus-idp[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:51:00 -0500 Subject: [PATCH] chore(release): version packages on main branch (#2457) * chore(release): version packages on main branch * chore: update yarn.lock --------- Co-authored-by: github-actions[bot] Co-authored-by: janus-idp[bot] --- .changeset/tame-ways-guess.md | 34 ------------------- plugins/aap-backend/CHANGELOG.md | 8 +++++ plugins/aap-backend/package.json | 2 +- plugins/analytics-module-matomo/CHANGELOG.md | 8 +++++ plugins/analytics-module-matomo/package.json | 2 +- .../analytics-provider-segment/CHANGELOG.md | 8 +++++ .../analytics-provider-segment/package.json | 2 +- plugins/bulk-import-backend/CHANGELOG.md | 8 +++++ plugins/bulk-import-backend/package.json | 2 +- plugins/bulk-import/CHANGELOG.md | 8 +++++ plugins/bulk-import/package.json | 2 +- plugins/jfrog-artifactory/CHANGELOG.md | 8 +++++ plugins/jfrog-artifactory/package.json | 2 +- plugins/keycloak-backend/CHANGELOG.md | 8 +++++ plugins/keycloak-backend/package.json | 2 +- plugins/kiali-backend/CHANGELOG.md | 8 +++++ plugins/kiali-backend/package.json | 2 +- plugins/kiali/CHANGELOG.md | 8 +++++ plugins/kiali/package.json | 2 +- plugins/kubernetes-actions/CHANGELOG.md | 8 +++++ plugins/kubernetes-actions/package.json | 2 +- plugins/matomo-backend/CHANGELOG.md | 8 +++++ plugins/matomo-backend/package.json | 2 +- plugins/matomo/CHANGELOG.md | 8 +++++ plugins/matomo/package.json | 2 +- plugins/ocm-backend/CHANGELOG.md | 8 +++++ plugins/ocm-backend/package.json | 2 +- plugins/ocm/CHANGELOG.md | 8 +++++ plugins/ocm/package.json | 2 +- plugins/orchestrator-backend/CHANGELOG.md | 8 +++++ plugins/orchestrator-backend/package.json | 2 +- plugins/orchestrator-form-react/CHANGELOG.md | 8 +++++ plugins/orchestrator-form-react/package.json | 2 +- plugins/orchestrator/CHANGELOG.md | 11 ++++++ plugins/orchestrator/package.json | 4 +-- plugins/quay-actions/CHANGELOG.md | 8 +++++ plugins/quay-actions/package.json | 2 +- plugins/quay/CHANGELOG.md | 8 +++++ plugins/quay/package.json | 2 +- plugins/rbac-backend/CHANGELOG.md | 8 +++++ plugins/rbac-backend/package.json | 2 +- plugins/rbac/CHANGELOG.md | 8 +++++ plugins/rbac/package.json | 2 +- plugins/regex-actions/CHANGELOG.md | 8 +++++ plugins/regex-actions/package.json | 2 +- .../scaffolder-annotator-action/CHANGELOG.md | 8 +++++ .../scaffolder-annotator-action/package.json | 2 +- plugins/servicenow-actions/CHANGELOG.md | 8 +++++ plugins/servicenow-actions/package.json | 2 +- plugins/sonarqube-actions/CHANGELOG.md | 8 +++++ plugins/sonarqube-actions/package.json | 2 +- plugins/tekton/CHANGELOG.md | 8 +++++ plugins/tekton/package.json | 2 +- plugins/topology/CHANGELOG.md | 8 +++++ plugins/topology/package.json | 2 +- plugins/web-terminal/CHANGELOG.md | 8 +++++ plugins/web-terminal/package.json | 2 +- yarn.lock | 4 +-- 58 files changed, 258 insertions(+), 65 deletions(-) delete mode 100644 .changeset/tame-ways-guess.md diff --git a/.changeset/tame-ways-guess.md b/.changeset/tame-ways-guess.md deleted file mode 100644 index c1fed3d759..0000000000 --- a/.changeset/tame-ways-guess.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -"@janus-idp/backstage-scaffolder-backend-module-annotator": patch -"@janus-idp/backstage-plugin-analytics-provider-segment": patch -"@janus-idp/backstage-plugin-analytics-module-matomo": patch -"@janus-idp/backstage-plugin-orchestrator-form-react": patch -"@janus-idp/backstage-plugin-orchestrator-backend": patch -"@janus-idp/backstage-plugin-bulk-import-backend": patch -"@janus-idp/backstage-scaffolder-backend-module-kubernetes": patch -"@janus-idp/backstage-scaffolder-backend-module-servicenow": patch -"@janus-idp/backstage-plugin-jfrog-artifactory": patch -"@janus-idp/backstage-scaffolder-backend-module-sonarqube": patch -"@janus-idp/backstage-plugin-keycloak-backend": patch -"@janus-idp/backstage-plugin-matomo-backend": patch -"@janus-idp/backstage-plugin-kiali-backend": patch -"@janus-idp/backstage-scaffolder-backend-module-regex": patch -"@janus-idp/backstage-plugin-orchestrator": patch -"@janus-idp/backstage-scaffolder-backend-module-quay": patch -"@janus-idp/backstage-plugin-rbac-backend": patch -"@janus-idp/backstage-plugin-web-terminal": patch -"@janus-idp/backstage-plugin-aap-backend": patch -"@janus-idp/backstage-plugin-bulk-import": patch -"@janus-idp/backstage-plugin-ocm-backend": patch -"@janus-idp/backstage-plugin-topology": patch -"@janus-idp/backstage-plugin-matomo": patch -"@janus-idp/backstage-plugin-tekton": patch -"@janus-idp/backstage-plugin-kiali": patch -"@janus-idp/backstage-plugin-quay": patch -"@janus-idp/backstage-plugin-rbac": patch -"@janus-idp/backstage-plugin-ocm": patch ---- - -chore: remove @janus-idp/cli dep and relink local packages - -This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. diff --git a/plugins/aap-backend/CHANGELOG.md b/plugins/aap-backend/CHANGELOG.md index e1f6e7cfde..2e669249e9 100644 --- a/plugins/aap-backend/CHANGELOG.md +++ b/plugins/aap-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/aap-backend/package.json b/plugins/aap-backend/package.json index 199efb1bbe..6efaa81505 100644 --- a/plugins/aap-backend/package.json +++ b/plugins/aap-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-aap-backend", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/analytics-module-matomo/CHANGELOG.md b/plugins/analytics-module-matomo/CHANGELOG.md index 6e58a32675..04b6000f4f 100644 --- a/plugins/analytics-module-matomo/CHANGELOG.md +++ b/plugins/analytics-module-matomo/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.7.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.7.0 ### Minor Changes diff --git a/plugins/analytics-module-matomo/package.json b/plugins/analytics-module-matomo/package.json index 95286d0ae4..60bedef231 100644 --- a/plugins/analytics-module-matomo/package.json +++ b/plugins/analytics-module-matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-analytics-module-matomo", - "version": "1.7.0", + "version": "1.7.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/analytics-provider-segment/CHANGELOG.md b/plugins/analytics-provider-segment/CHANGELOG.md index 9cdd59cbc1..66a5b243a8 100644 --- a/plugins/analytics-provider-segment/CHANGELOG.md +++ b/plugins/analytics-provider-segment/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.9.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.9.0 ### Minor Changes diff --git a/plugins/analytics-provider-segment/package.json b/plugins/analytics-provider-segment/package.json index 8b257bbcfe..b862f9dc62 100644 --- a/plugins/analytics-provider-segment/package.json +++ b/plugins/analytics-provider-segment/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-analytics-provider-segment", - "version": "1.9.0", + "version": "1.9.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/bulk-import-backend/CHANGELOG.md b/plugins/bulk-import-backend/CHANGELOG.md index 47b265a382..af46e73bee 100644 --- a/plugins/bulk-import-backend/CHANGELOG.md +++ b/plugins/bulk-import-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 4.0.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 4.0.0 ### Minor Changes diff --git a/plugins/bulk-import-backend/package.json b/plugins/bulk-import-backend/package.json index d870abd97e..92795c9fdf 100644 --- a/plugins/bulk-import-backend/package.json +++ b/plugins/bulk-import-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-bulk-import-backend", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/bulk-import/CHANGELOG.md b/plugins/bulk-import/CHANGELOG.md index bb7647884b..327b95c84b 100644 --- a/plugins/bulk-import/CHANGELOG.md +++ b/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.6.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.6.0 ### Minor Changes diff --git a/plugins/bulk-import/package.json b/plugins/bulk-import/package.json index 0bebc29a19..3a9225593e 100644 --- a/plugins/bulk-import/package.json +++ b/plugins/bulk-import/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-bulk-import", - "version": "1.6.0", + "version": "1.6.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/jfrog-artifactory/CHANGELOG.md b/plugins/jfrog-artifactory/CHANGELOG.md index 32db041203..75627b7932 100644 --- a/plugins/jfrog-artifactory/CHANGELOG.md +++ b/plugins/jfrog-artifactory/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.9.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.9.0 ### Minor Changes diff --git a/plugins/jfrog-artifactory/package.json b/plugins/jfrog-artifactory/package.json index d2cb009fa0..e948879cdf 100644 --- a/plugins/jfrog-artifactory/package.json +++ b/plugins/jfrog-artifactory/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-jfrog-artifactory", - "version": "1.9.0", + "version": "1.9.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/keycloak-backend/CHANGELOG.md b/plugins/keycloak-backend/CHANGELOG.md index b6c08aca89..61dafa08ff 100644 --- a/plugins/keycloak-backend/CHANGELOG.md +++ b/plugins/keycloak-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 3.0.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 3.0.0 ### Major Changes diff --git a/plugins/keycloak-backend/package.json b/plugins/keycloak-backend/package.json index 33fbc92d5c..86d29ae1b9 100644 --- a/plugins/keycloak-backend/package.json +++ b/plugins/keycloak-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-keycloak-backend", - "version": "3.0.0", + "version": "3.0.1", "description": "A Backend backend plugin for Keycloak", "main": "src/index.ts", "types": "src/index.ts", diff --git a/plugins/kiali-backend/CHANGELOG.md b/plugins/kiali-backend/CHANGELOG.md index 3b4fa4c777..c682cdfe5f 100644 --- a/plugins/kiali-backend/CHANGELOG.md +++ b/plugins/kiali-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.19.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.19.0 ### Minor Changes diff --git a/plugins/kiali-backend/package.json b/plugins/kiali-backend/package.json index 5821a7b433..fe7214074b 100644 --- a/plugins/kiali-backend/package.json +++ b/plugins/kiali-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-kiali-backend", - "version": "1.19.0", + "version": "1.19.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kiali/CHANGELOG.md b/plugins/kiali/CHANGELOG.md index 5865fef709..a914774eb4 100644 --- a/plugins/kiali/CHANGELOG.md +++ b/plugins/kiali/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.33.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.33.0 ### Minor Changes diff --git a/plugins/kiali/package.json b/plugins/kiali/package.json index 48c57f184e..51ab105ce3 100644 --- a/plugins/kiali/package.json +++ b/plugins/kiali/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-kiali", - "version": "1.33.0", + "version": "1.33.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kubernetes-actions/CHANGELOG.md b/plugins/kubernetes-actions/CHANGELOG.md index 7a579e6587..d46d01b394 100644 --- a/plugins/kubernetes-actions/CHANGELOG.md +++ b/plugins/kubernetes-actions/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.1 ### Patch Changes diff --git a/plugins/kubernetes-actions/package.json b/plugins/kubernetes-actions/package.json index a536fdd9ee..83fcb1a8b9 100644 --- a/plugins/kubernetes-actions/package.json +++ b/plugins/kubernetes-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes", "description": "The kubernetes module for @backstage/plugin-scaffolder-backend", - "version": "2.1.1", + "version": "2.1.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/matomo-backend/CHANGELOG.md b/plugins/matomo-backend/CHANGELOG.md index 0b6c704952..0f0fe0a799 100644 --- a/plugins/matomo-backend/CHANGELOG.md +++ b/plugins/matomo-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.10.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.10.0 ### Minor Changes diff --git a/plugins/matomo-backend/package.json b/plugins/matomo-backend/package.json index 6987ff303d..7da773c439 100644 --- a/plugins/matomo-backend/package.json +++ b/plugins/matomo-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo-backend", - "version": "1.10.0", + "version": "1.10.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/matomo/CHANGELOG.md b/plugins/matomo/CHANGELOG.md index 64a8349695..f09330b63b 100644 --- a/plugins/matomo/CHANGELOG.md +++ b/plugins/matomo/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.9.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.9.0 ### Minor Changes diff --git a/plugins/matomo/package.json b/plugins/matomo/package.json index 1748bb4427..50722d934f 100644 --- a/plugins/matomo/package.json +++ b/plugins/matomo/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-matomo", - "version": "1.9.0", + "version": "1.9.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/ocm-backend/CHANGELOG.md b/plugins/ocm-backend/CHANGELOG.md index 0f3568f719..93956cc047 100644 --- a/plugins/ocm-backend/CHANGELOG.md +++ b/plugins/ocm-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 5.1.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 5.1.1 ### Patch Changes diff --git a/plugins/ocm-backend/package.json b/plugins/ocm-backend/package.json index fd9c6beefc..9b5a26a6eb 100644 --- a/plugins/ocm-backend/package.json +++ b/plugins/ocm-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-ocm-backend", - "version": "5.1.1", + "version": "5.1.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/ocm/CHANGELOG.md b/plugins/ocm/CHANGELOG.md index d976332211..84059e8738 100644 --- a/plugins/ocm/CHANGELOG.md +++ b/plugins/ocm/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 5.1.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 5.1.1 ### Patch Changes diff --git a/plugins/ocm/package.json b/plugins/ocm/package.json index 41bac4f1eb..1e23d66643 100644 --- a/plugins/ocm/package.json +++ b/plugins/ocm/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-ocm", - "version": "5.1.1", + "version": "5.1.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator-backend/CHANGELOG.md b/plugins/orchestrator-backend/CHANGELOG.md index 9108eb8252..429e19796e 100644 --- a/plugins/orchestrator-backend/CHANGELOG.md +++ b/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 3.0.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 3.0.0 ### Minor Changes diff --git a/plugins/orchestrator-backend/package.json b/plugins/orchestrator-backend/package.json index 278302d24d..f3f55c2b13 100644 --- a/plugins/orchestrator-backend/package.json +++ b/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-backend", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/plugins/orchestrator-form-react/CHANGELOG.md b/plugins/orchestrator-form-react/CHANGELOG.md index dc44f00b8f..c567fa34ad 100644 --- a/plugins/orchestrator-form-react/CHANGELOG.md +++ b/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.3.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.3.0 ### Minor Changes diff --git a/plugins/orchestrator-form-react/package.json b/plugins/orchestrator-form-react/package.json index 78c1ba2b32..ee9cc4bf77 100644 --- a/plugins/orchestrator-form-react/package.json +++ b/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "1.3.0", + "version": "1.3.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index f5adf4af9a..12e11354dc 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,16 @@ ### Dependencies +## 2.2.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + +- Updated dependencies [7342e9b] + - @janus-idp/backstage-plugin-orchestrator-form-react@1.3.1 + ## 2.2.0 ### Minor Changes diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index d777216e59..131852e640 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -61,7 +61,7 @@ "@backstage/plugin-permission-react": "^0.4.26", "@janus-idp/backstage-plugin-orchestrator-common": "^1.22.0", "@janus-idp/backstage-plugin-orchestrator-form-api": "^1.3.0", - "@janus-idp/backstage-plugin-orchestrator-form-react": "^1.3.0", + "@janus-idp/backstage-plugin-orchestrator-form-react": "^1.3.1", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0", diff --git a/plugins/quay-actions/CHANGELOG.md b/plugins/quay-actions/CHANGELOG.md index 02eeb36229..e2c6c32b05 100644 --- a/plugins/quay-actions/CHANGELOG.md +++ b/plugins/quay-actions/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/quay-actions/package.json b/plugins/quay-actions/package.json index 0ec272bc1a..59dba5b22e 100644 --- a/plugins/quay-actions/package.json +++ b/plugins/quay-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-quay", "description": "The quay-actions module for @backstage/plugin-scaffolder-backend", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/quay/CHANGELOG.md b/plugins/quay/CHANGELOG.md index 0cbd27f54a..fe4082d5c9 100644 --- a/plugins/quay/CHANGELOG.md +++ b/plugins/quay/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.13.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.13.0 ### Minor Changes diff --git a/plugins/quay/package.json b/plugins/quay/package.json index 3730bd1125..70a4776330 100644 --- a/plugins/quay/package.json +++ b/plugins/quay/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-quay", - "version": "1.13.0", + "version": "1.13.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/rbac-backend/CHANGELOG.md b/plugins/rbac-backend/CHANGELOG.md index dbd5e6a5d0..018145ad1e 100644 --- a/plugins/rbac-backend/CHANGELOG.md +++ b/plugins/rbac-backend/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 5.1.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 5.1.1 ### Patch Changes diff --git a/plugins/rbac-backend/package.json b/plugins/rbac-backend/package.json index 04d905aff2..f4560cec9a 100644 --- a/plugins/rbac-backend/package.json +++ b/plugins/rbac-backend/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-rbac-backend", - "version": "5.1.1", + "version": "5.1.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/rbac/CHANGELOG.md b/plugins/rbac/CHANGELOG.md index e8aeb4f75c..08fe842865 100644 --- a/plugins/rbac/CHANGELOG.md +++ b/plugins/rbac/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.31.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.31.0 ### Minor Changes diff --git a/plugins/rbac/package.json b/plugins/rbac/package.json index 7906bb6d30..bc3554f4f5 100644 --- a/plugins/rbac/package.json +++ b/plugins/rbac/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-rbac", - "version": "1.31.0", + "version": "1.31.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index 30909a1536..51f88c25fa 100644 --- a/plugins/regex-actions/CHANGELOG.md +++ b/plugins/regex-actions/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/regex-actions/package.json b/plugins/regex-actions/package.json index d7006d827a..fbae338217 100644 --- a/plugins/regex-actions/package.json +++ b/plugins/regex-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-regex", "description": "The regex custom actions", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/scaffolder-annotator-action/CHANGELOG.md b/plugins/scaffolder-annotator-action/CHANGELOG.md index 6ed95a1b1e..f8a6109574 100644 --- a/plugins/scaffolder-annotator-action/CHANGELOG.md +++ b/plugins/scaffolder-annotator-action/CHANGELOG.md @@ -1,5 +1,13 @@ ## @janus-idp/backstage-scaffolder-backend-module-annotator [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-annotator@1.2.1...@janus-idp/backstage-scaffolder-backend-module-annotator@1.3.0) (2024-07-25) +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/scaffolder-annotator-action/package.json b/plugins/scaffolder-annotator-action/package.json index 306fa58c19..29a6a17ac1 100644 --- a/plugins/scaffolder-annotator-action/package.json +++ b/plugins/scaffolder-annotator-action/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-annotator", "description": "The annotator module for @backstage/plugin-scaffolder-backend", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/servicenow-actions/CHANGELOG.md b/plugins/servicenow-actions/CHANGELOG.md index f8ba756698..b37e9d7c90 100644 --- a/plugins/servicenow-actions/CHANGELOG.md +++ b/plugins/servicenow-actions/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/servicenow-actions/package.json b/plugins/servicenow-actions/package.json index 5e48499c4f..43b825b682 100644 --- a/plugins/servicenow-actions/package.json +++ b/plugins/servicenow-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-servicenow", "description": "The servicenow custom actions", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/sonarqube-actions/CHANGELOG.md b/plugins/sonarqube-actions/CHANGELOG.md index 84d83c9870..c3d141d842 100644 --- a/plugins/sonarqube-actions/CHANGELOG.md +++ b/plugins/sonarqube-actions/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.1.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 2.1.0 ### Minor Changes diff --git a/plugins/sonarqube-actions/package.json b/plugins/sonarqube-actions/package.json index 45992ce01b..4af58e36ae 100644 --- a/plugins/sonarqube-actions/package.json +++ b/plugins/sonarqube-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-sonarqube", "description": "The sonarqube module for @backstage/plugin-scaffolder-backend", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/tekton/CHANGELOG.md b/plugins/tekton/CHANGELOG.md index c5cd5a4a60..587c1accdb 100644 --- a/plugins/tekton/CHANGELOG.md +++ b/plugins/tekton/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 3.14.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 3.14.1 ### Patch Changes diff --git a/plugins/tekton/package.json b/plugins/tekton/package.json index c165d1533c..93084e1dbb 100644 --- a/plugins/tekton/package.json +++ b/plugins/tekton/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-tekton", - "version": "3.14.1", + "version": "3.14.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/topology/CHANGELOG.md b/plugins/topology/CHANGELOG.md index 50ef079674..36c5f8c45a 100644 --- a/plugins/topology/CHANGELOG.md +++ b/plugins/topology/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.29.2 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.29.1 ### Patch Changes diff --git a/plugins/topology/package.json b/plugins/topology/package.json index 2c9d73e752..4897e139f1 100644 --- a/plugins/topology/package.json +++ b/plugins/topology/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-topology", - "version": "1.29.1", + "version": "1.29.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/web-terminal/CHANGELOG.md b/plugins/web-terminal/CHANGELOG.md index d217b5ab6b..6c64928e4f 100644 --- a/plugins/web-terminal/CHANGELOG.md +++ b/plugins/web-terminal/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 1.10.1 + +### Patch Changes + +- 7342e9b: chore: remove @janus-idp/cli dep and relink local packages + + This update removes `@janus-idp/cli` from all plugins, as it’s no longer necessary. Additionally, packages are now correctly linked with a specified version. + ## 1.10.0 ### Minor Changes diff --git a/plugins/web-terminal/package.json b/plugins/web-terminal/package.json index 0da1fe33a0..d3444dc0da 100644 --- a/plugins/web-terminal/package.json +++ b/plugins/web-terminal/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-web-terminal", - "version": "1.10.0", + "version": "1.10.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index 6b67b40896..b4e5347651 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9211,7 +9211,7 @@ __metadata: languageName: unknown linkType: soft -"@janus-idp/backstage-plugin-orchestrator-form-react@^1.3.0, @janus-idp/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react": +"@janus-idp/backstage-plugin-orchestrator-form-react@^1.3.1, @janus-idp/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react": version: 0.0.0-use.local resolution: "@janus-idp/backstage-plugin-orchestrator-form-react@workspace:plugins/orchestrator-form-react" dependencies: @@ -9281,7 +9281,7 @@ __metadata: "@backstage/types": 1.1.1 "@janus-idp/backstage-plugin-orchestrator-common": ^1.22.0 "@janus-idp/backstage-plugin-orchestrator-form-api": ^1.3.0 - "@janus-idp/backstage-plugin-orchestrator-form-react": ^1.3.0 + "@janus-idp/backstage-plugin-orchestrator-form-react": ^1.3.1 "@kie-tools-core/editor": ^0.32.0 "@kie-tools-core/notifications": ^0.32.0 "@kie-tools-core/react-hooks": ^0.32.0