Skip to content

Commit

Permalink
release: v0.1.1 (#507)
Browse files Browse the repository at this point in the history
* release v0.1.1

* changed versions for pubspec
  • Loading branch information
deven98 authored Oct 25, 2023
1 parent 8877523 commit 2b57a78
Show file tree
Hide file tree
Showing 11 changed files with 35 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.11.0
stream_video_flutter: ^0.1.0
stream_video_push_notification: ^0.1.0
stream_video_flutter: ^0.1.1
stream_video_push_notification: ^0.1.1
uni_links: ^0.5.1

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

* Fixed call join bug
* Fixed CallKit call not ending bug
* Anonymous users can no longer connect to WS
* Users can no longer join a call twice

## 0.1.0

* Aligned SDK initialization with other SDKs
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.1.0';
const String streamVideoVersion = '0.1.1';
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.1.0
version: 0.1.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
8 changes: 8 additions & 0 deletions packages/stream_video_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.1

* Fixed call join bug
* Fixed CallKit call not ending bug
* Anonymous users can no longer connect to WS
* Users can no longer join a call twice
* Fixed landscape call control visibility

## 0.1.0

* Aligned SDK initialization with other SDKs
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.1.0
stream_video_flutter_background: 0.1.0
stream_video_flutter: ^0.1.1
stream_video_flutter_background: ^0.1.1
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.1.0
version: 0.1.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 @@ -16,8 +16,8 @@ dependencies:
sdk: flutter
flutter_webrtc: ^0.9.40
rate_limiter: ^1.0.0
stream_video: ^0.1.0
stream_video_flutter_background: ^0.1.0
stream_video: ^0.1.1
stream_video_flutter_background: ^0.1.1
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.1

* Aligned version with other Stream Video packages

## 0.1.0

* Aligned version with other Stream Video packages
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.1.0
version: 0.1.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
4 changes: 4 additions & 0 deletions packages/stream_video_push_notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

* Aligned version with other Stream Video packages

## 0.1.0

* Added helper class for iOS native push initialization
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,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.1.0
version: 0.1.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 @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
firebase_messaging: ^14.6.6
stream_video: ^0.1.0
stream_video: ^0.1.1
flutter_callkit_incoming: ^2.0.0+1
uuid: ^3.0.7
rxdart: ^0.27.7
Expand Down

0 comments on commit 2b57a78

Please sign in to comment.