Skip to content

Commit cc738e9

Browse files
chore(release): 4.56.0 [skip ci]
# [4.56.0](v4.55.1...v4.56.0) (2024-01-29) ### Bug Fixes * allow using custom modal template in message reactions details ([579cc3b](579cc3b)) * angular change detection errors ([d7b8323](d7b8323)) * unit test and lint ([35e0bea](35e0bea)) ### Features * set fetchpriority and lazy loading for images ([b59f574](b59f574)) ### Performance Improvements * decrease DOM size ([0c2d648](0c2d648)) * message list change detection ([0bfd941](0bfd941))
1 parent 2b707f4 commit cc738e9

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.56.0-perf-message-list.2",
3+
"version": "4.56.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.56.0-perf-message-list.2';
1+
export const version = '4.56.0';

0 commit comments

Comments
 (0)