Skip to content

Commit 42b1fb4

Browse files
committed
Normalize CHANGELOG
1 parent 09fe188 commit 42b1fb4

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22

33
## 12.1.3 - 2020-04-26
44

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
5+
- Fixed opacity external [#2](https://github.com/reason-react-native/svg/pull/2) by [@tienle](https://github.com/tienle)
6+
- Added `ClipPath` missing children prop [#2](https://github.com/reason-react-native/svg/pull/2) by [@tienle](https://github.com/tienle)
97

108
## 12.1.2 - 2020-04-15
119

12-
- Fix opacity & strokeOpacity
10+
- Fixed opacity & strokeOpacity
1311

1412
## 12.1.1 - 2020-04-15
1513

16-
- Fix opacity (float not size)
17-
- make children optional
18-
- remove duplicate vectorEffect value
14+
- Fixed opacity (float not size)
15+
- Make children optional
16+
- Remove duplicate `vectorEffect` value
1917

2018
## 12.1.0 - 2020-04-13
2119

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"reason-react-native": "^0.62.0"
4949
},
5050
"prettier": {
51-
"trailingComma": "all",
52-
"proseWrap": "always"
51+
"trailingComma": "all"
5352
},
5453
"lint-staged": {
5554
"*.{md,json,js,css}": [

0 commit comments

Comments
 (0)