Skip to content

Commit

Permalink
Release 0.3.9 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Apr 23, 2024
1 parent d5284c4 commit e32b81b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions packages/stream_video/CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.3.9
* Reverted `flutter_webrtc` dependency version back to `0.9.47` to fix the compilation issues for web in Flutter 3.19.

## 0.3.8

🐞 Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.3.8';
const String streamVideoVersion = '0.3.9';
const String androidWebRTCVersion = 'libwebrtc-m114.5735.08';
const String iosWebRTCVersion = 'libwebrtc-m114.5735.08';
2 changes: 1 addition & 1 deletion 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.3.8
version: 0.3.9
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
3 changes: 3 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.3.9
* Reverted `flutter_webrtc` dependency version back to `0.9.47` to fix the compilation issues for web in Flutter 3.19.

## 0.3.8

🐞 Fixed
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/example/pubspec.yaml
Expand Up @@ -24,8 +24,8 @@ dependencies:
intl: ^0.19.0
path_provider: ^2.1.0
share_plus: ^7.1.0
stream_video: ^0.3.8
stream_video_flutter: ^0.3.8
stream_video: ^0.3.9
stream_video_flutter: ^0.3.9

dev_dependencies:
build_runner: ^2.4.6
Expand Down
4 changes: 2 additions & 2 deletions 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.3.8
version: 0.3.9
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 @@ -19,7 +19,7 @@ dependencies:
flutter_webrtc: 0.9.47
plugin_platform_interface: ^2.1.7
rate_limiter: ^1.0.0
stream_video: ^0.3.8
stream_video: ^0.3.9
visibility_detector: ^0.4.0+2

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
@@ -1,3 +1,6 @@
## 0.3.9
* Sync version with `stream_video_flutter` 0.3.9

## 0.3.8
* Sync version with `stream_video_flutter` 0.3.8

Expand Down
4 changes: 2 additions & 2 deletions 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.3.8
version: 0.3.9
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 @@ -21,7 +21,7 @@ dependencies:
meta: ^1.9.1
plugin_platform_interface: ^2.1.6
rxdart: ^0.27.7
stream_video: ^0.3.8
stream_video: ^0.3.9
uuid: ^4.2.1

dev_dependencies:
Expand Down

0 comments on commit e32b81b

Please sign in to comment.