Skip to content

Commit

Permalink
4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Aug 8, 2020
1 parent b69604f commit 89353c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog of `react-from-svg`

## 4.0.6 - 2020-08-08

- `--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)

## 4.0.5 - 2020-08-08

- `--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)
- `--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)

## 4.0.4 - 2020-07-15

Expand Down
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-from-svg",
"description": "Transform SVG files into React components, Native and/or Web, JavaScript and ReasonML. Without shitload of dependencies.",
"version": "4.0.5",
"version": "4.0.6",
"license": "MIT",
"repository": "https://github.com/MoOx/react-from-svg",
"keywords": [
Expand All @@ -22,13 +22,8 @@
"react-from-svg": "./bin.js"
},
"files": [
"*",
"!.github",
"!.DS_Store",
"!**/*.bs.js",
"!.merlin",
"!lib/bs",
"!lib/ocaml"
"dist",
"bin.js"
],
"scripts": {
"re:clean": "bsb -clean-world",
Expand Down

0 comments on commit 89353c8

Please sign in to comment.