Skip to content

Commit

Permalink
chore(version): bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed May 2, 2024
1 parent 229050a commit 8277265
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All changes to this project will be documented in this file.

## [2.0.0] - 2024-05-02
`LiveStreamView` has been renamed `ApiVideoLiveStreamView`
`LiveStreamMethods` has been renamed `ApiVideoLiveStreamMethods`
`LiveStreamProps` has been renamed `ApiVideoLiveStreamProps`

- Upgrade React Native to 0.73
- Add support for new React Native architecture
- Android: fix preview size
- Android: improve how timestamp are handled. It improves the compatibility with few servers.

## [1.2.4] - 2023-03-27
- Android: call `onConnectionFailed` when `connectStream` failed to be sent
- iOS: add `audiosamplerate` in `onMetadata` (see [#51](https://github.com/apivideo/api.video-reactnative-live-stream/issues/51))
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ PODS:
- React-Mapbuffer (0.73.6):
- glog
- React-debug
- react-native-livestream (1.3.0):
- react-native-livestream (2.0.0):
- ApiVideoLiveStream (= 1.4.1)
- glog
- RCT-Folly (= 2022.05.16.00)
Expand Down Expand Up @@ -1370,7 +1370,7 @@ SPEC CHECKSUMS:
React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
react-native-livestream: cd39763b74f1c73e494cbafcb1fc250879ae2302
react-native-livestream: 9765b4d740223757382faba42e88da00aa832254
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2
Expand All @@ -1397,4 +1397,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 255a48dda5c07f719673c67a94d628fe06cf6c60

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
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": "1.3.0",
"version": "2.0.0",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8277265

Please sign in to comment.