From 3d6bff6ece328f93d2d4beeb899503dfcf2c1609 Mon Sep 17 00:00:00 2001 From: Josh Pinkney Date: Tue, 3 Dec 2024 11:13:41 -0500 Subject: [PATCH] deps(amazonq): update mynah ui to 4.21.0 --- package-lock.json | 8 ++++---- .../Bug Fix-17772b9d-7f10-4e16-8b53-0561d6b08f4a.json | 4 ++++ .../Feature-3e91ab38-b708-4fcc-888e-7a532c210a69.json | 4 ++++ .../Feature-c0fdc8fe-e0e5-422c-a76a-1d7461460e81.json | 4 ++++ packages/core/package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 packages/amazonq/.changes/next-release/Bug Fix-17772b9d-7f10-4e16-8b53-0561d6b08f4a.json create mode 100644 packages/amazonq/.changes/next-release/Feature-3e91ab38-b708-4fcc-888e-7a532c210a69.json create mode 100644 packages/amazonq/.changes/next-release/Feature-c0fdc8fe-e0e5-422c-a76a-1d7461460e81.json diff --git a/package-lock.json b/package-lock.json index 1ddd49baa35..8bf434177b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5172,9 +5172,9 @@ } }, "node_modules/@aws/mynah-ui": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.18.1.tgz", - "integrity": "sha512-531FL5509O081eWIk0P0reQhGTm/ZaXhRu6FLNqMvAKySPtJyyxee0ieeGAR8h5CVI75learQbXJEGJC6XibAA==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.21.0.tgz", + "integrity": "sha512-hEo9T1FeDoh79xA2nXaz3Le0SJES8YTuAOlleR8UKfbmzyfWzvvgO/yDIQ6dK39NO0cuQw+6XYGlIVDFpKfEkA==", "hasInstallScript": true, "dependencies": { "escape-html": "^1.0.3", @@ -20035,7 +20035,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.1", + "@aws/mynah-ui": "^4.21.0", "@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-17772b9d-7f10-4e16-8b53-0561d6b08f4a.json b/packages/amazonq/.changes/next-release/Bug Fix-17772b9d-7f10-4e16-8b53-0561d6b08f4a.json new file mode 100644 index 00000000000..02b38b02eb5 --- /dev/null +++ b/packages/amazonq/.changes/next-release/Bug Fix-17772b9d-7f10-4e16-8b53-0561d6b08f4a.json @@ -0,0 +1,4 @@ +{ + "type": "Bug Fix", + "description": "Fix chat syntax highlighting when using several different themes" +} diff --git a/packages/amazonq/.changes/next-release/Feature-3e91ab38-b708-4fcc-888e-7a532c210a69.json b/packages/amazonq/.changes/next-release/Feature-3e91ab38-b708-4fcc-888e-7a532c210a69.json new file mode 100644 index 00000000000..5e592eca298 --- /dev/null +++ b/packages/amazonq/.changes/next-release/Feature-3e91ab38-b708-4fcc-888e-7a532c210a69.json @@ -0,0 +1,4 @@ +{ + "type": "Feature", + "description": "UI improvements to Amazon Q Chat: New splash loader animation, initial streaming card animation, improved button colours" +} diff --git a/packages/amazonq/.changes/next-release/Feature-c0fdc8fe-e0e5-422c-a76a-1d7461460e81.json b/packages/amazonq/.changes/next-release/Feature-c0fdc8fe-e0e5-422c-a76a-1d7461460e81.json new file mode 100644 index 00000000000..33bc4142322 --- /dev/null +++ b/packages/amazonq/.changes/next-release/Feature-c0fdc8fe-e0e5-422c-a76a-1d7461460e81.json @@ -0,0 +1,4 @@ +{ + "type": "Feature", + "description": "Navigate through prompt history by using the up/down arrows" +} diff --git a/packages/core/package.json b/packages/core/package.json index 0550107f734..3a3fc432a9d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -506,7 +506,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.1", + "@aws/mynah-ui": "^4.21.0", "@gerhobbelt/gitignore-parser": "^0.2.0-9", "@iarna/toml": "^2.2.5", "@smithy/middleware-retry": "^2.3.1",