Skip to content

Commit 309c7f9

Browse files
authored
Release v0.6.0 (#792)
1 parent 0e698c2 commit 309c7f9

File tree

11 files changed

+20
-17
lines changed

11 files changed

+20
-17
lines changed

dogfooding/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_dogfooding
2-
version: 1.5.5+1
2+
version: 1.6.0+1
33
publish_to: none
44
description: Flutter Dogfooding App to showcase Video SDK.
55

@@ -33,9 +33,9 @@ dependencies:
3333
share_plus: ^10.0.2
3434
shared_preferences: ^2.3.2
3535
stream_chat_flutter: ^8.1.0
36-
stream_video_flutter: ^0.5.5
37-
stream_video_push_notification: ^0.5.5
38-
stream_video_screen_sharing: ^0.5.5
36+
stream_video_flutter: ^0.6.0
37+
stream_video_push_notification: ^0.6.0
38+
stream_video_screen_sharing: ^0.6.0
3939

4040
dependency_overrides:
4141
archive: ^3.6.1

packages/stream_video/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.6.0
22

33
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.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
3-
const String streamVideoVersion = '0.5.5';
3+
const String streamVideoVersion = '0.6.0';
44
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
55
const String iosWebRTCVersion = 'libwebrtc-m125.6422.04';

packages/stream_video/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video
22
description: The Official Low-level Client for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.5.5
4+
version: 0.6.0
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues

packages/stream_video_flutter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.6.0
22

33
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.
44

packages/stream_video_flutter/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies:
2828
path_provider: ^2.1.0
2929
share_plus: ^10.0.2
3030
shared_preferences: ^2.2.0
31-
stream_video: ^0.5.5
32-
stream_video_flutter: ^0.5.5
33-
stream_video_push_notification: ^0.5.5
31+
stream_video: ^0.6.0
32+
stream_video_flutter: ^0.6.0
33+
stream_video_push_notification: ^0.6.0
3434

3535
dependency_overrides:
3636
stream_video:

packages/stream_video_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_flutter
22
description: The Official UI package for Stream Video, a service for building
33
video calls, audio rooms, and live-streaming applications.
4-
version: 0.5.5
4+
version: 0.6.0
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -20,7 +20,7 @@ dependencies:
2020
permission_handler: ^11.3.1
2121
plugin_platform_interface: ^2.1.8
2222
rate_limiter: ^1.0.0
23-
stream_video: ^0.5.5
23+
stream_video: ^0.6.0
2424
visibility_detector: ^0.4.0+2
2525

2626
dependency_overrides:

packages/stream_video_push_notification/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.6.0
22

33
🔄 Dependency updates
44
* Updated firebase dependencies to fix Xcode 16 build issues

packages/stream_video_push_notification/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_push_notification
22
description: Adds push notification support for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.5.5
4+
version: 0.6.0
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -22,7 +22,7 @@ dependencies:
2222
meta: ^1.9.1
2323
plugin_platform_interface: ^2.1.8
2424
rxdart: ^0.28.0
25-
stream_video: ^0.5.5
25+
stream_video: ^0.6.0
2626
uuid: ^4.2.1
2727
shared_preferences: ^2.3.2
2828

packages/stream_video_screen_sharing/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.0
2+
* Sync version with `stream_video_flutter` 0.6.0
3+
14
## 0.5.5
25
* Sync version with `stream_video_flutter` 0.5.5
36

0 commit comments

Comments
 (0)