diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index e281e210b..57286409a 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_dogfooding -version: 1.11.0+1 +version: 1.11.1+1 publish_to: none description: Flutter Dogfooding App to showcase Video SDK. @@ -37,10 +37,10 @@ dependencies: share_plus: ^11.0.0 shared_preferences: ^2.5.3 stream_chat_flutter: ^9.17.0 - stream_video_flutter: ^0.11.0 - stream_video_noise_cancellation: ^0.11.0 - stream_video_push_notification: ^0.11.0 - stream_video_screen_sharing: ^0.11.0 + stream_video_flutter: ^0.11.1 + stream_video_noise_cancellation: ^0.11.1 + stream_video_push_notification: ^0.11.1 + stream_video_screen_sharing: ^0.11.1 dependency_overrides: stream_video: diff --git a/melos.yaml b/melos.yaml index 177323b0d..365f67530 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: ^1.0.12 - stream_video: ^0.11.0 - stream_video_flutter: ^0.11.0 - stream_video_noise_cancellation: ^0.11.0 - stream_video_push_notification: ^0.11.0 - stream_video_screen_sharing: ^0.11.0 + stream_video: ^0.11.1 + stream_video_flutter: ^0.11.1 + stream_video_noise_cancellation: ^0.11.1 + stream_video_push_notification: ^0.11.1 + stream_video_screen_sharing: ^0.11.1 scripts: postclean: diff --git a/packages/stream_video/CHANGELOG.md b/packages/stream_video/CHANGELOG.md index ab2a2e34e..85d67bb97 100644 --- a/packages/stream_video/CHANGELOG.md +++ b/packages/stream_video/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.11.1 🔄 Changed - The `byParticipantSource` participant sorting now accepts a list of sources. The default sorting for `speaker` and `livestream` presets now include other ingress sources. diff --git a/packages/stream_video/lib/globals.dart b/packages/stream_video/lib/globals.dart index 601e1fbd9..d246853d9 100644 --- a/packages/stream_video/lib/globals.dart +++ b/packages/stream_video/lib/globals.dart @@ -1,7 +1,7 @@ import 'package:meta/meta.dart'; const String streamSdkName = 'stream-flutter'; -const String streamVideoVersion = '0.11.0'; +const String streamVideoVersion = '0.11.1'; const String openapiModelsVersion = '190.7.0'; const String protocolModelsVersion = '1.40.1'; const String androidWebRTCVersion = '1.3.8'; diff --git a/packages/stream_video/pubspec.yaml b/packages/stream_video/pubspec.yaml index 3dec07b42..c002e1ea1 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: 0.11.0 +version: 0.11.1 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_flutter/CHANGELOG.md b/packages/stream_video_flutter/CHANGELOG.md index 2efabd8b2..29be9ff12 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.11.1 🔄 Changed - The `byParticipantSource` participant sorting now accepts a list of sources. The default sorting for `speaker` and `livestream` presets now include other ingress sources. diff --git a/packages/stream_video_flutter/example/pubspec.yaml b/packages/stream_video_flutter/example/pubspec.yaml index c7107aca9..db41989dc 100644 --- a/packages/stream_video_flutter/example/pubspec.yaml +++ b/packages/stream_video_flutter/example/pubspec.yaml @@ -27,9 +27,9 @@ dependencies: path_provider: ^2.1.0 share_plus: ^11.0.0 shared_preferences: ^2.5.3 - stream_video: ^0.11.0 - stream_video_flutter: ^0.11.0 - stream_video_push_notification: ^0.11.0 + stream_video: ^0.11.1 + stream_video_flutter: ^0.11.1 + stream_video_push_notification: ^0.11.1 stream_webrtc_flutter: ^1.0.12 dependency_overrides: diff --git a/packages/stream_video_flutter/pubspec.yaml b/packages/stream_video_flutter/pubspec.yaml index a4df8a5d5..3598760b0 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: 0.11.0 +version: 0.11.1 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -22,7 +22,7 @@ dependencies: permission_handler: ^12.0.1 plugin_platform_interface: ^2.1.8 rate_limiter: ^1.0.0 - stream_video: ^0.11.0 + stream_video: ^0.11.1 stream_webrtc_flutter: ^1.0.12 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 b560024a0..bdf62ec47 100644 --- a/packages/stream_video_noise_cancellation/CHANGELOG.md +++ b/packages/stream_video_noise_cancellation/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.11.1 +* Sync version with `stream_video_flutter` 0.11.1 + ## 0.11.0 🚧 Build breaking changes diff --git a/packages/stream_video_noise_cancellation/pubspec.yaml b/packages/stream_video_noise_cancellation/pubspec.yaml index 608aad2ad..990c2e46b 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: 0.11.0 +version: 0.11.1 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: ^0.11.0 + stream_video: ^0.11.1 stream_webrtc_flutter: ^1.0.12 dev_dependencies: diff --git a/packages/stream_video_push_notification/CHANGELOG.md b/packages/stream_video_push_notification/CHANGELOG.md index b53e0a984..1e9566fc7 100644 --- a/packages/stream_video_push_notification/CHANGELOG.md +++ b/packages/stream_video_push_notification/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.11.1 +* Sync version with `stream_video_flutter` 0.11.1 + ## 0.11.0 🚧 Build breaking changes diff --git a/packages/stream_video_push_notification/pubspec.yaml b/packages/stream_video_push_notification/pubspec.yaml index d2c7d7b2d..8438fe697 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: 0.11.0 +version: 0.11.1 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -22,7 +22,7 @@ dependencies: plugin_platform_interface: ^2.1.8 rxdart: ^0.28.0 shared_preferences: ^2.5.3 - stream_video: ^0.11.0 + stream_video: ^0.11.1 stream_webrtc_flutter: ^1.0.12 uuid: ^4.5.1 diff --git a/packages/stream_video_screen_sharing/CHANGELOG.md b/packages/stream_video_screen_sharing/CHANGELOG.md index dc44f284d..8b343cb5a 100644 --- a/packages/stream_video_screen_sharing/CHANGELOG.md +++ b/packages/stream_video_screen_sharing/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.11.1 +* Sync version with `stream_video_flutter` 0.11.1 + ## 0.11.0 🚧 Build breaking changes diff --git a/packages/stream_video_screen_sharing/pubspec.yaml b/packages/stream_video_screen_sharing/pubspec.yaml index a641889c1..5aa5de8b4 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: 0.11.0 +version: 0.11.1 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues