Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoori committed Apr 20, 2020
1 parent 742887a commit 0b039bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## 0.1.28

- Add `onTap` to `ChannelImage`

- Add `onImageTap` and `onTitleTap` to `ChannelHeader`

- Add `onImageTap` to `ChannelListView`

## 0.1.27

- Show other member user's name and image in one to one channels

## 0.1.25

- Fx overflow in mentions overlay
- Fix overflow in mentions overlay

## 0.1.23

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 0.1.27
version: 0.1.28

environment:
sdk: ">=2.3.0 <3.0.0"
Expand All @@ -16,10 +16,10 @@ dependencies:
url_launcher: ^5.4.2
video_player: ^0.10.8+1
chewie: ^0.9.10
file_picker: ^1.6.3+1
file_picker: ^1.6.3+2
image_picker: ^0.6.5
flutter_keyboard_visibility: ^2.0.0
stream_chat: ^0.1.21
stream_chat: ^0.1.27
mime: ^0.9.6+3
visibility_detector: ^0.1.4
http_parser: ^3.1.4
Expand Down

0 comments on commit 0b039bf

Please sign in to comment.