We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03880aa commit 7977d97Copy full SHA for 7977d97
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog of `@reason-react-native/svg`
2
3
+## 12.1.3 - 2020-04-26
4
+
5
+- Fix opacity external [#2](https://github.com/reason-react-native/svg/pull/2)
6
+ by @tienle
7
+- Add ClipPath missing children prop
8
+ [#2](https://github.com/reason-react-native/svg/pull/2) by @tienle
9
10
## 12.1.2 - 2020-04-15
11
12
- Fix opacity & strokeOpacity
package.json
@@ -1,6 +1,6 @@
{
"name": "@reason-react-native/svg",
- "version": "12.1.2",
+ "version": "12.1.3",
"publishConfig": {
"access": "public"
},
0 commit comments