Skip to content

Commit

Permalink
Bump version number, add changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Dec 4, 2022
1 parent 3263960 commit 3716b88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -43,4 +43,4 @@ flutter:
# - family: FontAwesomeThin
# fonts:
# - asset: lib/fonts/fa-thin-100.ttf
# weight: 100
# weight: 100

0 comments on commit 3716b88

Please sign in to comment.