Skip to content

Commit 62d6acb

Browse files
authored
0.5.1+1 (#212)
1 parent 3a67122 commit 62d6acb

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/stream_feed/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.1+1: 24/03/2022
2+
3+
- fix: the `JsonConverter<DateTime,String>` implemented in 0.4.0+1 that was supposed to handle utc dates parsing wasn't working properly. Now that it is actually fixed you can convert dates in the user's local timezone.
4+
- depedencies bumps
5+
16
## 0.5.1: 12/01/2022
27

38
- upstream(realtime): version bump. You can now listen to connexion status in the `Subscription` class. For example:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// Current package version
22
/// Used in [HttpClient] to build the `x-stream-client` header
3-
const String packageVersion = '0.5.1';
3+
const String packageVersion = '0.5.1+1';

packages/stream_feed/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_feed
22
description: Stream Feed official Dart SDK. Build your own feed experience using
33
Dart and Flutter.
4-
version: 0.5.1
4+
version: 0.5.1+1
55
repository: https://github.com/GetStream/stream-feed-flutter
66
issue_tracker: https://github.com/GetStream/stream-feed-flutter/issues
77
homepage: https://getstream.io/

packages/stream_feed_flutter/test/theme/stream_feed_theme_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void main() {
5454
'childReactionTheme: ChildReactionThemeData#00000(hoverColor: null, toggleColor: null)',
5555
'reactionTheme: ReactionThemeData#00000(hoverColor: null, toggleHoverColor: null, iconHoverColor: null, hashtagTextStyle: null, mentionTextStyle: null, normalTextStyle: null)',
5656
'brightness: light',
57-
'primaryIconTheme: IconThemeData#384a7',
57+
'primaryIconTheme: IconThemeData#00785',
5858
'gifDialogTheme: GifDialogThemeData#00000(boxDecoration: null, iconColor: null)',
5959
'ogCardTheme: OgCardThemeData#00000(titleTextStyle: null, descriptionTextStyle: null)',
6060
'userBarTheme: UserBarThemeData#007db(avatarSize: null, usernameTextStyle: null, timestampTextStyle: null)',

0 commit comments

Comments
 (0)