Skip to content

Commit

Permalink
chore(version) bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainPetit1 authored and ThibaultBee committed Nov 5, 2024
1 parent 1c18dde commit 7e61c8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All changes to this project will be documented in this file.

## [1.3.0] - 2024-11-05
- Upgrade to RN 0.76
- Fix types definition path
- Fix publishedAt type in Video class
- Improve Video class members nullability
- Add Video class new members: language, discardedAt,...

## [1.2.0] - 2024-04-03
- Add support of progressive uploads

Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-video-uploader (1.2.0):
- react-native-video-uploader (1.3.0):
- ApiVideoUploader (= 1.2.5)
- DoubleConversion
- glog
Expand Down Expand Up @@ -1834,7 +1834,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: 02d218c79c72d373a92a8552183f4ead0d1c6e05
react-native-blob-util: e6a3b23a99ac2c3d9fa48722db049a1e1808efc2
react-native-image-picker: ba5067f7d833b9081102c0a33dd0188eb21d92dc
react-native-video-uploader: db068fc1236f96038f3eaeccb8c9ef8546947c14
react-native-video-uploader: 88bf20b16fa90c96b5b565b413307f60e8c3aba0
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
React-NativeModulesApple: b3e076fd0d7b73417fe1e8c8b26e3c57ae9b74aa
React-perflogger: 1c55bcd3c392137cbaf0d21d8bb87ce9a0cebb15
Expand Down Expand Up @@ -1863,7 +1863,7 @@ SPEC CHECKSUMS:
ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 157bed1c62656587df4639d4dc29714898f8fb10
Yoga: db69236006b8b1c6d55ab453390c882306cbf219

PODFILE CHECKSUM: 1db1bb5b37b884512b54b2c75095b3e51c78e6ad

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-video-uploader",
"version": "1.2.0",
"version": "1.3.0",
"description": "The official React Native video uploader for api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 7e61c8d

Please sign in to comment.