diff --git a/docs/pubspec.yaml b/docs/pubspec.yaml index 416c8f1d..aa3f98e7 100644 --- a/docs/pubspec.yaml +++ b/docs/pubspec.yaml @@ -7,4 +7,4 @@ dependencies: flutter: sdk: flutter flutter_state_notifier: ^1.0.0 - stream_feeds: ^0.4.0 + stream_feeds: ^0.5.0 diff --git a/melos.yaml b/melos.yaml index 3e8a8380..47d94006 100644 --- a/melos.yaml +++ b/melos.yaml @@ -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 diff --git a/packages/stream_feeds/CHANGELOG.md b/packages/stream_feeds/CHANGELOG.md index 02ef3105..bb55530b 100644 --- a/packages/stream_feeds/CHANGELOG.md +++ b/packages/stream_feeds/CHANGELOG.md @@ -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?`. diff --git a/packages/stream_feeds/example/pubspec.yaml b/packages/stream_feeds/example/pubspec.yaml index bdfc27c3..8f70f4b3 100644 --- a/packages/stream_feeds/example/pubspec.yaml +++ b/packages/stream_feeds/example/pubspec.yaml @@ -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: diff --git a/packages/stream_feeds/pubspec.yaml b/packages/stream_feeds/pubspec.yaml index d40d1707..2eaafce6 100644 --- a/packages/stream_feeds/pubspec.yaml +++ b/packages/stream_feeds/pubspec.yaml @@ -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. diff --git a/packages/stream_feeds_test/pubspec.yaml b/packages/stream_feeds_test/pubspec.yaml index a95d1a55..ba33e9d7 100644 --- a/packages/stream_feeds_test/pubspec.yaml +++ b/packages/stream_feeds_test/pubspec.yaml @@ -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 diff --git a/sample_app/pubspec.yaml b/sample_app/pubspec.yaml index 6eef56c7..d4c2673e 100644 --- a/sample_app/pubspec.yaml +++ b/sample_app/pubspec.yaml @@ -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: