From ff8a2bebdab461c6a03d64329fa2b999a40bd7b6 Mon Sep 17 00:00:00 2001 From: Romain Petit Date: Tue, 5 Nov 2024 11:17:21 +0100 Subject: [PATCH] chore(version) bump to 1.3.0 --- CHANGELOG.md | 5 +++++ example/ios/Podfile.lock | 6 +++--- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9897ba..7dadd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All changes to this project will be documented in this file. +## [1.3.0] - 2024-11-05 +- 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 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index fd0f53a..137820f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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 @@ -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 @@ -1863,7 +1863,7 @@ SPEC CHECKSUMS: ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - Yoga: 157bed1c62656587df4639d4dc29714898f8fb10 + Yoga: db69236006b8b1c6d55ab453390c882306cbf219 PODFILE CHECKSUM: 1db1bb5b37b884512b54b2c75095b3e51c78e6ad diff --git a/package.json b/package.json index 4e0608e..d1b37ed 100644 --- a/package.json +++ b/package.json @@ -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",