Skip to content

Commit efa79b0

Browse files
Merge master into feature/emr
2 parents 30321f5 + ff2e4cb commit efa79b0

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Update chat history icon"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: chat occasionally freezes and displays gray screen"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
"@aws-sdk/s3-request-presigner": "<3.731.0",
525525
"@aws-sdk/smithy-client": "<3.731.0",
526526
"@aws-sdk/util-arn-parser": "<3.731.0",
527-
"@aws/mynah-ui": "^4.27.0",
527+
"@aws/mynah-ui": "^4.30.0",
528528
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
529529
"@iarna/toml": "^2.2.5",
530530
"@smithy/fetch-http-handler": "^5.0.1",

packages/core/src/amazonq/webview/ui/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ export const createMynahUI = (
970970
tabBarButtons: [
971971
{
972972
id: 'history_sheet',
973-
icon: MynahIcons.COMMENT,
973+
icon: MynahIcons.HISTORY,
974974
description: 'View chat history',
975975
},
976976
/* Temporarily hide export chat button from tab bar

0 commit comments

Comments
 (0)