Skip to content

Commit

Permalink
chore(release): 1.25.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent f53982d commit 3e46428
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions examples/SampleApp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.25.0](https://github.com/GetStream/stream-chat-react-native/compare/sampleapp@v1.24.1...sampleapp@v1.25.0) (2024-01-18)


### Features

* optimise message list scrolling performance ([#2388](https://github.com/GetStream/stream-chat-react-native/issues/2388)) ([09737b8](https://github.com/GetStream/stream-chat-react-native/commit/09737b85fa973c4445bb98ae33061307ce2db3d0)), closes [#2352](https://github.com/GetStream/stream-chat-react-native/issues/2352) [#2348](https://github.com/GetStream/stream-chat-react-native/issues/2348) [#2350](https://github.com/GetStream/stream-chat-react-native/issues/2350) [#2359](https://github.com/GetStream/stream-chat-react-native/issues/2359) [#2355](https://github.com/GetStream/stream-chat-react-native/issues/2355)


### Bug Fixes

* **sample-app:** increase the kotlin version ([a2be522](https://github.com/GetStream/stream-chat-react-native/commit/a2be52217412d337418f754aa0d0af3a2945aa91))
* do not clear the scroll failure timeouts before the failure scroll completes execution ([#2347](https://github.com/GetStream/stream-chat-react-native/issues/2347)) ([054dcf0](https://github.com/GetStream/stream-chat-react-native/commit/054dcf0ec3a1a73c53dfb39e060a7ead529bc7bb))


### Workspaces

* Following linked packages updated: [stream-chat-react-native]

### [1.24.1](https://github.com/GetStream/stream-chat-react-native/compare/sampleapp@v1.24.0...sampleapp@v1.24.1) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion examples/SampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleapp",
"version": "1.24.1",
"version": "1.25.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e46428

Please sign in to comment.