Skip to content

Commit 280d66b

Browse files
Merge master into feature/amazonqLSP
2 parents ebf1031 + 9369f44 commit 280d66b

6 files changed

+26
-9
lines changed

package-lock.json

Lines changed: 4 additions & 3 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: @Folders and @Files are missing `@` prefix in chat history"
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: Progress indicator height is stretched"
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: Long descriptions in context list are cut off"
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: Animation timings are too long"
4+
}

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -498,30 +498,30 @@
498498
"dependencies": {
499499
"@amzn/amazon-q-developer-streaming-client": "file:../../src.gen/@amzn/amazon-q-developer-streaming-client",
500500
"@amzn/codewhisperer-streaming": "file:../../src.gen/@amzn/codewhisperer-streaming",
501+
"@aws-sdk/client-api-gateway": "<3.696.0",
501502
"@aws-sdk/client-cloudformation": "<3.696.0",
502503
"@aws-sdk/client-cloudwatch-logs": "<3.696.0",
504+
"@aws-sdk/client-codecatalyst": "<3.696.0",
503505
"@aws-sdk/client-cognito-identity": "<3.696.0",
504506
"@aws-sdk/client-docdb": "<3.696.0",
505507
"@aws-sdk/client-docdb-elastic": "<3.696.0",
506508
"@aws-sdk/client-ec2": "<3.696.0",
507509
"@aws-sdk/client-iam": "<3.696.0",
508-
"@aws-sdk/client-s3": "<3.696.0",
509-
"@aws-sdk/client-api-gateway": "<3.696.0",
510-
"@aws-sdk/lib-storage": "<3.696.0",
511510
"@aws-sdk/client-lambda": "<3.696.0",
511+
"@aws-sdk/client-s3": "<3.696.0",
512512
"@aws-sdk/client-ssm": "<3.696.0",
513513
"@aws-sdk/client-sso": "<3.696.0",
514514
"@aws-sdk/client-sso-oidc": "<3.696.0",
515515
"@aws-sdk/credential-provider-env": "<3.696.0",
516516
"@aws-sdk/credential-provider-process": "<3.696.0",
517517
"@aws-sdk/credential-provider-sso": "<3.696.0",
518+
"@aws-sdk/lib-storage": "<3.696.0",
518519
"@aws-sdk/property-provider": "<3.696.0",
519520
"@aws-sdk/protocol-http": "<3.696.0",
521+
"@aws-sdk/s3-request-presigner": "<3.696.0",
520522
"@aws-sdk/smithy-client": "<3.696.0",
521523
"@aws-sdk/util-arn-parser": "<3.696.0",
522-
"@aws-sdk/client-codecatalyst": "<3.696.0",
523-
"@aws-sdk/s3-request-presigner": "<3.696.0",
524-
"@aws/mynah-ui": "^4.23.1",
524+
"@aws/mynah-ui": "^4.25.1",
525525
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
526526
"@iarna/toml": "^2.2.5",
527527
"@smithy/fetch-http-handler": "^3.0.0",

0 commit comments

Comments
 (0)