From 8ae378866b082eec3bca4cb141e9a6daf0cab3a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Dec 2025 10:55:13 +0000 Subject: [PATCH] Version Packages --- workspaces/theme/.changeset/version-bump-1-45-3.md | 10 ---------- workspaces/theme/plugins/bcc-test/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/bcc-test/package.json | 2 +- workspaces/theme/plugins/bui-test/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/bui-test/package.json | 2 +- workspaces/theme/plugins/mui4-test/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/mui4-test/package.json | 2 +- workspaces/theme/plugins/mui5-test/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/mui5-test/package.json | 2 +- workspaces/theme/plugins/qe-theme/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/qe-theme/package.json | 2 +- workspaces/theme/plugins/theme/CHANGELOG.md | 6 ++++++ workspaces/theme/plugins/theme/package.json | 2 +- 13 files changed, 42 insertions(+), 16 deletions(-) delete mode 100644 workspaces/theme/.changeset/version-bump-1-45-3.md diff --git a/workspaces/theme/.changeset/version-bump-1-45-3.md b/workspaces/theme/.changeset/version-bump-1-45-3.md deleted file mode 100644 index 9c60f1873a..0000000000 --- a/workspaces/theme/.changeset/version-bump-1-45-3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bcc-test': minor -'@red-hat-developer-hub/backstage-plugin-bui-test': minor -'@red-hat-developer-hub/backstage-plugin-mui4-test': minor -'@red-hat-developer-hub/backstage-plugin-mui5-test': minor -'@red-hat-developer-hub/backstage-plugin-qe-theme': minor -'@red-hat-developer-hub/backstage-plugin-theme': minor ---- - -Backstage version bump to v1.45.3 diff --git a/workspaces/theme/plugins/bcc-test/CHANGELOG.md b/workspaces/theme/plugins/bcc-test/CHANGELOG.md index 600d12b68c..fdd435c103 100644 --- a/workspaces/theme/plugins/bcc-test/CHANGELOG.md +++ b/workspaces/theme/plugins/bcc-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-bcc-test +## 0.2.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.1.0 ### Minor Changes diff --git a/workspaces/theme/plugins/bcc-test/package.json b/workspaces/theme/plugins/bcc-test/package.json index b8ccceba1d..c4eb8b8a8f 100644 --- a/workspaces/theme/plugins/bcc-test/package.json +++ b/workspaces/theme/plugins/bcc-test/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bcc-test", - "version": "0.1.0", + "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/theme/plugins/bui-test/CHANGELOG.md b/workspaces/theme/plugins/bui-test/CHANGELOG.md index aac6232ffd..1aa60f0d30 100644 --- a/workspaces/theme/plugins/bui-test/CHANGELOG.md +++ b/workspaces/theme/plugins/bui-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-bui-test +## 0.2.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.1.0 ### Minor Changes diff --git a/workspaces/theme/plugins/bui-test/package.json b/workspaces/theme/plugins/bui-test/package.json index dc588fee27..588bc8a9d5 100644 --- a/workspaces/theme/plugins/bui-test/package.json +++ b/workspaces/theme/plugins/bui-test/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bui-test", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/theme/plugins/mui4-test/CHANGELOG.md b/workspaces/theme/plugins/mui4-test/CHANGELOG.md index 2a6469e3cd..aef50fed0a 100644 --- a/workspaces/theme/plugins/mui4-test/CHANGELOG.md +++ b/workspaces/theme/plugins/mui4-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-mui4-test +## 0.2.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.1.0 ### Minor Changes diff --git a/workspaces/theme/plugins/mui4-test/package.json b/workspaces/theme/plugins/mui4-test/package.json index 40fade883f..2a61ecd733 100644 --- a/workspaces/theme/plugins/mui4-test/package.json +++ b/workspaces/theme/plugins/mui4-test/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-mui4-test", - "version": "0.1.0", + "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/theme/plugins/mui5-test/CHANGELOG.md b/workspaces/theme/plugins/mui5-test/CHANGELOG.md index 0a984289e2..d59f740acb 100644 --- a/workspaces/theme/plugins/mui5-test/CHANGELOG.md +++ b/workspaces/theme/plugins/mui5-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-mui5-test +## 0.2.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.1.0 ### Minor Changes diff --git a/workspaces/theme/plugins/mui5-test/package.json b/workspaces/theme/plugins/mui5-test/package.json index 836ccd49a4..68b3db1304 100644 --- a/workspaces/theme/plugins/mui5-test/package.json +++ b/workspaces/theme/plugins/mui5-test/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-mui5-test", - "version": "0.1.0", + "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/theme/plugins/qe-theme/CHANGELOG.md b/workspaces/theme/plugins/qe-theme/CHANGELOG.md index d8c9589e4f..770c028124 100644 --- a/workspaces/theme/plugins/qe-theme/CHANGELOG.md +++ b/workspaces/theme/plugins/qe-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-qe-theme +## 0.10.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.9.0 ### Minor Changes diff --git a/workspaces/theme/plugins/qe-theme/package.json b/workspaces/theme/plugins/qe-theme/package.json index 1dc4e7bdd5..e0db2f8d64 100644 --- a/workspaces/theme/plugins/qe-theme/package.json +++ b/workspaces/theme/plugins/qe-theme/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-qe-theme", - "version": "0.9.0", + "version": "0.10.0", "description": "Red Hat Developer Hub QE Theme", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/theme/plugins/theme/CHANGELOG.md b/workspaces/theme/plugins/theme/CHANGELOG.md index 811cea9284..293f01553f 100644 --- a/workspaces/theme/plugins/theme/CHANGELOG.md +++ b/workspaces/theme/plugins/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-theme +## 0.12.0 + +### Minor Changes + +- f66ba99: Backstage version bump to v1.45.3 + ## 0.11.0 ### Minor Changes diff --git a/workspaces/theme/plugins/theme/package.json b/workspaces/theme/plugins/theme/package.json index cc5c24634e..a8e170d6fd 100644 --- a/workspaces/theme/plugins/theme/package.json +++ b/workspaces/theme/plugins/theme/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-theme", - "version": "0.11.0", + "version": "0.12.0", "description": "Red Hat Developer Hub Theme", "main": "src/index.ts", "types": "src/index.ts",