Skip to content

Commit

Permalink
chore(release): 5.0.0-v5.33 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-v5.33](v5.0.0-v5.32...v5.0.0-v5.33) (2024-07-01)

### Bug Fixes

* desktop message menu is opened even if we have a custom event handler ([a6f0f08](a6f0f08))
* update stream-chat-css version ([8e11a97](8e11a97))
  • Loading branch information
semantic-release-bot committed Jul 1, 2024
1 parent 8e11a97 commit 51c198f
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": "5.0.0-v5.32",
"version": "5.0.0-v5.33",
"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 = '5.0.0-v5.32';
export const version = '5.0.0-v5.33';

0 comments on commit 51c198f

Please sign in to comment.