From aee41e9ab0885ddac2c8d72ff9a0c4e0dbd2619a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bra=C5=BCewicz?= Date: Fri, 20 Sep 2024 09:12:28 +0200 Subject: [PATCH] Release v0.5.4 (#766) --- dogfooding/pubspec.yaml | 6 +++--- packages/stream_video/CHANGELOG.md | 7 +++++++ packages/stream_video/lib/version.g.dart | 2 +- packages/stream_video/pubspec.yaml | 2 +- packages/stream_video_flutter/CHANGELOG.md | 11 +++++++++++ packages/stream_video_flutter/example/pubspec.yaml | 6 +++--- packages/stream_video_flutter/pubspec.yaml | 4 ++-- packages/stream_video_push_notification/CHANGELOG.md | 8 ++++++++ packages/stream_video_push_notification/pubspec.yaml | 4 ++-- packages/stream_video_screen_sharing/CHANGELOG.md | 3 +++ packages/stream_video_screen_sharing/pubspec.yaml | 2 +- 11 files changed, 42 insertions(+), 13 deletions(-) diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index 851a7b26..656a8889 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -31,9 +31,9 @@ dependencies: share_plus: ^10.0.2 shared_preferences: ^2.3.2 stream_chat_flutter: ^8.1.0 - stream_video_flutter: ^0.5.3 - stream_video_push_notification: ^0.5.3 - stream_video_screen_sharing: ^0.5.3 + stream_video_flutter: ^0.5.4 + stream_video_push_notification: ^0.5.4 + stream_video_screen_sharing: ^0.5.4 uni_links: ^0.5.1 dependency_overrides: diff --git a/packages/stream_video/CHANGELOG.md b/packages/stream_video/CHANGELOG.md index 2719d3d5..d641183f 100644 --- a/packages/stream_video/CHANGELOG.md +++ b/packages/stream_video/CHANGELOG.md @@ -6,6 +6,13 @@ 🚧 Breaking changes * The regular push notification handling has been removed from iOS, providing more control over the implementation. VoIP push notifications will continue to be handled as before. For more details, refer to the documentation. +* Dependency updates + * Flutter SDK constraint updated to >=3.22.0 (Dart SDK to >=3.4.0 <4.0.0) + * `internet_connection_checker` updated from ^1.0.0+1 to ^2.0.0 + * `rxdart` updated from ^0.27.7 to ^0.28.0 + * `web` updated from ^0.5.1 to ^1.0.0 + * `web_socket_channel` updated from ^2.4.0 to ^3.0.1 + ## 0.5.3 🐞 Fixed diff --git a/packages/stream_video/lib/version.g.dart b/packages/stream_video/lib/version.g.dart index eff26a06..e01ddfbd 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.3'; +const String streamVideoVersion = '0.5.4'; 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 cc850d34..b2dc9d22 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.3 +version: 0.5.4 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 45bdf418..81deb892 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -6,6 +6,17 @@ 🚧 Breaking changes * The regular push notification handling has been removed from iOS, providing more control over the implementation. VoIP push notifications will continue to be handled as before. For more details, refer to the documentation. +* Dependency updates + * **Flutter SDK** constraint updated to >=3.22.0 (**Dart SDK** to >=3.4.0 <4.0.0) + * **internet_connection_checker** updated from ^1.0.0+1 to ^2.0.0 + * **rxdart** updated from ^0.27.7 to ^0.28.0 + * **web** updated from ^0.5.1 to ^1.0.0 + * **web_socket_channel** updated from ^2.4.0 to ^3.0.1 + * **firebase_core updated** from ^2.15.1 to ^3.4.0 + * **firebase_messaging** updated from ^14.5.0 to ^15.1.1 + * **share_plus** updated from ^7.1.0 to ^10.0.2 + * **json_annotation** updated from ^4.8.0 to ^4.9.0 + ## 0.5.3 🐞 Fixed diff --git a/packages/stream_video_flutter/example/pubspec.yaml b/packages/stream_video_flutter/example/pubspec.yaml index 2a56c24c..ec9c64c0 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.3 - stream_video_flutter: ^0.5.3 - stream_video_push_notification: ^0.5.3 + stream_video: ^0.5.4 + stream_video_flutter: ^0.5.4 + stream_video_push_notification: ^0.5.4 dependency_overrides: stream_video: diff --git a/packages/stream_video_flutter/pubspec.yaml b/packages/stream_video_flutter/pubspec.yaml index 3935b416..f0cbcde0 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.3 +version: 0.5.4 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.3 + stream_video: ^0.5.4 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 3719579c..df88995a 100644 --- a/packages/stream_video_push_notification/CHANGELOG.md +++ b/packages/stream_video_push_notification/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.4 + +* Dependency updates + * **Flutter SDK** constraint updated to >=3.22.0 (**Dart SDK** to >=3.4.0 <4.0.0) + * **json_annotation** updated from ^4.8.0 to ^4.9.0 + * **firebase_core updated** from ^2.15.1 to ^3.4.0 + * **firebase_messaging** updated from ^14.5.0 to ^15.1.1 + ## 0.5.3 * Sync version with `stream_video_flutter` 0.5.3 diff --git a/packages/stream_video_push_notification/pubspec.yaml b/packages/stream_video_push_notification/pubspec.yaml index ab52b902..80e66734 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.3 +version: 0.5.4 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.3 + stream_video: ^0.5.4 uuid: ^4.2.1 dev_dependencies: diff --git a/packages/stream_video_screen_sharing/CHANGELOG.md b/packages/stream_video_screen_sharing/CHANGELOG.md index aa23ee7c..f2592822 100644 --- a/packages/stream_video_screen_sharing/CHANGELOG.md +++ b/packages/stream_video_screen_sharing/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.4 +* **Flutter SDK** constraint updated to >=3.22.0 (**Dart SDK** to >=3.4.0 <4.0.0) + ## 0.5.3 * Sync version with `stream_video_flutter` 0.5.3 diff --git a/packages/stream_video_screen_sharing/pubspec.yaml b/packages/stream_video_screen_sharing/pubspec.yaml index bd774fa1..f79c6693 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.3 +version: 0.5.4 homepage: https://getstream.io/video/ repository: https://github.com/GetStream/stream-video-flutter issue_tracker: https://github.com/GetStream/stream-video-flutter/issues