Skip to content

Commit 3716b88

Browse files
committed
Bump version number, add changelog item
1 parent 3263960 commit 3716b88

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.3.0
2+
* Upgrade to Font Awesome 6.2.1
3+
* Fix #227: fix deprecated isAlwaysShown property
4+
15
## 10.2.1
26
* Update font awesome version in readme
37

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
[![Pub](https://img.shields.io/pub/v/font_awesome_flutter.svg)](https://pub.dartlang.org/packages/font_awesome_flutter)
66

7-
The *free* [Font Awesome](https://fontawesome.com/icons) Icon pack available as set of Flutter Icons - based on font awesome version 6.2.0.
7+
The *free* [Font Awesome](https://fontawesome.com/icons) Icon pack available
8+
as set of Flutter Icons - based on font awesome version 6.2.1.
89

910
This icon pack includes only the *free* icons offered by Font Awesome out-of-the-box.
1011
If you have purchased the pro icons and want to enable support for them, please see the instructions below.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: The Font Awesome Icon pack available as Flutter Icons. Provides 160
33
maintainer: Michael Spiss (@michaelspiss)
44
repository: https://github.com/fluttercommunity/font_awesome_flutter
55
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
6-
version: 10.2.1
6+
version: 10.3.0
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"
@@ -43,4 +43,4 @@ flutter:
4343
# - family: FontAwesomeThin
4444
# fonts:
4545
# - asset: lib/fonts/fa-thin-100.ttf
46-
# weight: 100
46+
# weight: 100

0 commit comments

Comments
 (0)