Skip to content

Commit

Permalink
feat(ChatLog): add ChatMessageMeta component (#2334)
Browse files Browse the repository at this point in the history
* chore(codemods): add ChatMessageMeta and ChatMessageMetaItem to component map

* feat(ChatLog): add ChatMessageMeta and ChatMessageMetaItem components

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
shleewhite and kodiakhq[bot] committed Apr 6, 2022
1 parent f5ce8b0 commit f76b99d
Show file tree
Hide file tree
Showing 13 changed files with 712 additions and 206 deletions.
6 changes: 6 additions & 0 deletions .changeset/khaki-foxes-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@twilio-paste/chat-log': minor
'@twilio-paste/core': minor
---

[ChatLog] add ChatMessageMeta and ChatMessageMetaItem components
5 changes: 5 additions & 0 deletions .changeset/short-donkeys-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@twilio-paste/codemods': patch
---

[Codemods] add ChatMessageMeta to component map
2 changes: 2 additions & 0 deletions packages/paste-codemods/tools/.cache/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"Card": "@twilio-paste/core/card",
"ChatBubble": "@twilio-paste/core/chat-log",
"ChatMessage": "@twilio-paste/core/chat-log",
"ChatMessageMeta": "@twilio-paste/core/chat-log",
"ChatMessageMetaItem": "@twilio-paste/core/chat-log",
"Checkbox": "@twilio-paste/core/checkbox",
"CheckboxDisclaimer": "@twilio-paste/core/checkbox",
"CheckboxGroup": "@twilio-paste/core/checkbox",
Expand Down
Loading

0 comments on commit f76b99d

Please sign in to comment.