Skip to content

Commit 83fbc1e

Browse files
committed
Release 0.13.0
1 parent 8820f41 commit 83fbc1e

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.13.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.13.0) - 2023-05-04
9+
10+
### Added
11+
12+
* Support for Angular 16.
13+
14+
### Removed
15+
16+
* Angular 15.x is no longer supported. If you are using this version, please, stick with version 0.12.1.
17+
818
## [0.12.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.12.1) - 2023-01-09
919

1020
### Added

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
5050
|0.10.x|13.x|5.x && 6.x|supported|
5151
|0.11.x|14.x|5.x && 6.x|supported|
5252
|0.12.x|15.x|5.x && 6.x|supported|
53+
|0.13.x|16.x|5.x && 6.x|supported|
5354

5455
## Usage
5556
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.12.1",
3+
"version": "0.13.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.12.1';
2-
export const iconPackVersion = '^6.2.1';
1+
export const angularFontawesomeVersion = '~0.13.0';
2+
export const iconPackVersion = '^6.4.0';
33

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

0 commit comments

Comments
 (0)