Skip to content

Commit 89353c8

Browse files
committed
4.0.6
1 parent b69604f commit 89353c8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog of `react-from-svg`
22

3+
## 4.0.6 - 2020-08-08
4+
5+
- `--with-native-for-reason`: Fixed unwanted props transformation (eg: opacity) [b69604f](https://github.com/MoOx/react-from-svg/commit/b69604f) by [@MoOx](https://github.com/MoOx)
6+
37
## 4.0.5 - 2020-08-08
48

5-
- `--with-native-for-reason`: Fix untransformed `offset` prop for `Stop` component [cdcbf0e](https://github.com/MoOx/react-from-svg/commit/cdcbf0e) by [@Naturalclar](https://github.com/Naturalclar)
9+
- `--with-native-for-reason`: Fixed untransformed `offset` prop for `Stop` component [cdcbf0e](https://github.com/MoOx/react-from-svg/commit/cdcbf0e) by [@MoOx](https://github.com/MoOx)
610

711
## 4.0.4 - 2020-07-15
812

package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-from-svg",
33
"description": "Transform SVG files into React components, Native and/or Web, JavaScript and ReasonML. Without shitload of dependencies.",
4-
"version": "4.0.5",
4+
"version": "4.0.6",
55
"license": "MIT",
66
"repository": "https://github.com/MoOx/react-from-svg",
77
"keywords": [
@@ -22,13 +22,8 @@
2222
"react-from-svg": "./bin.js"
2323
},
2424
"files": [
25-
"*",
26-
"!.github",
27-
"!.DS_Store",
28-
"!**/*.bs.js",
29-
"!.merlin",
30-
"!lib/bs",
31-
"!lib/ocaml"
25+
"dist",
26+
"bin.js"
3227
],
3328
"scripts": {
3429
"re:clean": "bsb -clean-world",

0 commit comments

Comments
 (0)