Skip to content

Commit

Permalink
chore(version): bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 29, 2025
1 parent a22f9a6 commit b38e109
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body:
label: Version
description: What version are you using?
options:
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.3
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All changes to this project will be documented in this file.

## [2.0.2] - 2025-01-29
- Upgrade to React Native 0.76
- Android: fix crash on lifecycle scope. See[#91](https://github.com/apivideo/api.video-reactnative-live-stream/issues/91)
- iOS: fix `isMuted` state. See [#95](https://github.com/apivideo/api.video-reactnative-live-stream/issues/95)

## [2.0.1] - 2024-07-15
- Fix definition types. Thanks @Pitros. See [#77](https://github.com/apivideo/api.video-reactnative-live-stream/pull/77)
- Fix NPE on audio processor. See [#82](https://github.com/apivideo/api.video-reactnative-live-stream/issues/82)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-livestream (2.0.1):
- react-native-livestream (2.0.2):
- ApiVideoLiveStream (= 1.4.6)
- DoubleConversion
- glog
Expand Down Expand Up @@ -1808,7 +1808,7 @@ SPEC CHECKSUMS:
React-logger: 7b5b458327a1ff0d7e5a349430d1ed133dcebaa3
React-Mapbuffer: 0d88ad9afa9e195dd7634424bde1d38e4129e646
React-microtasksnativemodule: 17234f35d37e6ed388e18a6314210b3b9e051219
react-native-livestream: 2529f8d209491541a1d6eb9b014b1258b060ff89
react-native-livestream: 2c0657aa80ff4ce6c7c390763b6af29bc3d6cca5
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
React-NativeModulesApple: a4457b73e63e983db66d66612160006bccb00ad5
React-perflogger: 3140b7778984a486db80d4d2aeaa266cae4eb8c7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api.video/react-native-livestream",
"version": "2.0.1",
"version": "2.0.2",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b38e109

Please sign in to comment.