Skip to content

Commit

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

---

## [0.14.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.14.0) - 2023-11-08

### Added

* Support for Angular 17.
* Possibility to use all components as standalone.

### Changed

* Examples to use standalone components instead of modules.

### Removed

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

## [0.13.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.13.0) - 2023-05-04

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.11.x|14.x|5.x && 6.x|supported|
|0.12.x|15.x|5.x && 6.x|supported|
|0.13.x|16.x|5.x && 6.x|supported|
|0.14.x|17.x|5.x && 6.x|supported|

## Usage

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.13.0",
"version": "0.14.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.13.0';
export const iconPackVersion = '^6.4.0';
export const angularFontawesomeVersion = '~0.14.0';
export const iconPackVersion = '^6.4.2';

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

0 comments on commit a20496d

Please sign in to comment.