Skip to content

Commit 14ef557

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.22.0...v3.0.0) (2022-04-06) ### Bug Fixes * Attachment preview not deleted during upload ([03a9e22](03a9e22)) * Custom message edit input send working ([7c3d4f0](7c3d4f0)) * Material Icons display ([0dad67f](0dad67f)) * Remove test comment from ChannelService ([bf620cb](bf620cb)) ### Features * Add custom attachment requests [#255](#255) ([2e0be60](2e0be60)) * Centralized custom template configuration [#222](#222) ([a5a8c11](a5a8c11)) * Encapsulate stream-chat-css [#221](#221) ([f2fc814](f2fc814)) * Extended customization [#229](#229) ([487e3b8](487e3b8)) * Remove custom action names and mute action ([64f8c8d](64f8c8d)) * Remove deprecated inputs ([c4713f2](c4713f2)) * Rename `ChatClient.notification$` to `events$` ([be38cbd](be38cbd)) * Support for video attachments [#231](#231) ([25b27c2](25b27c2)) * Support stream-chat v6 and custom fields with generics [#215](#215) ([6547640](6547640)) * Update README and theming docs ([ab01e2f](ab01e2f)) * Update stream-chat-css ([d133454](d133454)) * Update to stream-chat 6.4 ([fe8a425](fe8a425)) * Upgrade to stream-chat 6.3.0 ([1b477a8](1b477a8)) ### BREAKING CHANGES * custom templates moved to the `CustomTemplatesService` from component inputs * Deprecated inputs are removed See our docs on how to upgrade
1 parent dae715b commit 14ef557

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": "3.0.0-beta.14",
3+
"version": "3.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 = '3.0.0-beta.14';
1+
export const version = '3.0.0';

0 commit comments

Comments
 (0)