Skip to content

Commit c7e7f2a

Browse files
chore(release): 5.0.0-v5.1 [skip ci]
# [5.0.0-v5.1](v4.66.1...v5.0.0-v5.1) (2024-04-11) ### Features * Update Angular to 15 ([70f20e4](70f20e4)) * Update dependecy versions ([8f217ee](8f217ee)) ### BREAKING CHANGES * - Angular 12-14 is no longer supported - Event handlers with `Function` type are changed to `() => void` - Event handlers with `any` return types are changed to `void` return type
1 parent 41e03fd commit c7e7f2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/stream-chat-angular/package.json

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

0 commit comments

Comments
 (0)