File tree 3 files changed +9
-2
lines changed
projects/schematics/src/ng-add
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
5
6
6
---
7
7
8
+ ## [ 0.10.1] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.1 ) - 2021-11-13
9
+
10
+ ### Added
11
+
12
+ * Official support for Font Awesome 6 Beta.
13
+ * Support for icon aliases introduced in Font Awesome 6 Beta.
14
+
8
15
## [ 0.10.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.0 ) - 2021-11-03
9
16
10
17
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
"$schema" : " ./node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " @fortawesome/angular-fontawesome" ,
4
- "version" : " 0.10.0 " ,
4
+ "version" : " 0.10.1 " ,
5
5
"description" : " Angular Fontawesome, an Angular library" ,
6
6
"scripts" : {
7
7
"test" : " ng test angular-fontawesome --watch=false --browsers=ChromeCI" ,
Original file line number Diff line number Diff line change 1
1
export const svgCoreVersion = '~1.2.36' ;
2
- export const angularFontawesomeVersion = '~0.10.0 ' ;
2
+ export const angularFontawesomeVersion = '~0.10.1 ' ;
3
3
export const iconPackVersion = '^5.15.4' ;
You can’t perform that action at this time.
0 commit comments