Skip to content

Commit 06c72e9

Browse files
Version Packages (#2775)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4620c6 commit 06c72e9

File tree

17 files changed

+74
-27
lines changed

17 files changed

+74
-27
lines changed

workspaces/x2a/.changeset/afraid-papers-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/x2a/.changeset/loud-buttons-sleep.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

workspaces/x2a/.changeset/real-heads-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/x2a/plugins/scaffolder-backend-module-x2a/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ff39f9a]
8+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.1
9+
310
## 0.3.0
411

512
### Minor Changes

workspaces/x2a/plugins/scaffolder-backend-module-x2a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-x2a",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "Apache-2.0",
55
"description": "The x2a module for @backstage/plugin-scaffolder-backend",
66
"main": "src/index.ts",

workspaces/x2a/plugins/x2a-backend/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a-backend
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- ff39f9a: Add x2a-mcp-extras backend plugin exposing MCP tools for AI clients, x2a-dcr frontend plugin for RHDH 1.9 DCR OAuth consent flow, and x2a-node shared node-library. Refactor x2a-backend to use shared service refs from x2a-node via a feature loader.
8+
9+
### Patch Changes
10+
11+
- 1f6770f: Move project directory naming logic from bash to TypeScript Project value object
12+
- 5413f1d: Fix git push for new target branches by tracking branch creation state
13+
- Updated dependencies [ff39f9a]
14+
- @red-hat-developer-hub/backstage-plugin-x2a-node@0.2.0
15+
- @red-hat-developer-hub/backstage-plugin-x2a-common@1.2.1
16+
317
## 1.3.1
418

519
### Patch Changes

workspaces/x2a/plugins/x2a-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-x2a-backend",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

workspaces/x2a/plugins/x2a-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @red-hat-developer-hub/backstage-plugin-x2a-common
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- ff39f9a: Add x2a-mcp-extras backend plugin exposing MCP tools for AI clients, x2a-dcr frontend plugin for RHDH 1.9 DCR OAuth consent flow, and x2a-node shared node-library. Refactor x2a-backend to use shared service refs from x2a-node via a feature loader.
8+
39
## 1.2.0
410

511
### Minor Changes

workspaces/x2a/plugins/x2a-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-x2a-common",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "Apache-2.0",
55
"description": "Common functionalities for the x2a plugin",
66
"main": "src/index.ts",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @red-hat-developer-hub/backstage-plugin-x2a-dcr
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- ff39f9a: Add x2a-mcp-extras backend plugin exposing MCP tools for AI clients, x2a-dcr frontend plugin for RHDH 1.9 DCR OAuth consent flow, and x2a-node shared node-library. Refactor x2a-backend to use shared service refs from x2a-node via a feature loader.

0 commit comments

Comments
 (0)