Skip to content

Commit

Permalink
(version) 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Sep 14, 2022
1 parent 0dff9a8 commit 4c9c072
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion dist/vue-advanced-chat.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -28243,7 +28243,8 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
])
};
})
]), 1032, ["message", "room-users", "text-formatting", "link-options"])) : !!$props.message.deleted || !$props.message.files || !$props.message.files.length ? (openBlock(), createBlock(_component_format_message, {
]), 1032, ["message", "room-users", "text-formatting", "link-options"])) : createCommentVNode("", true),
!!$props.message.deleted || !$props.message.files || !$props.message.files.length ? (openBlock(), createBlock(_component_format_message, {
key: 2,
"message-id": $props.message._id,
content: $props.message.content,
Expand Down
12 changes: 6 additions & 6 deletions dist/vue-advanced-chat.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-advanced-chat",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"description": "A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular",
"author": {
Expand Down

0 comments on commit 4c9c072

Please sign in to comment.