Skip to content

Commit 5b855a0

Browse files
authored
fix(amazonq): Release mynah-ui v 4.15.7 with a bug fix aws#5487
## Problem New version of MynahUI requires release in vscode. ## Solution Release new version of MynahUI with the following bug fix: [Nested list parsing doesn't work in Mynah UI](aws/mynah-ui#97). MynahUI v4.15.7 release notes: https://github.com/aws/mynah-ui/releases/tag/v4.15.7 The release fixes: - markdown formatting in nested lists in response prompt - code indentation in response prompt
1 parent 6dcbfc7 commit 5b855a0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 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 with code indentation and nested list formatting in chat response prompt"
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.6",
4114+
"@aws/mynah-ui": "^4.15.7",
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)