Skip to content

Commit c733303

Browse files
authored
chore(llc): release v0.5.0 (#70)
1 parent 3999d71 commit c733303

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/stream_feeds/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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?`.

packages/stream_feeds/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
dev_dependencies:
1717
flutter_test:

packages/stream_feeds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_feeds
22
description: 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
44
repository: https://github.com/GetStream/stream-feeds-flutter
55

66
# Note: The environment configuration and dependency versions are managed by Melos.

packages/stream_feeds_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ environment:
99
dependencies:
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

sample_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3535
dev_dependencies:

0 commit comments

Comments
 (0)