Skip to content

Commit cf09f51

Browse files
committed
Update changelog and pubspec
1 parent 17b80a6 commit cf09f51

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

melos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +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
4849
stream_core: ^0.1.0
4950
video_player: ^2.10.0
5051
uuid: ^4.5.1

packages/stream_feeds/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 0.1.1
2+
- Update API client code, specifically the FeedOwnCapability enum.
3+
- Fix unknown enums for `List<FeedOwnCapability>` in `GetOrCreateFeedResponse` to be `FeedOwnCapability.unknown`.
4+
15
## 0.1.0
26
- Initial release of Feeds V3 SDK for Dart and Flutter.

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.0
3+
version: 0.1.1
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
@@ -27,7 +27,7 @@ dependencies:
2727
json_annotation: ^4.9.0
2828
photo_view: ^0.15.0
2929
shared_preferences: ^2.5.3
30-
stream_feeds: ^0.1.0
30+
stream_feeds: ^0.1.1
3131
video_player: ^2.10.0
3232

3333
dev_dependencies:

0 commit comments

Comments
 (0)