Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.2](v3.0.0-beta.1...v3.0.0-beta.2) (2022-03-18)

### Features

* Centralized custom template configuration [#222](#222) ([a5a8c11](a5a8c11))

### BREAKING CHANGES

* custom templates moved to the `CustomTemplatesService` from component inputs
  • Loading branch information
semantic-release-bot committed Mar 18, 2022
1 parent 0350534 commit 90e9420
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": "3.0.0-beta.1",
"version": "3.0.0-beta.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 = '3.0.0-beta.1';
export const version = '3.0.0-beta.2';

0 comments on commit 90e9420

Please sign in to comment.