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",