Skip to content

Commit

Permalink
Release v0.5.2 (#752)
Browse files Browse the repository at this point in the history
* Release v0.5.2

* dep fix
  • Loading branch information
Brazol authored Sep 9, 2024
1 parent 0dc51cd commit 399dbbe
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 13 deletions.
7 changes: 4 additions & 3 deletions dogfooding/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ dependencies:
google_sign_in: ^6.1.4
http: ^1.1.0
path_provider: ^2.1.0
permission_handler: ^11.3.1
rxdart: ^0.27.7
share_plus: ^8.0.3
shared_preferences: ^2.2.0
stream_chat_flutter: ^8.0.0
stream_video_flutter: ^0.5.1
stream_video_push_notification: ^0.5.1
stream_video_screen_sharing: ^0.5.1
stream_video_flutter: ^0.5.2
stream_video_push_notification: ^0.5.2
stream_video_screen_sharing: ^0.5.2
uni_links: ^0.5.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2

🔄 Changed
* `SortParam` changed to `SortParamRequest` in `queryMembers()` method inside `Call` and `StreamVideo` class

## 0.5.1

✅ Added
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is generated. Do not manually edit.
/// Current package version.
const String streamVideoVersion = '0.5.1';
const String streamVideoVersion = '0.5.2';
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
const String iosWebRTCVersion = 'libwebrtc-m125.6422.04';
2 changes: 1 addition & 1 deletion packages/stream_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video
description: The Official Low-level Client for Stream Video, a service for
building video calls, audio rooms, and live-streaming applications.
version: 0.5.1
version: 0.5.2
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand Down
11 changes: 11 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.5.2

🐞 Fixed
* Fixed CallKit integration on iOS when app is in a terminated state. It now correctly openes the app when the call is accepted.
* Fixed `onLeaveCallTap` callback in `StreamCallContent`. It's now correctly handled.
* (Android) Prevented the app from crashing when microphone permission is not granted and actove call foreground services is started. The service will now not start if no permission is granted.
* (Android) Marked the active call notification channel's lockscreen visibility as public to ensure it shows when the Android device is locked.

🔄 Changed
* `SortParam` changed to `SortParamRequest` in `queryMembers()` method inside `Call` and `StreamVideo` class

## 0.5.1

✅ Added
Expand Down
6 changes: 3 additions & 3 deletions packages/stream_video_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies:
path_provider: ^2.1.0
share_plus: ^7.1.0
shared_preferences: ^2.2.0
stream_video: ^0.5.1
stream_video_flutter: ^0.5.1
stream_video_push_notification: ^0.5.1
stream_video: ^0.5.2
stream_video_flutter: ^0.5.2
stream_video_push_notification: ^0.5.2

dependency_overrides:
stream_video:
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video_flutter
description: The Official UI package for Stream Video, a service for building
video calls, audio rooms, and live-streaming applications.
version: 0.5.1
version: 0.5.2
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -20,7 +20,7 @@ dependencies:
permission_handler: ^11.3.1
plugin_platform_interface: ^2.1.7
rate_limiter: ^1.0.0
stream_video: ^0.5.1
stream_video: ^0.5.2
visibility_detector: ^0.4.0+2

dependency_overrides:
Expand Down
5 changes: 5 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.2

🐞 Fixed
* Fixed CallKit integration on iOS when app is in a terminated state. It now correctly openes the app when the call is accepted.

## 0.5.1
* Sync version with `stream_video_flutter` 0.5.1

Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_push_notification/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stream_video_push_notification
description: Adds push notification support for Stream Video, a service for
building video calls, audio rooms, and live-streaming applications.
version: 0.5.1
version: 0.5.2
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
meta: ^1.9.1
plugin_platform_interface: ^2.1.6
rxdart: ^0.27.7
stream_video: ^0.5.1
stream_video: ^0.5.2
uuid: ^4.2.1

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_screen_sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.2
* Sync version with `stream_video_flutter` 0.5.2

## 0.5.1
* Sync version with `stream_video_flutter` 0.5.1

Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video_screen_sharing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_video_screen_sharing
description: "Official Screen Sharing Plugin for Stream Video Flutter."
version: 0.5.1
version: 0.5.2
homepage: https://getstream.io/video/
repository: https://github.com/GetStream/stream-video-flutter
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Expand Down

0 comments on commit 399dbbe

Please sign in to comment.