Skip to content

Commit 3d2e105

Browse files
committed
Release 2.0.0
1 parent a30ff67 commit 3d2e105

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
---
77

8-
## [2.0.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/2.0.0) (work-in-progress)
8+
## [2.0.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/2.0.0) (2025-05-31)
99

1010
Converted all library internal component implementation to use reactive Signal APIs.
1111

12+
Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).
13+
1214
### Added
1315
* Support for Angular 20.
1416
* Documentation on changes in Programmatic API.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ being awesome contributors to this project. **We'd like to take a moment to reco
138138
[<img src="https://github.com/jasonlundien.png?size=72" alt="jasonlundien" width="72">](https://github.com/jasonlundien)
139139
[<img src="https://github.com/FortAwesome.png?size=72" alt="Font Awesome Team" width="72">](https://github.com/orgs/FortAwesome/people)
140140
[<img src="https://github.com/pankajparkar.png?size=72" alt="pankajparkar" width="72">](https://github.com/pankajparkar)
141+
[<img src="https://github.com/medbenmakhlouf .png?size=72" alt="medbenmakhlouf " width="72">](https://github.com/medbenmakhlouf )
141142

142143
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

projects/schematics/src/ng-add/versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const angularFontawesomeVersion = '^2.0.0';
2-
export const iconPackVersion = '^6.7.1';
2+
export const iconPackVersion = '^6.7.2';
33

44
export const v5 = {
55
iconPackVersion: '^5.15.4',

0 commit comments

Comments
 (0)