From 7e1d7489a37f04c5a526b8cb39e9cdc3bb676e5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jun 2026 12:25:11 +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 c02e1a7b31..0000000000 --- a/workspaces/quickstart/.changeset/bright-doors-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-quickstart': patch ---- - -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..7c2cffbd91 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.9.8 + +### Patch 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..ffc63f0b38 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.9.8", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",