Skip to content

Commit b3001be

Browse files
authored
fix(amazonq): update mynah-ui v 4.15.8 aws#5497
## Problem New version of MynahUI requires release in vscode. ## Solution 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 16095cf commit b3001be

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

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.
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": "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": "Bug Fix",
3+
"description": "Fix bug when disabled commands does not get filtered in quick actions"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4111,7 +4111,7 @@
41114111
"@aws-sdk/property-provider": "3.46.0",
41124112
"@aws-sdk/smithy-client": "^3.46.0",
41134113
"@aws-sdk/util-arn-parser": "^3.46.0",
4114-
"@aws/mynah-ui": "^4.15.7",
4114+
"@aws/mynah-ui": "^4.15.8",
41154115
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
41164116
"@iarna/toml": "^2.2.5",
41174117
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)