Skip to content

Commit a82b286

Browse files
version updated and test updated
1 parent afb1295 commit a82b286

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chat-elements",
3-
"version": "10.3.1",
3+
"version": "10.4.1",
44
"description": "Reactjs chat components",
55
"author": "Avare Kodcu <abdurrahmaneker58@gmail.com>",
66
"main": "dist/main.js",

src/ChatItem/__tests__/__snapshots__/ChatItem.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`ChatItem component should render without issues 1`] = `
3232
<div
3333
className="rce-citem-body--top-time"
3434
>
35-
a few seconds ago
35+
right now
3636
</div>
3737
</div>
3838
<div

src/MessageBox/__tests__/__snapshots__/MessageBox.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`MessageBox component should render without issues 1`] = `
1717
/>
1818
<div
1919
className="rce-mbox-time non-copiable"
20-
data-text="a few seconds ago"
20+
data-text="right now"
2121
>
2222
<span
2323
className="rce-mbox-status"

0 commit comments

Comments
 (0)