diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index 7f7b14ac0..faa23fafc 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -37,11 +37,11 @@ dependencies: share_plus: ^11.0.0 shared_preferences: ^2.5.3 stream_chat_flutter: ^9.17.0 - stream_video_filters: ^1.2.1 - stream_video_flutter: ^1.2.1 - stream_video_noise_cancellation: ^1.2.1 - stream_video_push_notification: ^1.2.1 - stream_video_screen_sharing: ^1.2.1 + stream_video_filters: ^1.2.2 + stream_video_flutter: ^1.2.2 + stream_video_noise_cancellation: ^1.2.2 + stream_video_push_notification: ^1.2.2 + stream_video_screen_sharing: ^1.2.2 dependency_overrides: stream_video: diff --git a/melos.yaml b/melos.yaml index 57781e494..5df986806 100644 --- a/melos.yaml +++ b/melos.yaml @@ -23,11 +23,11 @@ command: share_plus: ^11.0.0 stream_chat_flutter: ^9.17.0 stream_webrtc_flutter: ^2.2.3 - stream_video: ^1.2.1 - stream_video_flutter: ^1.2.1 - stream_video_noise_cancellation: ^1.2.1 - stream_video_push_notification: ^1.2.1 - stream_video_screen_sharing: ^1.2.1 + stream_video: ^1.2.2 + stream_video_flutter: ^1.2.2 + stream_video_noise_cancellation: ^1.2.2 + stream_video_push_notification: ^1.2.2 + stream_video_screen_sharing: ^1.2.2 scripts: postclean: diff --git a/packages/stream_video/CHANGELOG.md b/packages/stream_video/CHANGELOG.md index 50eb07928..e78412afe 100644 --- a/packages/stream_video/CHANGELOG.md +++ b/packages/stream_video/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.2 +* Sync version with `stream_video_flutter` 1.2.2 + ## 1.2.1 * Sync version with `stream_video_flutter` 1.2.1 diff --git a/packages/stream_video/lib/globals.dart b/packages/stream_video/lib/globals.dart index b2cf22368..12b1d8d21 100644 --- a/packages/stream_video/lib/globals.dart +++ b/packages/stream_video/lib/globals.dart @@ -4,7 +4,7 @@ import 'package:stream_webrtc_flutter/stream_webrtc_flutter.dart' as webrtc; import 'protobuf/video/sfu/models/models.pb.dart'; const String streamSdkName = 'stream-flutter'; -const String streamVideoVersion = '1.2.1'; +const String streamVideoVersion = '1.2.2'; const String openapiModelsVersion = '202.0.0'; const String protocolModelsVersion = '1.40.1'; const String androidWebRTCVersion = webrtc.androidWebRTCVersion; diff --git a/packages/stream_video/pubspec.yaml b/packages/stream_video/pubspec.yaml index 7eb5616c8..0cb84a3b1 100644 --- a/packages/stream_video/pubspec.yaml +++ b/packages/stream_video/pubspec.yaml @@ -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: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues diff --git a/packages/stream_video_filters/CHANGELOG.md b/packages/stream_video_filters/CHANGELOG.md index 666380f58..5b898e52d 100644 --- a/packages/stream_video_filters/CHANGELOG.md +++ b/packages/stream_video_filters/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.2 +* Sync version with `stream_video_flutter` 1.2.2 + ## 1.2.1 * Sync version with `stream_video_flutter` 1.2.1 diff --git a/packages/stream_video_filters/pubspec.yaml b/packages/stream_video_filters/pubspec.yaml index 51e746cf3..776900a0e 100644 --- a/packages/stream_video_filters/pubspec.yaml +++ b/packages/stream_video_filters/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_filters description: The Official package for Stream Video, providing video filters feature for video calls. -version: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -14,7 +14,7 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - stream_video: ^1.2.1 + stream_video: ^1.2.2 stream_webrtc_flutter: ^2.2.3 dev_dependencies: diff --git a/packages/stream_video_flutter/CHANGELOG.md b/packages/stream_video_flutter/CHANGELOG.md index 2d89fc88a..ed30e1f8a 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -1,4 +1,4 @@ -## Upcoming +## 1.2.2 ### 🐞 Fixed * [Android] Fixed WebSocket/WebRTC connections persisting after app is killed from recents. Foreground services now properly terminate and leave calls when the app task is removed. diff --git a/packages/stream_video_flutter/example/pubspec.yaml b/packages/stream_video_flutter/example/pubspec.yaml index 264562338..679b1b457 100644 --- a/packages/stream_video_flutter/example/pubspec.yaml +++ b/packages/stream_video_flutter/example/pubspec.yaml @@ -28,9 +28,9 @@ dependencies: rxdart: ^0.28.0 share_plus: ^11.0.0 shared_preferences: ^2.5.3 - stream_video: ^1.2.1 - stream_video_flutter: ^1.2.1 - stream_video_push_notification: ^1.2.1 + stream_video: ^1.2.2 + stream_video_flutter: ^1.2.2 + stream_video_push_notification: ^1.2.2 stream_webrtc_flutter: ^2.2.3 dependency_overrides: diff --git a/packages/stream_video_flutter/pubspec.yaml b/packages/stream_video_flutter/pubspec.yaml index 8e845fe9e..710b4dafb 100644 --- a/packages/stream_video_flutter/pubspec.yaml +++ b/packages/stream_video_flutter/pubspec.yaml @@ -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: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -24,7 +24,7 @@ dependencies: plugin_platform_interface: ^2.1.8 rate_limiter: ^1.0.0 rxdart: ^0.28.0 - stream_video: ^1.2.1 + stream_video: ^1.2.2 stream_webrtc_flutter: ^2.2.3 visibility_detector: ^0.4.0+2 diff --git a/packages/stream_video_noise_cancellation/CHANGELOG.md b/packages/stream_video_noise_cancellation/CHANGELOG.md index 899e1c4a9..a3904bba6 100644 --- a/packages/stream_video_noise_cancellation/CHANGELOG.md +++ b/packages/stream_video_noise_cancellation/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.2 +* Sync version with `stream_video_flutter` 1.2.2 + ## 1.2.1 * Sync version with `stream_video_flutter` 1.2.1 diff --git a/packages/stream_video_noise_cancellation/pubspec.yaml b/packages/stream_video_noise_cancellation/pubspec.yaml index bc174d9a3..44e9bb5fe 100644 --- a/packages/stream_video_noise_cancellation/pubspec.yaml +++ b/packages/stream_video_noise_cancellation/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_video_noise_cancellation description: The Official package for Stream Video, providing noise cancellation feature for video and audio calls. -version: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -14,7 +14,7 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.0.2 - stream_video: ^1.2.1 + stream_video: ^1.2.2 stream_webrtc_flutter: ^2.2.3 dev_dependencies: diff --git a/packages/stream_video_push_notification/CHANGELOG.md b/packages/stream_video_push_notification/CHANGELOG.md index 9a3e57b37..d0cc7499d 100644 --- a/packages/stream_video_push_notification/CHANGELOG.md +++ b/packages/stream_video_push_notification/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.2 +* Sync version with `stream_video_flutter` 1.2.2 + ## 1.2.1 🐞 Fixed diff --git a/packages/stream_video_push_notification/pubspec.yaml b/packages/stream_video_push_notification/pubspec.yaml index a8e8c5089..6df256075 100644 --- a/packages/stream_video_push_notification/pubspec.yaml +++ b/packages/stream_video_push_notification/pubspec.yaml @@ -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: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -21,8 +21,8 @@ dependencies: plugin_platform_interface: ^2.1.8 rxdart: ^0.28.0 shared_preferences: ^2.5.3 - stream_video: ^1.2.1 - stream_video_flutter: ^1.2.1 + stream_video: ^1.2.2 + stream_video_flutter: ^1.2.2 stream_webrtc_flutter: ^2.2.3 uuid: ^4.5.1 diff --git a/packages/stream_video_screen_sharing/CHANGELOG.md b/packages/stream_video_screen_sharing/CHANGELOG.md index 4e815013c..4eced4d9d 100644 --- a/packages/stream_video_screen_sharing/CHANGELOG.md +++ b/packages/stream_video_screen_sharing/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.2 +* Sync version with `stream_video_flutter` 1.2.2 + ## 1.2.1 * Sync version with `stream_video_flutter` 1.2.1 diff --git a/packages/stream_video_screen_sharing/pubspec.yaml b/packages/stream_video_screen_sharing/pubspec.yaml index e9498fd92..49539e3ef 100644 --- a/packages/stream_video_screen_sharing/pubspec.yaml +++ b/packages/stream_video_screen_sharing/pubspec.yaml @@ -2,7 +2,7 @@ name: stream_video_screen_sharing description: > Official Screen Sharing Plugin for Stream Video Flutter that enables sharing device screens during video calls. -version: 1.2.1 +version: 1.2.2 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues