Skip to content

Commit

Permalink
chore(release): 10.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.13.0](v10.12.0...v10.13.0) (2023-10-06)

### Bug Fixes

* on pagination keep a unique list of channels in the ChannelList ([#2115](#2115)) ([11173e1](11173e1))

### Features

* add initializeOnMount prop to ChannelProps ([#2113](#2113)) ([db18efd](db18efd))
* allow to conditionally display MessageInput's send button through MessageInputProps ([#2109](#2109)) ([cd07418](cd07418))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent e6809bc commit a3d2910
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [10.13.0](https://github.com/GetStream/stream-chat-react/compare/v10.12.0...v10.13.0) (2023-10-06)


### Bug Fixes

* on pagination keep a unique list of channels in the ChannelList ([#2115](https://github.com/GetStream/stream-chat-react/issues/2115)) ([11173e1](https://github.com/GetStream/stream-chat-react/commit/11173e14e00a92cbfa38cc7f5f19e1a02b6e37a2))


### Features

* add initializeOnMount prop to ChannelProps ([#2113](https://github.com/GetStream/stream-chat-react/issues/2113)) ([db18efd](https://github.com/GetStream/stream-chat-react/commit/db18efddfee4fe666997ea691c0d9d07d766cc46))
* allow to conditionally display MessageInput's send button through MessageInputProps ([#2109](https://github.com/GetStream/stream-chat-react/issues/2109)) ([cd07418](https://github.com/GetStream/stream-chat-react/commit/cd074181d3807587295133f7757a99f1bf5da801))

# [10.12.0](https://github.com/GetStream/stream-chat-react/compare/v10.11.0...v10.12.0) (2023-09-29)


Expand Down

0 comments on commit a3d2910

Please sign in to comment.