Skip to content

Commit 6743455

Browse files
committed
llc: update changelog
1 parent 2c973d3 commit 6743455

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/stream_feed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0+1: 01/11/2021
2+
3+
- fix: support null values `extraData`'s map
4+
- fix: utc date parsing with a `JsonConverter<DateTime,String>` and `intl`
5+
- fix: unread/unseen count in `NotificationGroup` model
6+
17
## 0.4.0: 29/10/2021
28

39
- breaking: `StreamFeedClient.connect` is now `StreamFeedClient` for better user session handling.
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.4.0';
3+
const String packageVersion = '0.4.0+1';

packages/stream_feed/pubspec.yaml

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

0 commit comments

Comments
 (0)