semantic-release-bot
2019-09-27 13:45:39 +03:00
parent 8bb5b22de9
commit e91b40677a
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## [9.9.6](https://github.com/react-native-community/react-native-svg/compare/v9.9.5...v9.9.6) (2019-09-27)
### Bug Fixes
* **ios:** animation of clipPath contents, fixes [#1119](https://github.com/react-native-community/react-native-svg/issues/1119) ([8bb5b22](https://github.com/react-native-community/react-native-svg/commit/8bb5b22))
* handling of focusable, fixes [#1117](https://github.com/react-native-community/react-native-svg/issues/1117) ([bd7e492](https://github.com/react-native-community/react-native-svg/commit/bd7e492))
## [9.9.5](https://github.com/react-native-community/react-native-svg/compare/v9.9.4...v9.9.5) (2019-09-25)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native-svg",
"version": "9.9.5",
"version": "9.9.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "9.9.5",
"version": "9.9.6",
"name": "react-native-svg",
"description": "SVG library for react-native",
"homepage": "https://github.com/react-native-community/react-native-svg",