Skip to content

Commit bee067e

Browse files
committed
Release 0.11.0
1 parent c33f197 commit bee067e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
---
77

8+
## [0.11.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.0) - 2022-06-03
9+
10+
### Added
11+
12+
* Support for Angular 14.
13+
14+
### Removed
15+
16+
* Angular 13.x is no longer supported. If you are using this version, please, stick with version 0.10.2.
17+
818
## [0.10.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.2) - 2022-03-20
919

1020
### Added

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
4848
|0.8.x|11.x|5.x|supported|
4949
|0.9.x|12.x|5.x|supported|
5050
|0.10.x|13.x|5.x && 6.x|supported|
51+
|0.11.x|14.x|5.x && 6.x|supported|
5152

5253
## Usage
5354
To get up and running using Font Awesome with Angular follow below steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/angular-fontawesome",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Angular Fontawesome, an Angular library",
55
"scripts": {
66
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export const angularFontawesomeVersion = '~0.10.2';
2-
export const iconPackVersion = '^6.1.0';
1+
export const angularFontawesomeVersion = '~0.11.0';
2+
export const iconPackVersion = '^6.1.1';
33

44
export const v5 = {
55
svgCoreVersion: '~1.2.36',

0 commit comments

Comments
 (0)