Skip to content

Commit 63a3871

Browse files
authored
Release: v0.1.0 (#493)
* chore: prepare for 0.1.0 release Signed-off-by: Sahil Kumar <[email protected]> * chore: update package version in example, dogfooding Signed-off-by: Sahil Kumar <[email protected]> * chore: fix android platform default package. Signed-off-by: Sahil Kumar <[email protected]> * chore: update stream_video version. Signed-off-by: Sahil Kumar <[email protected]> --------- Signed-off-by: Sahil Kumar <[email protected]>
1 parent 2e2b86d commit 63a3871

File tree

11 files changed

+43
-12
lines changed

11 files changed

+43
-12
lines changed

dogfooding/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
share_plus: ^7.1.0
2929
shared_preferences: ^2.2.0
3030
stream_chat_flutter: ^6.9.0
31-
stream_video_flutter: ^0.0.4
32-
stream_video_push_notification: ^0.0.4
31+
stream_video_flutter: ^0.1.0
32+
stream_video_push_notification: ^0.1.0
3333
uni_links: ^0.5.1
3434

3535
dev_dependencies:

packages/stream_video/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.0
2+
3+
* Aligned SDK initialization with other SDKs
4+
* Fixed callkit and push implementation for SDK
5+
* Added parsing for CallPermissions
6+
* Fix duplicate participants in call
7+
* General bug fixes and improvements
8+
19
## 0.0.3
210

311
* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
3-
const String streamVideoVersion = '0.0.3';
3+
const String streamVideoVersion = '0.1.0';

packages/stream_video/pubspec.yaml

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

packages/stream_video_flutter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.0
2+
3+
* Aligned SDK initialization with other SDKs
4+
* Fixed callkit and push implementation for SDK
5+
* Added parsing for CallPermissions
6+
* Fix duplicate participants in call
7+
* Hide debug stats in production
8+
* Display call participants in lobby view
9+
* General bug fixes and improvements
10+
111
## 0.0.4
212

313
* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0

packages/stream_video_flutter/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies:
4040
share_plus: ^7.1.0
4141
device_info_plus: ^9.0.3
4242
intl: ^0.18.1
43-
stream_video_flutter: ^0.0.4
44-
stream_video_flutter_background: 0.0.2
43+
stream_video_flutter: ^0.1.0
44+
stream_video_flutter_background: 0.1.0
4545
envied: ^0.3.0+3
4646

4747
# The following adds the Cupertino Icons font to your application.

packages/stream_video_flutter/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_video_flutter
22
description: The Official UI package for Stream Video, a service for building video calls, audio rooms, and live-streaming applications.
3-
version: 0.0.4
3+
version: 0.1.0
44
homepage: https://getstream.io/video/
55
repository: https://github.com/GetStream/stream-video-flutter
66
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -16,8 +16,8 @@ dependencies:
1616
sdk: flutter
1717
flutter_webrtc: ^0.9.40
1818
rate_limiter: ^1.0.0
19-
stream_video: ^0.0.3
20-
stream_video_flutter_background: ^0.0.2
19+
stream_video: ^0.1.0
20+
stream_video_flutter_background: ^0.1.0
2121
visibility_detector: ^0.4.0+2
2222

2323
dev_dependencies:

packages/stream_video_flutter_background/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
* Aligned version with other Stream Video packages
4+
15
## 0.0.2
26

37
* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0

packages/stream_video_flutter_background/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_video_flutter_background
22
description: Adds background support for Stream Video SDK, a service for building video calls, audio rooms, and live-streaming applications.
3-
version: 0.0.2
3+
version: 0.1.0
44
homepage: https://getstream.io/video/
55
repository: https://github.com/GetStream/stream-video-flutter
66
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues

packages/stream_video_push_notification/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.0
2+
3+
* Added helper class for iOS native push initialization
4+
* Fixes for iOS CallKit implementation
5+
* Fixes for Android ringing implementation
6+
* Added event listeners for call state changes
7+
18
## 0.0.4
29

310
* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0

0 commit comments

Comments
 (0)