Skip to content

Commit 969d612

Browse files
author
ThibaultBee
committed
chore(version): bump to 0.2.1
1 parent 928d2e0 commit 969d612

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

4+
## [0.2.1] - 2022-01-21
5+
- Remove jcenter as a dependency repository
6+
- Update dependencies (react-native)
7+
48
## [0.2.0] - 2022-01-12
59
- Rename package to `@api.video/react-native-video-uploader`
610
- Add `upload` by videoId

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ PODS:
282282
- React-Core
283283
- react-native-image-picker (4.0.6):
284284
- React-Core
285-
- react-native-video-uploader (0.2.0):
285+
- react-native-video-uploader (0.2.1):
286286
- ApiVideoUploader (= 0.1.2)
287287
- React-Core
288288
- React-perflogger (0.66.4)
@@ -538,7 +538,7 @@ SPEC CHECKSUMS:
538538
React-logger: 933f80c97c633ee8965d609876848148e3fef438
539539
react-native-blob-util: 600972b1782380a5a7d5db61a3817ea32349dae9
540540
react-native-image-picker: a6e56460d34905c849ada551db30897dc7f3d535
541-
react-native-video-uploader: a7279bdc1be5b867dbd82d93224a5578f3619caa
541+
react-native-video-uploader: d5f3510ec4096d8c23412a45dd8658b947e0ec03
542542
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
543543
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
544544
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13

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": "0.2.0",
3+
"version": "0.2.1",
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)