Skip to content

Commit 44ea1db

Browse files
committed
Add changelog item, bump version number
1 parent c116c54 commit 44ea1db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.4.0
2+
* Upgrade to Font Awesome 6.3.0
3+
* Fix: doc misspells function - thanks @ulrikkold !
4+
15
## 10.3.0
26
* Upgrade to Font Awesome 6.2.1
37
* Fix #227: fix deprecated isAlwaysShown property

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.3.0
6+
version: 10.4.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)