diff --git a/CHANGELOG.md b/CHANGELOG.md index 911e4ba3..cc19a470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.4 + +- Update llc dependency + ## 0.2.3 - Add `lockChannelsOrder` parameter to `ChannelsBloc` diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0e512cf6..7a09df86 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.12+14 +version: 1.0.13+15 environment: sdk: ">=2.2.2 <3.0.0" @@ -12,7 +12,7 @@ dependencies: stream_chat_flutter: path: ../ flutter_apns: ^1.1.0 - flutter_local_notifications: ^1.4.3 + flutter_local_notifications: ^1.4.4+4 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 6eb7a7d8..c3dfbe4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.2.3 +version: 0.2.4 repository: https://github.com/GetStream/stream-chat-flutter issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - photo_view: ^0.9.2 + photo_view: ^0.10.1 rxdart: ^0.24.1 jiffy: ^3.0.1 flutter_portal: ^0.1.0 @@ -24,7 +24,7 @@ dependencies: image_picker: ^0.6.7+2 flutter_keyboard_visibility: ^3.2.1 flutter_svg: ^0.18.0 - stream_chat: ^0.2.2 + stream_chat: ^0.2.3 mime: ^0.9.6+3 visibility_detector: ^0.1.5 line_awesome_icons: ^1.0.4+2