Skip to content

Commit 2b57a78

Browse files
authored
release: v0.1.1 (#507)
* release v0.1.1 * changed versions for pubspec
1 parent 8877523 commit 2b57a78

File tree

11 files changed

+35
-12
lines changed

11 files changed

+35
-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.11.0
31-
stream_video_flutter: ^0.1.0
32-
stream_video_push_notification: ^0.1.0
31+
stream_video_flutter: ^0.1.1
32+
stream_video_push_notification: ^0.1.1
3333
uni_links: ^0.5.1
3434

3535
dev_dependencies:

packages/stream_video/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1
2+
3+
* Fixed call join bug
4+
* Fixed CallKit call not ending bug
5+
* Anonymous users can no longer connect to WS
6+
* Users can no longer join a call twice
7+
18
## 0.1.0
29

310
* Aligned SDK initialization with other SDKs
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.1.0';
3+
const String streamVideoVersion = '0.1.1';

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.1.0
3+
version: 0.1.1
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.1
2+
3+
* Fixed call join bug
4+
* Fixed CallKit call not ending bug
5+
* Anonymous users can no longer connect to WS
6+
* Users can no longer join a call twice
7+
* Fixed landscape call control visibility
8+
19
## 0.1.0
210

311
* Aligned SDK initialization with other SDKs

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.1.0
44-
stream_video_flutter_background: 0.1.0
43+
stream_video_flutter: ^0.1.1
44+
stream_video_flutter_background: ^0.1.1
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.1.0
3+
version: 0.1.1
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.1.0
20-
stream_video_flutter_background: ^0.1.0
19+
stream_video: ^0.1.1
20+
stream_video_flutter_background: ^0.1.1
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.1
2+
3+
* Aligned version with other Stream Video packages
4+
15
## 0.1.0
26

37
* Aligned version with other Stream Video packages

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.1.0
3+
version: 0.1.1
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
* Aligned version with other Stream Video packages
4+
15
## 0.1.0
26

37
* Added helper class for iOS native push initialization

0 commit comments

Comments
 (0)