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 de4fdbb commit 8205b23Copy full SHA for 8205b23
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog of `@reason-react-native/svg`
2
3
+## 12.1.1 - 2020-04-15
4
+
5
+- Fix opacity (float not size)
6
+- make children optional
7
+- remove duplicate vectorEffect value
8
9
## 12.1.0 - 2020-04-13
10
11
Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "@reason-react-native/svg",
- "version": "12.1.0",
+ "version": "12.1.1",
"publishConfig": {
"access": "public"
},
0 commit comments