File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ dependencies:
77 flutter :
88 sdk : flutter
99 flutter_state_notifier : ^1.0.0
10- stream_feeds : ^0.4 .0
10+ stream_feeds : ^0.5 .0
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ command:
4747 rxdart : ^0.28.0
4848 shared_preferences : ^2.5.3
4949 state_notifier : ^1.0.0
50- stream_feeds : ^0.4 .0
50+ stream_feeds : ^0.5 .0
5151 stream_core : ^0.3.2
5252 video_player : ^2.10.0
5353 uuid : ^4.5.1
Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 0.5.0
22- [ BREAKING] Unified ` ThreadedCommentData ` into ` CommentData ` to handle both flat and threaded comments.
33- [ BREAKING] Renamed ` ActivitiesFilterField.type ` to ` ActivitiesFilterField.activityType ` .
44- [ BREAKING] Changed ` ActivityData.location ` field type from ` ActivityLocation? ` to ` LocationCoordinate? ` .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313 flutter_state_notifier : ^1.0.0
14- stream_feeds : ^0.4 .0
14+ stream_feeds : ^0.5 .0
1515
1616dev_dependencies :
1717 flutter_test :
Original file line number Diff line number Diff line change 11name : stream_feeds
22description : The official Dart client for Stream Feeds, a service for building applications with activity feeds.
3- version : 0.4 .0
3+ version : 0.5 .0
44repository : https://github.com/GetStream/stream-feeds-flutter
55
66# Note: The environment configuration and dependency versions are managed by Melos.
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ environment:
99dependencies :
1010 meta : ^1.9.1
1111 mocktail : ^1.0.4
12- stream_feeds : ^0.4 .0
12+ stream_feeds : ^0.5 .0
1313 test : ^1.25.8
1414 web_socket_channel : ^3.0.1
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 json_annotation : ^4.9.0
3030 photo_view : ^0.15.0
3131 shared_preferences : ^2.5.3
32- stream_feeds : ^0.4 .0
32+ stream_feeds : ^0.5 .0
3333 video_player : ^2.10.0
3434
3535dev_dependencies :
You can’t perform that action at this time.
0 commit comments