From 56bda5558560d93614628962ad8e0b029bbbe8b1 Mon Sep 17 00:00:00 2001 From: robmadole Date: Thu, 16 May 2024 13:41:47 -0500 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + package-lock.json | 5 ++--- package.json | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d20d76..067d39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.** diff --git a/README.md b/README.md index efebb0b..0b10e25 100644 --- a/README.md +++ b/README.md @@ -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)| diff --git a/package-lock.json b/package-lock.json index bba8577..75fd825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,9 +37,8 @@ }, "peerDependencies": { "@fortawesome/fontawesome-svg-core": "~1 || ~6", - "react": ">= 17.x", - "react-native": "> 0.68.0", - "react-native-svg": "> 7.0" + "react-native": ">= 0.67", + "react-native-svg": ">= 11.x" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index f1a3f41..bca5971 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -26,7 +26,8 @@ "Michael Schonfeld ", "Ádám Gólya ", "Edward Emanuel ", - "Jason Lundien " + "Jason Lundien ", + "Greg Marut " ], "license": "MIT", "peerDependencies": {