Skip to content

Commit 8027824

Browse files
RomainPetit1ThibaultBee
authored andcommitted
chore(version) bump to 1.3.0
1 parent 0669f09 commit 8027824

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

4+
## [1.3.0] - 2024-11-05
5+
- Upgrade to RN 0.76
6+
- Fix types definition path
7+
- Fix publishedAt type in Video class
8+
- Improve Video class members nullability
9+
- Add Video class new members: language, discardedAt,...
10+
411
## [1.2.0] - 2024-04-03
512
- Add support of progressive uploads
613

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ PODS:
12891289
- ReactCommon/turbomodule/bridging
12901290
- ReactCommon/turbomodule/core
12911291
- Yoga
1292-
- react-native-video-uploader (1.2.0):
1292+
- react-native-video-uploader (1.3.0):
12931293
- ApiVideoUploader (= 1.2.5)
12941294
- DoubleConversion
12951295
- glog
@@ -1834,7 +1834,7 @@ SPEC CHECKSUMS:
18341834
React-microtasksnativemodule: 02d218c79c72d373a92a8552183f4ead0d1c6e05
18351835
react-native-blob-util: e6a3b23a99ac2c3d9fa48722db049a1e1808efc2
18361836
react-native-image-picker: ba5067f7d833b9081102c0a33dd0188eb21d92dc
1837-
react-native-video-uploader: db068fc1236f96038f3eaeccb8c9ef8546947c14
1837+
react-native-video-uploader: 88bf20b16fa90c96b5b565b413307f60e8c3aba0
18381838
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
18391839
React-NativeModulesApple: b3e076fd0d7b73417fe1e8c8b26e3c57ae9b74aa
18401840
React-perflogger: 1c55bcd3c392137cbaf0d21d8bb87ce9a0cebb15
@@ -1863,7 +1863,7 @@ SPEC CHECKSUMS:
18631863
ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d
18641864
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
18651865
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
1866-
Yoga: 157bed1c62656587df4639d4dc29714898f8fb10
1866+
Yoga: db69236006b8b1c6d55ab453390c882306cbf219
18671867

18681868
PODFILE CHECKSUM: 1db1bb5b37b884512b54b2c75095b3e51c78e6ad
18691869

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

0 commit comments

Comments
 (0)