From 3716b88f0ce5f1285a8b86ea14901d3929ae87da Mon Sep 17 00:00:00 2001 From: Michael Spiss Date: Sun, 4 Dec 2022 14:23:36 +0100 Subject: [PATCH] Bump version number, add changelog item --- CHANGELOG.md | 4 ++++ README.md | 3 ++- pubspec.yaml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587c331..1f0420c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.3.0 +* Upgrade to Font Awesome 6.2.1 +* Fix #227: fix deprecated isAlwaysShown property + ## 10.2.1 * Update font awesome version in readme diff --git a/README.md b/README.md index 7060ed2..5060f95 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ [![Pub](https://img.shields.io/pub/v/font_awesome_flutter.svg)](https://pub.dartlang.org/packages/font_awesome_flutter) -The *free* [Font Awesome](https://fontawesome.com/icons) Icon pack available as set of Flutter Icons - based on font awesome version 6.2.0. +The *free* [Font Awesome](https://fontawesome.com/icons) Icon pack available +as set of Flutter Icons - based on font awesome version 6.2.1. This icon pack includes only the *free* icons offered by Font Awesome out-of-the-box. If you have purchased the pro icons and want to enable support for them, please see the instructions below. diff --git a/pubspec.yaml b/pubspec.yaml index 271d5e1..acf9683 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: The Font Awesome Icon pack available as Flutter Icons. Provides 160 maintainer: Michael Spiss (@michaelspiss) repository: https://github.com/fluttercommunity/font_awesome_flutter issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues -version: 10.2.1 +version: 10.3.0 environment: sdk: ">=2.12.0 <3.0.0" @@ -43,4 +43,4 @@ flutter: # - family: FontAwesomeThin # fonts: # - asset: lib/fonts/fa-thin-100.ttf -# weight: 100 \ No newline at end of file +# weight: 100