@gitlab/duo-ui 8.9.0 → 8.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [8.9.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.9.0...v8.9.1) (2025-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * revert MR to change Duo Chat's greeting ([bfc2de0](https://gitlab.com/gitlab-org/duo-ui/commit/bfc2de0776f40c470c2adc660268abb49f9fa2b2))
7
+
1
8
  # [8.9.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.8.0...v8.9.0) (2025-03-31)
2
9
 
3
10
 
@@ -15,7 +15,7 @@ const i18n = {
15
15
  CHAT_DEFAULT_TITLE: translate('DuoChat.chatDefaultTitle', 'GitLab Duo Chat'),
16
16
  CHAT_HISTORY_TITLE: translate('GlDuoChat.chatHistoryTitle', 'Chat history'),
17
17
  CHAT_DISCLAMER: translate('GlDuoChat.chatDisclamer', 'Responses may be inaccurate. Verify before use.'),
18
- CHAT_EMPTY_STATE_TITLE: translate('DuoChat.chatEmptyStateTitle', '👋 GitLab Duo Chat is your personal AI-powered assistant. How can Chat help you today?'),
18
+ CHAT_EMPTY_STATE_TITLE: translate('DuoChat.chatEmptyStateTitle', '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?'),
19
19
  CHAT_PROMPT_PLACEHOLDER_DEFAULT: translate('DuoChat.chatPromptPlaceholderDefault', 'GitLab Duo Chat'),
20
20
  CHAT_PROMPT_PLACEHOLDER_WITH_COMMANDS: translate('DuoChat.chatPromptPlaceholderWithCommands', 'Type /help to learn more'),
21
21
  CHAT_SUBMIT_LABEL: translate('DuoChat.chatSubmitLabel', 'Send chat message.'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/duo-ui",
3
- "version": "8.9.0",
3
+ "version": "8.9.1",
4
4
  "description": "Duo UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -100,7 +100,7 @@
100
100
  "@gitlab/eslint-plugin": "20.7.1",
101
101
  "@gitlab/fonts": "^1.3.0",
102
102
  "@gitlab/stylelint-config": "6.2.2",
103
- "@gitlab/svgs": "^3.123.0",
103
+ "@gitlab/svgs": "^3.126.0",
104
104
  "@gitlab/ui": "latest",
105
105
  "@jest/test-sequencer": "^29.7.0",
106
106
  "@rollup/plugin-commonjs": "^11.1.0",
@@ -41,7 +41,7 @@ export const i18n = {
41
41
  ),
42
42
  CHAT_EMPTY_STATE_TITLE: translate(
43
43
  'DuoChat.chatEmptyStateTitle',
44
- '👋 GitLab Duo Chat is your personal AI-powered assistant. How can Chat help you today?'
44
+ '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?'
45
45
  ),
46
46
  CHAT_PROMPT_PLACEHOLDER_DEFAULT: translate(
47
47
  'DuoChat.chatPromptPlaceholderDefault',
package/translations.js CHANGED
@@ -8,7 +8,7 @@ export default {
8
8
  'DuoChat.chatDefaultPredefinedPromptsForkProject': 'How do I fork a project?',
9
9
  'DuoChat.chatDefaultTitle': 'GitLab Duo Chat',
10
10
  'DuoChat.chatEmptyStateTitle':
11
- '👋 GitLab Duo Chat is your personal AI-powered assistant. How can Chat help you today?',
11
+ '👋 I am GitLab Duo Chat, your personal AI-powered assistant. How can I help you today?',
12
12
  'DuoChat.chatHistoryInfo': 'Chats with no activity in the last 30 days are deleted.',
13
13
  'DuoChat.chatHistoryToolTip': 'Chat History',
14
14
  'DuoChat.chatNewLabel': 'New Chat',