diff --git a/package-lock.json b/package-lock.json index 9aeb32cddf6..243f3443ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5171,11 +5171,10 @@ } }, "node_modules/@aws/mynah-ui": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.18.0.tgz", - "integrity": "sha512-oa26D9QtGxw9kZnDBq7OrVEPdBvmwK+MjlTIjW8L/TnlDTIYL3SBhU87iQCwkCRxWXckrjiSvW6Rexc2oasgvw==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.18.1.tgz", + "integrity": "sha512-531FL5509O081eWIk0P0reQhGTm/ZaXhRu6FLNqMvAKySPtJyyxee0ieeGAR8h5CVI75learQbXJEGJC6XibAA==", "hasInstallScript": true, - "license": "Apache License 2.0", "dependencies": { "escape-html": "^1.0.3", "just-clone": "^6.2.0", @@ -20033,7 +20032,7 @@ "@aws-sdk/property-provider": "3.46.0", "@aws-sdk/smithy-client": "^3.46.0", "@aws-sdk/util-arn-parser": "^3.46.0", - "@aws/mynah-ui": "^4.18.0", + "@aws/mynah-ui": "^4.18.1", "@gerhobbelt/gitignore-parser": "^0.2.0-9", "@iarna/toml": "^2.2.5", "@smithy/middleware-retry": "^2.3.1", diff --git a/packages/amazonq/.changes/next-release/Bug Fix-289bb195-ba14-4725-9e29-70b514f42df3.json b/packages/amazonq/.changes/next-release/Bug Fix-289bb195-ba14-4725-9e29-70b514f42df3.json new file mode 100644 index 00000000000..a416dc851c5 --- /dev/null +++ b/packages/amazonq/.changes/next-release/Bug Fix-289bb195-ba14-4725-9e29-70b514f42df3.json @@ -0,0 +1,4 @@ +{ + "type": "Bug Fix", + "description": "Chat container exceeds width of container" +} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-5883c245-fb4d-4441-8361-38dc21146be5.json b/packages/amazonq/.changes/next-release/Bug Fix-5883c245-fb4d-4441-8361-38dc21146be5.json new file mode 100644 index 00000000000..ef748e5b32b --- /dev/null +++ b/packages/amazonq/.changes/next-release/Bug Fix-5883c245-fb4d-4441-8361-38dc21146be5.json @@ -0,0 +1,4 @@ +{ + "type": "Bug Fix", + "description": "file details and name unneccessary cropping" +} diff --git a/packages/core/package.json b/packages/core/package.json index 194992fcd07..a59f345d7ed 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -469,7 +469,7 @@ "@aws-sdk/property-provider": "3.46.0", "@aws-sdk/smithy-client": "^3.46.0", "@aws-sdk/util-arn-parser": "^3.46.0", - "@aws/mynah-ui": "^4.18.0", + "@aws/mynah-ui": "^4.18.1", "@gerhobbelt/gitignore-parser": "^0.2.0-9", "@iarna/toml": "^2.2.5", "@smithy/middleware-retry": "^2.3.1",