Skip to content

Commit

Permalink
chore(version): bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 23, 2023
1 parent 4a4a7b4 commit d79f054
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [1.2.3] - 2023-01-23
- iOS: fix the orientation of the device

## [1.2.2] - 2023-01-11
- Add a `gopDuration` API for the `video` object. Default value is 1.0 s. (see [#42](https://github.com/apivideo/api.video-reactnative-live-stream/issues/42))
- Android: fix audio and video packets order (see [#46](https://github.com/apivideo/api.video-reactnative-live-stream/issues/46))
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ PODS:
- React-jsinspector (0.69.1)
- React-logger (0.69.1):
- glog
- react-native-live-stream (1.2.2):
- react-native-live-stream (1.2.3):
- ApiVideoLiveStream (= 1.3.3)
- React-Core
- React-perflogger (0.69.1)
Expand Down Expand Up @@ -552,7 +552,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-live-stream: 6013995cf70c73c04429a930e5b15c1b0b6dda26
react-native-live-stream: 411a7eece88239bd10c0cb8e514336d911e1e05c
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
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": "1.2.2",
"version": "1.2.3",
"description": "RTMP live streaming library from api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit d79f054

Please sign in to comment.