Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed May 16, 2024
1 parent ea7551d commit 56bda55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.3.1](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.3.1) - 2024-05-16

### Changed

- Removed defaultProps to make things compatible with React 19

---

## [0.3.0](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.3.0) - 2022-06-07

**This release has a couple of breaking changes.**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Community:
| Jeremey | [@puremana](https://github.com/puremana) |
| Michael Schonfeld | [@schonfeld](https://github.com/schonfeld) |
| Ádám Gólya | [@golya](https://github.com/golya) |
| Greg Marut | [@gregmarut](https://github.com/gregmarut) |
| Font Awesome Team | [@FortAwesome](https://github.com/orgs/FortAwesome/people)|
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/react-native-fontawesome",
"version": "0.3.0",
"version": "0.3.1",
"description": "Official React Native component for Font Awesome",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,8 @@
"Michael Schonfeld <github.com/schonfeld>",
"Ádám Gólya <github.com/golya>",
"Edward Emanuel <github.com/ej2>",
"Jason Lundien <github.com/jasonlundien>"
"Jason Lundien <github.com/jasonlundien>",
"Greg Marut <github.com/gregmarut>"
],
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 56bda55

Please sign in to comment.