From 961a9bea7c200417c36437109d94dfb69d9b02b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Feb 2026 23:00:35 +0000 Subject: [PATCH] Version Packages --- .../mcp-integrations/.changeset/petite-wolves-burn.md | 7 ------- .../plugins/scaffolder-mcp-extras/CHANGELOG.md | 7 +++++++ .../plugins/scaffolder-mcp-extras/package.json | 2 +- .../plugins/software-catalog-mcp-extras/CHANGELOG.md | 7 +++++++ .../plugins/software-catalog-mcp-extras/package.json | 2 +- .../plugins/techdocs-mcp-extras/CHANGELOG.md | 7 +++++++ .../plugins/techdocs-mcp-extras/package.json | 2 +- 7 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 workspaces/mcp-integrations/.changeset/petite-wolves-burn.md create mode 100644 workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md create mode 100644 workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md create mode 100644 workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md diff --git a/workspaces/mcp-integrations/.changeset/petite-wolves-burn.md b/workspaces/mcp-integrations/.changeset/petite-wolves-burn.md deleted file mode 100644 index f2e6b7d826..0000000000 --- a/workspaces/mcp-integrations/.changeset/petite-wolves-burn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras': minor -'@red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras': minor -'@red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras': minor ---- - -Migrate MCP tools over to the new overlay plugins diff --git a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md new file mode 100644 index 0000000000..f85713d967 --- /dev/null +++ b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras + +## 0.2.0 + +### Minor Changes + +- c823c43: Migrate MCP tools over to the new overlay plugins diff --git a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json index f73c4496b4..8b1147ac3c 100644 --- a/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/scaffolder-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-mcp-extras", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md new file mode 100644 index 0000000000..9cd1fa01ad --- /dev/null +++ b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras + +## 0.2.0 + +### Minor Changes + +- c823c43: Migrate MCP tools over to the new overlay plugins diff --git a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json index 2596205fa4..8478393fab 100644 --- a/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/software-catalog-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-software-catalog-mcp-extras", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md new file mode 100644 index 0000000000..abb945c4ea --- /dev/null +++ b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/CHANGELOG.md @@ -0,0 +1,7 @@ +# @red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras + +## 0.2.0 + +### Minor Changes + +- c823c43: Migrate MCP tools over to the new overlay plugins diff --git a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json index c47d02d372..6b41a04a9c 100644 --- a/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json +++ b/workspaces/mcp-integrations/plugins/techdocs-mcp-extras/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-techdocs-mcp-extras", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",