Skip to content

Commit d27744a

Browse files
committed
update llc changelog
1 parent 6dc212c commit d27744a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/stream_feed/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 0.4.0+2: 22/12/2021
1+
## 0.4.0+3: 27/12/2021
2+
3+
- fix: call profile in setUser, so that currentUser data is not null
4+
5+
## 0.4.0+2: 22/12/2021
26

37
- fix: export image_storage_client.dart
48

packages/stream_feed/lib/version.dart

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+2';
3+
const String packageVersion = '0.4.0+3';

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+2
3+
version: 0.4.0+3
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)