From eb6b952590301961275880ef93d209016944fd94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Jan 2026 13:42:08 +0000 Subject: [PATCH] Version Packages --- workspaces/x2a/.changeset/blue-hoops-grow.md | 7 ------- workspaces/x2a/.changeset/puny-ants-grin.md | 7 ------- workspaces/x2a/plugins/x2a-backend/CHANGELOG.md | 14 ++++++++++++++ workspaces/x2a/plugins/x2a-backend/package.json | 2 +- workspaces/x2a/plugins/x2a-common/CHANGELOG.md | 11 +++++++++++ workspaces/x2a/plugins/x2a-common/package.json | 2 +- workspaces/x2a/plugins/x2a/CHANGELOG.md | 14 ++++++++++++++ workspaces/x2a/plugins/x2a/package.json | 2 +- 8 files changed, 42 insertions(+), 17 deletions(-) delete mode 100644 workspaces/x2a/.changeset/blue-hoops-grow.md delete mode 100644 workspaces/x2a/.changeset/puny-ants-grin.md create mode 100644 workspaces/x2a/plugins/x2a-backend/CHANGELOG.md create mode 100644 workspaces/x2a/plugins/x2a-common/CHANGELOG.md create mode 100644 workspaces/x2a/plugins/x2a/CHANGELOG.md diff --git a/workspaces/x2a/.changeset/blue-hoops-grow.md b/workspaces/x2a/.changeset/blue-hoops-grow.md deleted file mode 100644 index 7c2fca5a34..0000000000 --- a/workspaces/x2a/.changeset/blue-hoops-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-x2a-backend': major -'@red-hat-developer-hub/backstage-plugin-x2a-common': major -'@red-hat-developer-hub/backstage-plugin-x2a': major ---- - -Initial commit diff --git a/workspaces/x2a/.changeset/puny-ants-grin.md b/workspaces/x2a/.changeset/puny-ants-grin.md deleted file mode 100644 index dd85e45db2..0000000000 --- a/workspaces/x2a/.changeset/puny-ants-grin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@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': patch ---- - -Added DB tables for Modules and Jobs. diff --git a/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md new file mode 100644 index 0000000000..1b8176debd --- /dev/null +++ b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md @@ -0,0 +1,14 @@ +# @red-hat-developer-hub/backstage-plugin-x2a-backend + +## 1.0.0 + +### Major Changes + +- 80da471: Initial commit + +### Patch Changes + +- aacc903: Added DB tables for Modules and Jobs. +- Updated dependencies [80da471] +- Updated dependencies [aacc903] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.0 diff --git a/workspaces/x2a/plugins/x2a-backend/package.json b/workspaces/x2a/plugins/x2a-backend/package.json index af7725bfa5..b1f50b4d3f 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": "0.1.0", + "version": "1.0.0", "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 new file mode 100644 index 0000000000..0d7e49193d --- /dev/null +++ b/workspaces/x2a/plugins/x2a-common/CHANGELOG.md @@ -0,0 +1,11 @@ +# @red-hat-developer-hub/backstage-plugin-x2a-common + +## 1.0.0 + +### Major Changes + +- 80da471: Initial commit + +### Patch Changes + +- aacc903: Added DB tables for Modules and Jobs. diff --git a/workspaces/x2a/plugins/x2a-common/package.json b/workspaces/x2a/plugins/x2a-common/package.json index 3ae68373e9..bc61db4eba 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": "0.1.0", + "version": "1.0.0", "license": "Apache-2.0", "description": "Common functionalities for the x2a plugin", "main": "src/index.ts", diff --git a/workspaces/x2a/plugins/x2a/CHANGELOG.md b/workspaces/x2a/plugins/x2a/CHANGELOG.md new file mode 100644 index 0000000000..7203a789ef --- /dev/null +++ b/workspaces/x2a/plugins/x2a/CHANGELOG.md @@ -0,0 +1,14 @@ +# @red-hat-developer-hub/backstage-plugin-x2a + +## 1.0.0 + +### Major Changes + +- 80da471: Initial commit + +### Patch Changes + +- aacc903: Added DB tables for Modules and Jobs. +- Updated dependencies [80da471] +- Updated dependencies [aacc903] + - @red-hat-developer-hub/backstage-plugin-x2a-common@1.0.0 diff --git a/workspaces/x2a/plugins/x2a/package.json b/workspaces/x2a/plugins/x2a/package.json index b7cd143b91..3a099135ec 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": "0.1.0", + "version": "1.0.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",