Skip to content

Commit 78bab5c

Browse files
committed
chore(version): bump to 2.0.2
1 parent a22f9a6 commit 78bab5c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ body:
1818
label: Version
1919
description: What version are you using?
2020
options:
21+
- v2.0.2
2122
- v2.0.1
2223
- v2.0.0
2324
- v1.2.3

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [2.0.2] - 2025-01-29
5+
- Upgrade to React Native 0.76
6+
- Android: fix crash on lifecycle scope. See [#91](https://github.com/apivideo/api.video-reactnative-live-stream/issues/91)
7+
- iOS: fix `isMuted` state. See [#95](https://github.com/apivideo/api.video-reactnative-live-stream/issues/95)
8+
49
## [2.0.1] - 2024-07-15
510
- Fix definition types. Thanks @Pitros. See [#77](https://github.com/apivideo/api.video-reactnative-live-stream/pull/77)
611
- Fix NPE on audio processor. See [#82](https://github.com/apivideo/api.video-reactnative-live-stream/issues/82)

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ PODS:
12471247
- ReactCommon/turbomodule/bridging
12481248
- ReactCommon/turbomodule/core
12491249
- Yoga
1250-
- react-native-livestream (2.0.1):
1250+
- react-native-livestream (2.0.2):
12511251
- ApiVideoLiveStream (= 1.4.6)
12521252
- DoubleConversion
12531253
- glog
@@ -1808,7 +1808,7 @@ SPEC CHECKSUMS:
18081808
React-logger: 7b5b458327a1ff0d7e5a349430d1ed133dcebaa3
18091809
React-Mapbuffer: 0d88ad9afa9e195dd7634424bde1d38e4129e646
18101810
React-microtasksnativemodule: 17234f35d37e6ed388e18a6314210b3b9e051219
1811-
react-native-livestream: 2529f8d209491541a1d6eb9b014b1258b060ff89
1811+
react-native-livestream: 2c0657aa80ff4ce6c7c390763b6af29bc3d6cca5
18121812
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
18131813
React-NativeModulesApple: a4457b73e63e983db66d66612160006bccb00ad5
18141814
React-perflogger: 3140b7778984a486db80d4d2aeaa266cae4eb8c7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api.video/react-native-livestream",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "RTMP live streaming library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)