Skip to content

Commit

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

## [0.2.1] - 2022-01-21
- Remove jcenter as a dependency repository
- Update dependencies (react-native)

## [0.2.0] - 2022-01-12
- Rename package to `@api.video/react-native-video-uploader`
- Add `upload` by videoId
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ PODS:
- React-Core
- react-native-image-picker (4.0.6):
- React-Core
- react-native-video-uploader (0.2.0):
- react-native-video-uploader (0.2.1):
- ApiVideoUploader (= 0.1.2)
- React-Core
- React-perflogger (0.66.4)
Expand Down Expand Up @@ -538,7 +538,7 @@ SPEC CHECKSUMS:
React-logger: 933f80c97c633ee8965d609876848148e3fef438
react-native-blob-util: 600972b1782380a5a7d5db61a3817ea32349dae9
react-native-image-picker: a6e56460d34905c849ada551db30897dc7f3d535
react-native-video-uploader: a7279bdc1be5b867dbd82d93224a5578f3619caa
react-native-video-uploader: d5f3510ec4096d8c23412a45dd8658b947e0ec03
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
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": "0.2.0",
"version": "0.2.1",
"description": "The official React Native video uploader for api.video",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 969d612

Please sign in to comment.