From c1da32ce9fdc091fcf9ba89b47734075028b23ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 16:05:34 +0000 Subject: [PATCH] Version Packages --- workspaces/quickstart/.changeset/bright-doors-wave.md | 5 ----- workspaces/quickstart/plugins/quickstart/CHANGELOG.md | 6 ++++++ workspaces/quickstart/plugins/quickstart/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/quickstart/.changeset/bright-doors-wave.md diff --git a/workspaces/quickstart/.changeset/bright-doors-wave.md b/workspaces/quickstart/.changeset/bright-doors-wave.md deleted file mode 100644 index 48dd57c15b..0000000000 --- a/workspaces/quickstart/.changeset/bright-doors-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-quickstart': minor ---- - -Rebrand Lightspeed quickstart steps to Intelligent Assistant: replace custom SVG icon with PatternFly RhUiAiChatbotIcon, update all English and localized i18n strings, and add test coverage for the Lightspeed icon. diff --git a/workspaces/quickstart/plugins/quickstart/CHANGELOG.md b/workspaces/quickstart/plugins/quickstart/CHANGELOG.md index 1cc725d9a3..f318b31b2a 100644 --- a/workspaces/quickstart/plugins/quickstart/CHANGELOG.md +++ b/workspaces/quickstart/plugins/quickstart/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-quickstart +## 1.10.0 + +### Minor Changes + +- 8479da8: Rebrand Lightspeed quickstart steps to Intelligent Assistant: replace custom SVG icon with PatternFly RhUiAiChatbotIcon, update all English and localized i18n strings, and add test coverage for the Lightspeed icon. + ## 1.9.7 ### Patch Changes diff --git a/workspaces/quickstart/plugins/quickstart/package.json b/workspaces/quickstart/plugins/quickstart/package.json index c85e84ded0..1204d51d00 100644 --- a/workspaces/quickstart/plugins/quickstart/package.json +++ b/workspaces/quickstart/plugins/quickstart/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-quickstart", - "version": "1.9.7", + "version": "1.10.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",