From 894f8f392d5e4430f7f965feecb997826948cbb8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 14:26:36 +0000 Subject: [PATCH] chore(release): 5.4.3 [skip ci] ## [5.4.3](https://github.com/GetStream/stream-chat-angular/compare/v5.4.2...v5.4.3) (2024-10-03) ### Bug Fixes * autoclose works for messageActionsBoxTemplate$ ([be8534c](https://github.com/GetStream/stream-chat-angular/commit/be8534cf62d99038477d2f21a43681289e1ae348)) --- projects/stream-chat-angular/package.json | 2 +- projects/stream-chat-angular/src/assets/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/stream-chat-angular/package.json b/projects/stream-chat-angular/package.json index 627b1acf..3f1bd362 100644 --- a/projects/stream-chat-angular/package.json +++ b/projects/stream-chat-angular/package.json @@ -1,6 +1,6 @@ { "name": "stream-chat-angular", - "version": "5.4.2", + "version": "5.4.3", "description": "Angular components to create chat conversations or livestream style chat", "author": "GetStream", "homepage": "https://getstream.io/chat/", diff --git a/projects/stream-chat-angular/src/assets/version.ts b/projects/stream-chat-angular/src/assets/version.ts index ddfa857e..e6b23e8b 100644 --- a/projects/stream-chat-angular/src/assets/version.ts +++ b/projects/stream-chat-angular/src/assets/version.ts @@ -1 +1 @@ -export const version = '5.4.2'; +export const version = '5.4.3';