Skip to content

Commit

Permalink
Release: v0.1.0 (#493)
Browse files Browse the repository at this point in the history
* chore: prepare for 0.1.0 release

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* chore: update package version in example, dogfooding

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* chore: fix android platform default package.

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

* chore: update stream_video version.

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>

---------

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
  • Loading branch information
xsahil03x committed Sep 28, 2023
1 parent 2e2b86d commit 63a3871
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dogfooding/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies:
share_plus: ^7.1.0
shared_preferences: ^2.2.0
stream_chat_flutter: ^6.9.0
stream_video_flutter: ^0.0.4
stream_video_push_notification: ^0.0.4
stream_video_flutter: ^0.1.0
stream_video_push_notification: ^0.1.0
uni_links: ^0.5.1

dev_dependencies:
Expand Down
8 changes: 8 additions & 0 deletions packages/stream_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.0

* Aligned SDK initialization with other SDKs
* Fixed callkit and push implementation for SDK
* Added parsing for CallPermissions
* Fix duplicate participants in call
* General bug fixes and improvements

## 0.0.3

* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
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,3 +1,3 @@
// This file is generated. Do not manually edit.
/// Current package version.
const String streamVideoVersion = '0.0.3';
const String streamVideoVersion = '0.1.0';
2 changes: 1 addition & 1 deletion packages/stream_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.0.3
version: 0.1.0
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
10 changes: 10 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

* Aligned SDK initialization with other SDKs
* Fixed callkit and push implementation for SDK
* Added parsing for CallPermissions
* Fix duplicate participants in call
* Hide debug stats in production
* Display call participants in lobby view
* General bug fixes and improvements

## 0.0.4

* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
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 @@ -40,8 +40,8 @@ dependencies:
share_plus: ^7.1.0
device_info_plus: ^9.0.3
intl: ^0.18.1
stream_video_flutter: ^0.0.4
stream_video_flutter_background: 0.0.2
stream_video_flutter: ^0.1.0
stream_video_flutter_background: 0.1.0
envied: ^0.3.0+3

# The following adds the Cupertino Icons font to your application.
Expand Down
6 changes: 3 additions & 3 deletions packages/stream_video_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.0.4
version: 0.1.0
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 @@ -16,8 +16,8 @@ dependencies:
sdk: flutter
flutter_webrtc: ^0.9.40
rate_limiter: ^1.0.0
stream_video: ^0.0.3
stream_video_flutter_background: ^0.0.2
stream_video: ^0.1.0
stream_video_flutter_background: ^0.1.0
visibility_detector: ^0.4.0+2

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/stream_video_flutter_background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

* Aligned version with other Stream Video packages

## 0.0.2

* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/stream_video_flutter_background/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stream_video_flutter_background
description: Adds background support for Stream Video SDK, a service for building video calls, audio rooms, and live-streaming applications.
version: 0.0.2
version: 0.1.0
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
7 changes: 7 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.0

* Added helper class for iOS native push initialization
* Fixes for iOS CallKit implementation
* Fixes for Android ringing implementation
* Added event listeners for call state changes

## 0.0.4

* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
Expand Down
6 changes: 4 additions & 2 deletions packages/stream_video_push_notification/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.0.4
version: 0.1.0
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 @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
firebase_messaging: ^14.6.6
stream_video: ^0.0.3
stream_video: ^0.1.0
flutter_callkit_incoming: ^2.0.0+1
uuid: ^3.0.7
rxdart: ^0.27.7
Expand Down Expand Up @@ -42,6 +42,8 @@ flutter:
platforms:
ios:
pluginClass: StreamVideoPushNotificationPlugin
android:
default_package: stream_video_push_notification

topics:
- video
Expand Down

0 comments on commit 63a3871

Please sign in to comment.