Bump version to 5.3.0 for RN 0.46, update peerDependency range for RN

This commit is contained in:
James Ide
2017-07-07 20:33:50 -07:00
parent b7d6f5c64c
commit 2ce6dfbd0d
2 changed files with 4 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
- react-native-svg >= 4.5.0 only supports react-native >= 0.40.0 and react >= 15.4.0 - react-native-svg >= 4.5.0 only supports react-native >= 0.40.0 and react >= 15.4.0
- react-native-svg >= 5.1.8 only supports react-native >= 0.44.0 and react == 16.0.0-alpha.6 - react-native-svg >= 5.1.8 only supports react-native >= 0.44.0 and react == 16.0.0-alpha.6
- react-native-svg >= 5.2.0 only supports react-native >= 0.45.0 and react == 16.0.0-alpha.12 - react-native-svg >= 5.2.0 only supports react-native >= 0.45.0 and react == 16.0.0-alpha.12
- react-native-svg >= 5.3.0 only supports react-native >= 0.46.0 and react == 16.0.0-alpha.12
2. Link native code 2. Link native code

View File

@@ -1,5 +1,5 @@
{ {
"version": "5.2.0", "version": "5.3.0",
"name": "react-native-svg", "name": "react-native-svg",
"description": "SVG library for react-native", "description": "SVG library for react-native",
"repository": { "repository": {
@@ -22,7 +22,7 @@
"lint": "eslint ./" "lint": "eslint ./"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.45.0", "react-native": ">=0.46.0",
"react": "16.0.0-alpha.12", "react": "16.0.0-alpha.12",
"prop-types": "^15.5.8" "prop-types": "^15.5.8"
}, },
@@ -34,7 +34,7 @@
"babel-eslint": "^6.1.2", "babel-eslint": "^6.1.2",
"eslint": "^2.13.1", "eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0", "eslint-plugin-react": "^4.3.0",
"react-native": "0.46.0-rc.2" "react-native": "^0.46.0"
}, },
"nativePackage": true "nativePackage": true
} }