Skip to content

Commit

Permalink
fix(amazonq): Code blocks with typewriter text inside list items (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusata committed Jun 21, 2024
1 parent a64bc46 commit c056cd4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Feature Development: Fix file rejections for files outside of src/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q Chat: Fixed broken code blocks with typewriter text in list items."
}
22 changes: 18 additions & 4 deletions plugins/amazonq/mynah-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/amazonq/mynah-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
},
"dependencies": {
"@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.9.2",
"@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.13.0",
"@types/node": "^14.18.5",
"fs-extra": "^10.0.1",
"ts-node": "^10.7.0",
Expand Down

0 comments on commit c056cd4

Please sign in to comment.