File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
projects/schematics/src/ng-add Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66---
77
8+ ## [ 0.12.1] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.1 ) - 2023-01-09
9+
10+ ### Added
11+
12+ * Support for all animations from Font Awesome 6. See [ Animating icons] ( https://fontawesome.com/docs/web/style/animate ) .
13+
814## [ 0.12.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.0 ) - 2022-11-18
915
1016Make sure to check [ upgrade instructions] ( https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " @fortawesome/angular-fontawesome" ,
3- "version" : " 0.12.0 " ,
3+ "version" : " 0.12.1 " ,
44 "description" : " Angular Fontawesome, an Angular library" ,
55 "scripts" : {
66 "test" : " ng test angular-fontawesome --watch=false --browsers=ChromeCI" ,
Original file line number Diff line number Diff line change 1- export const angularFontawesomeVersion = '~0.12.0 ' ;
2- export const iconPackVersion = '^6.2.0 ' ;
1+ export const angularFontawesomeVersion = '~0.12.1 ' ;
2+ export const iconPackVersion = '^6.2.1 ' ;
33
44export const v5 = {
55 svgCoreVersion : '~1.2.36' ,
You can’t perform that action at this time.
0 commit comments