Skip to content

Commit cf1fc54

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.14.0...v6.0.0) (2025-05-06) ### Bug Fixes * remove stream-chat module augmentation from stream-chat-angular ([bdc7890](bdc7890)) * remove x-stream-client compatibility code ([658cca3](658cca3)) ### Features * add support for @ngx-translate/core@16 ([17bc676](17bc676)) * drop generics for custom typing ([a224563](a224563)) * integrate stream-chat@rc13 ([c6dfd6c](c6dfd6c)) * update stream-chat-js version ([75f433c](75f433c)) * update stream-chat-js version ([e79b282](e79b282)) * update to latest stream-chat-js version ([588bd73](588bd73)) ### BREAKING CHANGES * stream-chat types are no longer generic, see how you can type your custom types in the SDK v6 upgrade guide
1 parent af48fe4 commit cf1fc54

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": "6.0.0-rc.8",
3+
"version": "6.0.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 = '6.0.0-rc.8';
1+
export const version = '6.0.0';

0 commit comments

Comments
 (0)