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 c97cbae commit 11e3053Copy full SHA for 11e3053
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.20.0
2
+
3
+- Updated: `@svgr/core` dependency to v6.1.2.
4
+- Updated: `@svgr/plugin-svgo` dependency to v6.1.2.
5
6
## v0.14.3
7
8
- Fixed: SVGO was changing colors to shorthand format, which caused SVGR attribute replacement with colors not to work correctly.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-svg-transformer",
- "version": "0.14.3",
+ "version": "0.20.0",
"description": "SVG transformer for react-native",
"main": "index.js",
"repository": "https://github.com/kristerkari/react-native-svg-transformer",
0 commit comments