Skip to content

Commit d9ba5f1

Browse files
authored
deps(amazonq): update mynah ui #6227
1 parent 75d1d88 commit d9ba5f1

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

package-lock.json

Lines changed: 5 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": "Chat: When navigating to previous prompts, code attachments are sometimes displayed incorrectly"
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": "Chat: When writing a prompt without sending it, navigating via up/down arrows sometimes deletes the unsent prompt."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Chat: improve font size and line-height in footer (below prompt input field)"
4+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@
496496
"dependencies": {
497497
"@amzn/amazon-q-developer-streaming-client": "file:../../src.gen/@amzn/amazon-q-developer-streaming-client",
498498
"@amzn/codewhisperer-streaming": "file:../../src.gen/@amzn/codewhisperer-streaming",
499-
"@aws-sdk/client-cloudwatch-logs": "^3.666.0",
500499
"@aws-sdk/client-cloudformation": "^3.667.0",
500+
"@aws-sdk/client-cloudwatch-logs": "^3.666.0",
501501
"@aws-sdk/client-cognito-identity": "^3.637.0",
502502
"@aws-sdk/client-lambda": "^3.637.0",
503503
"@aws-sdk/client-sso": "^3.342.0",
@@ -508,7 +508,7 @@
508508
"@aws-sdk/property-provider": "3.46.0",
509509
"@aws-sdk/smithy-client": "^3.46.0",
510510
"@aws-sdk/util-arn-parser": "^3.46.0",
511-
"@aws/mynah-ui": "^4.21.0",
511+
"@aws/mynah-ui": "^4.21.2",
512512
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
513513
"@iarna/toml": "^2.2.5",
514514
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)