Skip to content

Commit

Permalink
chore(release): 5.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.7](v5.1.6...v5.1.7) (2024-09-04)

### Bug Fixes

* export stylesheet ([dbf6e36](dbf6e36))
* move unnecessairy peer dependencies to dependencies ([8020c40](8020c40))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent 14ab8be commit 65e39a4
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.1.7-5.x.x-beta.2",
"version": "5.1.7",
"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.1.7-5.x.x-beta.2';
export const version = '5.1.7';

0 comments on commit 65e39a4

Please sign in to comment.