Skip to content

Commit

Permalink
Add version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Nähler committed Dec 19, 2019
1 parent 536decc commit 9e9c263
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

# OSX
#
.DS_Store

# node.js
#
node_modules/
npm-debug.log
yarn-error.log


# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

Pods

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# BUCK
buck-out/
\.buckd/
*.keystore

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.1]

### Fixed
* Package size is to big
* "tools: replace" attribute that is linked to the "provider" element type is not bound.

## [2.0.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="ly.img.react_native.vesdk">
<application
android:largeHeap="true">
<application>
<provider
tools:replace="android:enabled"
android:authorities="${applicationId}.IMGLYAutoInit"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-videoeditorsdk",
"title": "React Native module for VideoEditor SDK",
"version": "2.0.0",
"version": "2.0.1",
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 9e9c263

Please sign in to comment.