Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Jun 3, 2022
1 parent c33f197 commit bee067e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.11.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.11.0) - 2022-06-03

### Added

* Support for Angular 14.

### Removed

* Angular 13.x is no longer supported. If you are using this version, please, stick with version 0.10.2.

## [0.10.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.2) - 2022-03-20

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.8.x|11.x|5.x|supported|
|0.9.x|12.x|5.x|supported|
|0.10.x|13.x|5.x && 6.x|supported|
|0.11.x|14.x|5.x && 6.x|supported|

## Usage
To get up and running using Font Awesome with Angular follow below steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fortawesome/angular-fontawesome",
"version": "0.10.2",
"version": "0.11.0",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
4 changes: 2 additions & 2 deletions projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const angularFontawesomeVersion = '~0.10.2';
export const iconPackVersion = '^6.1.0';
export const angularFontawesomeVersion = '~0.11.0';
export const iconPackVersion = '^6.1.1';

export const v5 = {
svgCoreVersion: '~1.2.36',
Expand Down

0 comments on commit bee067e

Please sign in to comment.