Skip to content
Open
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
9 changes: 0 additions & 9 deletions workspaces/x2a/.changeset/shaggy-beers-fry.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/x2a/plugins/x2a-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/x2a/plugins/x2a-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/x2a/plugins/x2a-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/x2a/plugins/x2a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/x2a/plugins/x2a/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down