Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 42c72b3

Browse files
authored
release info (#153)
1 parent 5ac5753 commit 42c72b3

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v3.7.10
2+
## December-2023
3+
* Bug Fixes
4+
* Auto-scroll not working not scrolling all the way to the last message.
5+
* Replaced the scope of the following components
6+
* AudioMessage
7+
* Carousel Message
8+
* File Video Message
9+
* Form Message
10+
* Link Preview Message
11+
* Modal File
12+
* Modal Message
13+
* Quick Reply Message
14+
* System Message
15+
* Table Message
16+
* Typing Message
17+
* Upload Message
18+
* Vimeo Video Message
19+
* Youtube Video Message
20+
21+
* Handle Output Hyperlink field for the Teneo response.
122
# v3.7.9
223
## October-2023
324
* Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teneo-web-chat",
3-
"version": "3.7.9",
3+
"version": "3.7.10",
44
"description": "Teneo Web Chat widget that can be embedded in websites.",
55
"scripts": {
66
"analyze": "NODE_ENV=production webpack --config webpack.prod.js --profile --json > stats-prod.json && webpack-bundle-analyzer stats-prod.json dist/",

src/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const SESSION_ID_STORAGE_KEY = 'teneo-web-chat-session-id';
1010
export const FALLBACK_LOCALE = 'en-US';
1111

1212
// api version
13-
export const API_VERSION = "3.7.9";
13+
export const API_VERSION = "3.7.10";
1414

1515
// state object keys
1616
export const API_KEY_VISIBILITY = "visibility";

0 commit comments

Comments
 (0)