Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
flutter:
sdk: flutter
flutter_state_notifier: ^1.0.0
stream_feeds: ^0.4.0
stream_feeds: ^0.5.0
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ command:
rxdart: ^0.28.0
shared_preferences: ^2.5.3
state_notifier: ^1.0.0
stream_feeds: ^0.4.0
stream_feeds: ^0.5.0
stream_core: ^0.3.2
video_player: ^2.10.0
uuid: ^4.5.1
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upcoming
## 0.5.0
- [BREAKING] Unified `ThreadedCommentData` into `CommentData` to handle both flat and threaded comments.
- [BREAKING] Renamed `ActivitiesFilterField.type` to `ActivitiesFilterField.activityType`.
- [BREAKING] Changed `ActivityData.location` field type from `ActivityLocation?` to `LocationCoordinate?`.
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_state_notifier: ^1.0.0
stream_feeds: ^0.4.0
stream_feeds: ^0.5.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_feeds
description: The official Dart client for Stream Feeds, a service for building applications with activity feeds.
version: 0.4.0
version: 0.5.0
repository: https://github.com/GetStream/stream-feeds-flutter

# Note: The environment configuration and dependency versions are managed by Melos.
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_feeds_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ environment:
dependencies:
meta: ^1.9.1
mocktail: ^1.0.4
stream_feeds: ^0.4.0
stream_feeds: ^0.5.0
test: ^1.25.8
web_socket_channel: ^3.0.1
2 changes: 1 addition & 1 deletion sample_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
json_annotation: ^4.9.0
photo_view: ^0.15.0
shared_preferences: ^2.5.3
stream_feeds: ^0.4.0
stream_feeds: ^0.5.0
video_player: ^2.10.0

dev_dependencies:
Expand Down