diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index 3d031dd0..39a6231b 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_dogfooding -version: 1.5.5+1 +version: 1.6.0+1 publish_to: none description: Flutter Dogfooding App to showcase Video SDK. @@ -33,9 +33,9 @@ dependencies: share_plus: ^10.0.2 shared_preferences: ^2.3.2 stream_chat_flutter: ^8.1.0 - stream_video_flutter: ^0.5.5 - stream_video_push_notification: ^0.5.5 - stream_video_screen_sharing: ^0.5.5 + stream_video_flutter: ^0.6.0 + stream_video_push_notification: ^0.6.0 + stream_video_screen_sharing: ^0.6.0 dependency_overrides: archive: ^3.6.1 diff --git a/packages/stream_video/CHANGELOG.md b/packages/stream_video/CHANGELOG.md index bf299c78..feb1abe5 100644 --- a/packages/stream_video/CHANGELOG.md +++ b/packages/stream_video/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.6.0 This release introduces a major rework of the join/reconnect flow in the Call class to support Reconnect V2, enhancing reconnection handling across various scenarios. Most updates are within the internals of the Call class, though some changes are outward-facing, including a few breaking changes. diff --git a/packages/stream_video/lib/version.g.dart b/packages/stream_video/lib/version.g.dart index be452408..ce46579e 100644 --- a/packages/stream_video/lib/version.g.dart +++ b/packages/stream_video/lib/version.g.dart @@ -1,5 +1,5 @@ // This file is generated. Do not manually edit. /// Current package version. -const String streamVideoVersion = '0.5.5'; +const String streamVideoVersion = '0.6.0'; const String androidWebRTCVersion = 'libwebrtc-m125.6422.03'; const String iosWebRTCVersion = 'libwebrtc-m125.6422.04'; diff --git a/packages/stream_video/pubspec.yaml b/packages/stream_video/pubspec.yaml index 047b508c..17abd121 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.5.5 +version: 0.6.0 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 d9e54138..d9b0a709 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.6.0 This release introduces a major rework of the join/reconnect flow in the Call class to support Reconnect V2, enhancing reconnection handling across various scenarios. Most updates are within the internals of the Call class, though some changes are outward-facing, including a few breaking changes. diff --git a/packages/stream_video_flutter/example/pubspec.yaml b/packages/stream_video_flutter/example/pubspec.yaml index 91629b2a..e55b9c09 100644 --- a/packages/stream_video_flutter/example/pubspec.yaml +++ b/packages/stream_video_flutter/example/pubspec.yaml @@ -28,9 +28,9 @@ dependencies: path_provider: ^2.1.0 share_plus: ^10.0.2 shared_preferences: ^2.2.0 - stream_video: ^0.5.5 - stream_video_flutter: ^0.5.5 - stream_video_push_notification: ^0.5.5 + stream_video: ^0.6.0 + stream_video_flutter: ^0.6.0 + stream_video_push_notification: ^0.6.0 dependency_overrides: stream_video: diff --git a/packages/stream_video_flutter/pubspec.yaml b/packages/stream_video_flutter/pubspec.yaml index 4ad4377a..87b7f6d5 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.5.5 +version: 0.6.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues @@ -20,7 +20,7 @@ dependencies: permission_handler: ^11.3.1 plugin_platform_interface: ^2.1.8 rate_limiter: ^1.0.0 - stream_video: ^0.5.5 + stream_video: ^0.6.0 visibility_detector: ^0.4.0+2 dependency_overrides: diff --git a/packages/stream_video_push_notification/CHANGELOG.md b/packages/stream_video_push_notification/CHANGELOG.md index aa78a748..99779d6d 100644 --- a/packages/stream_video_push_notification/CHANGELOG.md +++ b/packages/stream_video_push_notification/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.6.0 🔄 Dependency updates * Updated firebase dependencies to fix Xcode 16 build issues diff --git a/packages/stream_video_push_notification/pubspec.yaml b/packages/stream_video_push_notification/pubspec.yaml index 12006e76..347586ee 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.5.5 +version: 0.6.0 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: meta: ^1.9.1 plugin_platform_interface: ^2.1.8 rxdart: ^0.28.0 - stream_video: ^0.5.5 + stream_video: ^0.6.0 uuid: ^4.2.1 shared_preferences: ^2.3.2 diff --git a/packages/stream_video_screen_sharing/CHANGELOG.md b/packages/stream_video_screen_sharing/CHANGELOG.md index d73c4e71..c726d87a 100644 --- a/packages/stream_video_screen_sharing/CHANGELOG.md +++ b/packages/stream_video_screen_sharing/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +* Sync version with `stream_video_flutter` 0.6.0 + ## 0.5.5 * Sync version with `stream_video_flutter` 0.5.5 diff --git a/packages/stream_video_screen_sharing/pubspec.yaml b/packages/stream_video_screen_sharing/pubspec.yaml index 85ee33a6..8d0bc436 100644 --- a/packages/stream_video_screen_sharing/pubspec.yaml +++ b/packages/stream_video_screen_sharing/pubspec.yaml @@ -1,6 +1,6 @@ name: stream_video_screen_sharing description: "Official Screen Sharing Plugin for Stream Video Flutter." -version: 0.5.5 +version: 0.6.0 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues