File tree 3 files changed +9
-3
lines changed
projects/schematics/src/ng-add
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
5
5
6
6
---
7
7
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
+
8
14
## [ 0.12.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.0 ) - 2022-11-18
9
15
10
16
Make 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 1
1
{
2
2
"name" : " @fortawesome/angular-fontawesome" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " Angular Fontawesome, an Angular library" ,
5
5
"scripts" : {
6
6
"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 ' ;
3
3
4
4
export const v5 = {
5
5
svgCoreVersion : '~1.2.36' ,
You can’t perform that action at this time.
0 commit comments