Skip to content

Commit 23fd88b

Browse files
committed
Add changelog items, bump version number
1 parent 34f2578 commit 23fd88b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 10.5.0
2+
* Fix #244 - dynamic icon retrieval requires regular font
3+
* BREAKING: getIconFromCss now returns null if no matching icon is found
4+
* Upgrade to Font Awesome 6.4.0
5+
16
## 10.4.0
27
* Upgrade to Font Awesome 6.3.0
38
* Fix: doc misspells function - thanks @ulrikkold !

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.4.0
6+
version: 10.5.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)