Skip to content

Commit

Permalink
Release v0.4.1 (#677)
Browse files Browse the repository at this point in the history
* Release v0.4.1

* tweak
  • Loading branch information
Brazol authored May 14, 2024
1 parent a2af573 commit 032038f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 8 deletions.
14 changes: 14 additions & 0 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.4.1

🚧 Build breaking changes
* Bumped `connectivity_plus` dependency to `6.0.3`

> Note, that this changes the plugin requirements:
> - compileSDK 34 for Android part
> - Java 17 for Android part
> - Gradle 8.4 for Android part
🐞 Fixed
* Added foreground service type to service declaration in AndroidManifest


## 0.4.0

🚧 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video/lib/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is generated. Do not manually edit.
/// Current package version.
const String streamVideoVersion = '0.4.0';
const String streamVideoVersion = '0.4.1';
const String androidWebRTCVersion = 'libwebrtc-m114.5735.10';
const String iosWebRTCVersion = 'libwebrtc-m114.5735.10';
2 changes: 1 addition & 1 deletion packages/stream_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.0
version: 0.4.1
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
13 changes: 13 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.4.1

🚧 Build breaking changes
* Bumped `connectivity_plus` dependency to `6.0.3`

> Note, that this changes the plugin requirements:
> - compileSDK 34 for Android part
> - Java 17 for Android part
> - Gradle 8.4 for Android part
🐞 Fixed
* Added foreground service type to service declaration in AndroidManifest

## 0.4.0

🚧 Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies:
intl: ^0.19.0
path_provider: ^2.1.0
share_plus: ^7.1.0
stream_video: ^0.4.0
stream_video_flutter: ^0.4.0
stream_video: ^0.4.1
stream_video_flutter: ^0.4.1

dev_dependencies:
build_runner: ^2.4.6
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.0
version: 0.4.1
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.10.4
plugin_platform_interface: ^2.1.7
rate_limiter: ^1.0.0
stream_video: ^0.4.0
stream_video: ^0.4.1
visibility_detector: ^0.4.0+2

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.1
* Sync version with `stream_video_flutter` 0.4.1

## 0.4.0

🚧 Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_video_push_notification/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.0
version: 0.4.1
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.4.0
stream_video: ^0.4.1
uuid: ^4.2.1

dev_dependencies:
Expand Down

0 comments on commit 032038f

Please sign in to comment.