Skip to content

Commit 56bda55

Browse files
committed
Release 0.3.1
1 parent ea7551d commit 56bda55

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
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.3.1](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.3.1) - 2024-05-16
10+
11+
### Changed
12+
13+
- Removed defaultProps to make things compatible with React 19
14+
15+
---
16+
917
## [0.3.0](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.3.0) - 2022-06-07
1018

1119
**This release has a couple of breaking changes.**

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Community:
4040
| Jeremey | [@puremana](https://github.com/puremana) |
4141
| Michael Schonfeld | [@schonfeld](https://github.com/schonfeld) |
4242
| Ádám Gólya | [@golya](https://github.com/golya) |
43+
| Greg Marut | [@gregmarut](https://github.com/gregmarut) |
4344
| Font Awesome Team | [@FortAwesome](https://github.com/orgs/FortAwesome/people)|

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/react-native-fontawesome",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Official React Native component for Font Awesome",
55
"main": "index.js",
66
"scripts": {
@@ -26,7 +26,8 @@
2626
"Michael Schonfeld <github.com/schonfeld>",
2727
"Ádám Gólya <github.com/golya>",
2828
"Edward Emanuel <github.com/ej2>",
29-
"Jason Lundien <github.com/jasonlundien>"
29+
"Jason Lundien <github.com/jasonlundien>",
30+
"Greg Marut <github.com/gregmarut>"
3031
],
3132
"license": "MIT",
3233
"peerDependencies": {

0 commit comments

Comments
 (0)