Skip to content

Commit 73de49c

Browse files
chore(release): 4.16.0 [skip ci]
# [4.16.0](v4.15.1...v4.16.0) (2023-02-08) ### Bug Fixes * Add missing Input annotation to inputMode ([a3c281d](a3c281d)) * Add missing inputMode binding to message input ([151c58e](151c58e)) * Turn off programatic scroll for message jumps ([165adb9](165adb9)) ### Features * Add message options trigger input to message list ([8d43dfa](8d43dfa)) * Mobile input mode added to message input ([da66348](da66348)) * Scroll message list to bottom if container shrinks ([6e359dc](6e359dc)) * update stream-chat-css version ([620606d](620606d))
1 parent 2c9f7bd commit 73de49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "4.15.1",
3+
"version": "4.16.0",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.15.1';
1+
export const version = '4.16.0';

0 commit comments

Comments
 (0)