Skip to content

Commit

Permalink
chore(release): 4.47.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.47.2](v4.47.1...v4.47.2) (2023-11-16)

### Bug Fixes

* display thread replies button even if user doesn't have the permission to send reply ([1ff2fc7](1ff2fc7))
* update UI when channel frozen state changes ([250a3c9](250a3c9))
  • Loading branch information
semantic-release-bot committed Nov 16, 2023
1 parent 7e50027 commit ba824c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-angular",
"version": "4.47.1",
"version": "4.47.2",
"description": "Angular components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/src/assets/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '4.47.1';
export const version = '4.47.2';

0 comments on commit ba824c2

Please sign in to comment.