Skip to content

Commit 2369743

Browse files
authored
Release v0.6.1 (#816)
1 parent c79c9fc commit 2369743

File tree

11 files changed

+18
-23
lines changed

11 files changed

+18
-23
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.6.0+1
2+
version: 1.6.1+1
33
publish_to: none
44
description: Flutter Dogfooding App to showcase Video SDK.
55

@@ -34,9 +34,9 @@ dependencies:
3434
share_plus: ^10.0.2
3535
shared_preferences: ^2.3.2
3636
stream_chat_flutter: ^8.1.0
37-
stream_video_flutter: ^0.6.0
38-
stream_video_push_notification: ^0.6.0
39-
stream_video_screen_sharing: ^0.6.0
37+
stream_video_flutter: ^0.6.1
38+
stream_video_push_notification: ^0.6.1
39+
stream_video_screen_sharing: ^0.6.1
4040

4141
dependency_overrides:
4242
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.1
22

33
* Updated minimum Flutter version to 3.24.5
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
33
const String streamSdkName = 'stream-flutter';
4-
const String streamVideoVersion = '0.6.0';
4+
const String streamVideoVersion = '0.6.1';
55
const String androidWebRTCVersion = 'libwebrtc-m125.6422.03';
66
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.6.0
4+
version: 0.6.1
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.1
22

33
* Updated minimum Flutter version to 3.24.5
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.6.0
32-
stream_video_flutter: ^0.6.0
33-
stream_video_push_notification: ^0.6.0
31+
stream_video: ^0.6.1
32+
stream_video_flutter: ^0.6.1
33+
stream_video_push_notification: ^0.6.1
3434

3535
dependency_overrides:
3636
stream_video:

packages/stream_video_flutter/pubspec.yaml

Lines changed: 2 additions & 6 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.6.0
4+
version: 0.6.1
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,13 +20,9 @@ dependencies:
2020
permission_handler: ^11.3.1
2121
plugin_platform_interface: ^2.1.8
2222
rate_limiter: ^1.0.0
23-
stream_video: ^0.6.0
23+
stream_video: ^0.6.1
2424
visibility_detector: ^0.4.0+2
2525

26-
dependency_overrides:
27-
stream_video:
28-
path: ../stream_video
29-
3026
dev_dependencies:
3127
flutter_test:
3228
sdk: flutter

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.1
22

33
* Updated minimum Flutter version to 3.24.5
44

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.6.0
4+
version: 0.6.1
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.6.0
25+
stream_video: ^0.6.1
2626
uuid: ^4.2.1
2727
shared_preferences: ^2.3.2
2828

packages/stream_video_screen_sharing/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## Unreleased
2-
1+
## 0.6.1
32
* Updated minimum Flutter version to 3.24.5
43

54
## 0.6.0

0 commit comments

Comments
 (0)