Skip to content

Commit 04586ea

Browse files
authored
fix(amazonq): Release mynah-ui v 4.15.8 with bug fixes (#4836)
Release new version of MynahUI with the following bug fixes: - Fix copy pasting inline code texts aws/mynah-ui#98 - Fix disabled commands not filtered in quick actions MynahUI v4.15.8 release notes: https://github.com/aws/mynah-ui/releases/tag/v4.15.8
1 parent 8f06b5e commit 04586ea

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix bug where text with inline code copied from Amazon Q Chat had new line breaks around the inline code text"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Fix bug when disabled commands does not get filtered in quick actions"
4+
}

plugins/amazonq/mynah-ui/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/amazonq/mynah-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
1313
},
1414
"dependencies": {
15-
"@aws/mynah-ui-chat": "npm:@aws/[email protected].6",
15+
"@aws/mynah-ui-chat": "npm:@aws/[email protected].8",
1616
"@types/node": "^14.18.5",
1717
"fs-extra": "^10.0.1",
1818
"ts-node": "^10.7.0",

0 commit comments

Comments
 (0)