From 7c3845ee15f149bc82142f9740409e2328d94775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 May 2026 09:16:46 +0000 Subject: [PATCH] Version Packages --- workspaces/x2a/.changeset/shaggy-beers-fry.md | 9 --------- .../plugins/scaffolder-backend-module-x2a/CHANGELOG.md | 8 ++++++++ .../plugins/scaffolder-backend-module-x2a/package.json | 2 +- workspaces/x2a/plugins/x2a-backend/CHANGELOG.md | 9 +++++++++ workspaces/x2a/plugins/x2a-backend/package.json | 2 +- workspaces/x2a/plugins/x2a-common/CHANGELOG.md | 6 ++++++ workspaces/x2a/plugins/x2a-common/package.json | 2 +- workspaces/x2a/plugins/x2a-node/CHANGELOG.md | 8 ++++++++ workspaces/x2a/plugins/x2a-node/package.json | 2 +- workspaces/x2a/plugins/x2a/CHANGELOG.md | 8 ++++++++ workspaces/x2a/plugins/x2a/package.json | 2 +- 11 files changed, 44 insertions(+), 14 deletions(-) delete mode 100644 workspaces/x2a/.changeset/shaggy-beers-fry.md diff --git a/workspaces/x2a/.changeset/shaggy-beers-fry.md b/workspaces/x2a/.changeset/shaggy-beers-fry.md deleted file mode 100644 index 3436356da4..0000000000 --- a/workspaces/x2a/.changeset/shaggy-beers-fry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a': patch -'@red-hat-developer-hub/backstage-plugin-x2a-backend': patch -'@red-hat-developer-hub/backstage-plugin-x2a-common': patch -'@red-hat-developer-hub/backstage-plugin-x2a-node': patch -'@red-hat-developer-hub/backstage-plugin-x2a': patch ---- - -Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). diff --git a/workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md b/workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md index 0da674a677..93cece2f37 100644 --- a/workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md +++ b/workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a +## 0.3.2 + +### Patch Changes + +- daaea27: Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). +- Updated dependencies [daaea27] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.2 + ## 0.3.1 ### Patch Changes diff --git a/workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json b/workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json index 0c83cf8803..bb41634fb3 100644 --- a/workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json +++ b/workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a", - "version": "0.3.1", + "version": "0.3.2", "license": "Apache-2.0", "description": "The x2a module for @backstage/plugin-scaffolder-backend", "main": "src/index.ts", diff --git a/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md index dff89adb65..089c3ce7c8 100644 --- a/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md +++ b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-x2a-backend +## 1.4.3 + +### Patch Changes + +- daaea27: Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). +- Updated dependencies [daaea27] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.2 + - @red-hat-developer-hub/backstage-plugin-x2a-node@0.2.3 + ## 1.4.2 ### Patch Changes diff --git a/workspaces/x2a/plugins/x2a-backend/package.json b/workspaces/x2a/plugins/x2a-backend/package.json index 7707cf24f1..416e29c766 100644 --- a/workspaces/x2a/plugins/x2a-backend/package.json +++ b/workspaces/x2a/plugins/x2a-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-x2a-backend", - "version": "1.4.2", + "version": "1.4.3", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/x2a/plugins/x2a-common/CHANGELOG.md b/workspaces/x2a/plugins/x2a-common/CHANGELOG.md index a5971d2605..03da323ea9 100644 --- a/workspaces/x2a/plugins/x2a-common/CHANGELOG.md +++ b/workspaces/x2a/plugins/x2a-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-x2a-common +## 1.2.2 + +### Patch Changes + +- daaea27: Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). + ## 1.2.1 ### Patch Changes diff --git a/workspaces/x2a/plugins/x2a-common/package.json b/workspaces/x2a/plugins/x2a-common/package.json index 751335908c..b8017ac805 100644 --- a/workspaces/x2a/plugins/x2a-common/package.json +++ b/workspaces/x2a/plugins/x2a-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-x2a-common", - "version": "1.2.1", + "version": "1.2.2", "license": "Apache-2.0", "description": "Common functionalities for the x2a plugin", "main": "src/index.ts", diff --git a/workspaces/x2a/plugins/x2a-node/CHANGELOG.md b/workspaces/x2a/plugins/x2a-node/CHANGELOG.md index 43660c21c4..6d7ff38c95 100644 --- a/workspaces/x2a/plugins/x2a-node/CHANGELOG.md +++ b/workspaces/x2a/plugins/x2a-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-x2a-node +## 0.2.3 + +### Patch Changes + +- daaea27: Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). +- Updated dependencies [daaea27] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.2 + ## 0.2.2 ### Patch Changes diff --git a/workspaces/x2a/plugins/x2a-node/package.json b/workspaces/x2a/plugins/x2a-node/package.json index d331dc112d..f411b24259 100644 --- a/workspaces/x2a/plugins/x2a-node/package.json +++ b/workspaces/x2a/plugins/x2a-node/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-x2a-node", - "version": "0.2.2", + "version": "0.2.3", "license": "Apache-2.0", "description": "Shared backend API surface (interfaces, service refs, utilities) for x2a plugins", "main": "src/index.ts", diff --git a/workspaces/x2a/plugins/x2a/CHANGELOG.md b/workspaces/x2a/plugins/x2a/CHANGELOG.md index b58ffb6679..1f46d41e7a 100644 --- a/workspaces/x2a/plugins/x2a/CHANGELOG.md +++ b/workspaces/x2a/plugins/x2a/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-x2a +## 1.2.3 + +### Patch Changes + +- daaea27: Changed the project to be source-technology agnostic. Rephrasing all texts from being Chef-oriented to more generic variants. There is explicit mapping from free-form agentic findings to the new SourceTechnology enum (normalizeSourceTechnology.ts). +- Updated dependencies [daaea27] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.2 + ## 1.2.2 ### Patch Changes diff --git a/workspaces/x2a/plugins/x2a/package.json b/workspaces/x2a/plugins/x2a/package.json index 0e82536104..29b35f2c74 100644 --- a/workspaces/x2a/plugins/x2a/package.json +++ b/workspaces/x2a/plugins/x2a/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-x2a", - "version": "1.2.2", + "version": "1.2.3", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",