Skip to content

Commit

Permalink
Merge pull request #58 from Vin-Xi/main
Browse files Browse the repository at this point in the history
Bump react-native-svg from 12.1 to 13.1
  • Loading branch information
ftzi authored Sep 26, 2022
2 parents f7d4cf4 + 059231d commit c7dbd4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 7.0.6 - 2022-09-26
* Add react-native-svg v13 support. [#58](https://github.com/SrBrahma/react-native-shadow-2/pull/58). Thanks, [@Vin-Xi](https://github.com/Vin-Xi)!

### 7.0.5 - 2022-08-15
* Fixed inner circle of corners being black. [#56 (comment)](https://github.com/SrBrahma/react-native-shadow-2/issues/56#issuecomment-1214805252).
* Fixed the outer part of corners not being cropped. [#56 (comment)](https://github.com/SrBrahma/react-native-shadow-2/issues/56#issuecomment-1214805252). Thanks once again, [alexco2](https://github.com/alexco2)!
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shadow-2",
"version": "7.0.5",
"version": "7.0.6",
"description": "Cross-platform shadow for React Native. Improved version of the abandoned react-native-shadow package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,12 +53,12 @@
"eslint-config-gev": "^2.36.2",
"react": "*",
"react-native": "*",
"react-native-svg": "^12.1.0",
"react-native-svg": ">=12.1.0",
"rimraf": "^3.0.0",
"typescript": "^4.0.0"
},
"peerDependencies": {
"react-native": "*",
"react-native-svg": "^12.1.0"
"react-native-svg": ">=12.1.0"
}
}

0 comments on commit c7dbd4d

Please sign in to comment.