Skip to content

Commit c30893c

Browse files
committed
chore(version): bump to 2.0.1
1 parent f60e286 commit c30893c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.1
2122
- v2.0.0
2223
- v1.2.3
2324
- v1.2.2

CHANGELOG.md

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

4+
## [2.0.1] - 2024-07-15
5+
- Fix definition types. Thanks @Pitros. See [#77](https://github.com/apivideo/api.video-reactnative-live-stream/pull/77)
6+
- Fix NPE on audio processor. See [#82](https://github.com/apivideo/api.video-reactnative-live-stream/issues/82)
7+
- Fix crash on multiple release/configure. See [#84](https://github.com/apivideo/api.video-reactnative-live-stream/issues/84)
8+
- Android: fix startup to front camera. See [#81](https://github.com/apivideo/api.video-reactnative-live-stream/issues/81)
9+
410
## [2.0.0] - 2024-05-02
511
`LiveStreamView` has been renamed `ApiVideoLiveStreamView`
612
`LiveStreamMethods` has been renamed `ApiVideoLiveStreamMethods`

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ PODS:
949949
- React-Mapbuffer (0.73.8):
950950
- glog
951951
- React-debug
952-
- react-native-livestream (2.0.0):
952+
- react-native-livestream (2.0.1):
953953
- ApiVideoLiveStream (= 1.4.4)
954954
- glog
955955
- RCT-Folly (= 2022.05.16.00)
@@ -1370,7 +1370,7 @@ SPEC CHECKSUMS:
13701370
React-jsinspector: 1729acf5ffe2d4439d698da25fddf0c75d07d1a1
13711371
React-logger: 60afd40b183e8e6642bfd0108f1a1ad360cc665e
13721372
React-Mapbuffer: 672a9342eb75a4d0663306e94d4dfc88aee73b93
1373-
react-native-livestream: a7168b0caf29fce01d5cdc94c968124c1d3658e8
1373+
react-native-livestream: 380e7cae2194671e348a7d09f6faa7b6cb73efae
13741374
React-nativeconfig: 2e44d0d2dd222b12a5183f4bcaa4a91881497acb
13751375
React-NativeModulesApple: 8aa032fe6c92c1a3c63e4809d42816284a56a9b0
13761376
React-perflogger: f9367428cf475f4606b5965c1d5a71781bb95299

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.0",
3+
"version": "2.0.1",
44
"description": "RTMP live streaming library from api.video",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)