Skip to content

Commit 039dd9f

Browse files
committed
Release 0.2.4
1 parent a2ca666 commit 039dd9f

3 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
---
88

9+
## [0.2.4](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.4) - 2020-04-27
10+
11+
### Fixed
12+
13+
- Loosen peerDependencies versions to allow newere react-native and react-native-svg packages
14+
15+
---
16+
917
## [0.2.3](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.2.3) - 2020-03-06
1018

1119
### Fixed
10.4 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/react-native-fontawesome",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Official React Native component for Font Awesome 5",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)