Skip to content

Commit 893eb44

Browse files
committed
update to version 0.2.0
1 parent 5a14828 commit 893eb44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ command:
4545
rxdart: ^0.28.0
4646
shared_preferences: ^2.5.3
4747
state_notifier: ^1.0.0
48-
stream_feeds: ^0.1.1
48+
stream_feeds: ^0.2.0
4949
stream_core: ^0.1.0
5050
video_player: ^2.10.0
5151
uuid: ^4.5.1

packages/stream_feeds/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## 0.1.1
2-
- Update API client code, specifically the FeedOwnCapability enum.
1+
## 0.2.0
2+
- [BREAKING] Update API client code, specifically the FeedOwnCapability enum.
33
- Fix unknown enums for `List<FeedOwnCapability>` in `GetOrCreateFeedResponse` to be `FeedOwnCapability.unknown`.
44
- Fix for updating poll votes from web socket events.
55

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.1.1
3+
version: 0.2.0
44
repository: https://github.com/GetStream/stream-feeds-flutter
55

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

sample_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
json_annotation: ^4.9.0
2929
photo_view: ^0.15.0
3030
shared_preferences: ^2.5.3
31-
stream_feeds: ^0.1.1
31+
stream_feeds: ^0.2.0
3232
video_player: ^2.10.0
3333

3434
dev_dependencies:

0 commit comments

Comments
 (0)