Skip to content

Commit

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

---

## [0.10.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.0) - 2021-11-03

Make sure to check [upgrade instructions](https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md).

### Added

* Support for Angular 13.
* [Guides](https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/guide/advanced-uses.md) on more advanced use cases.

### Changed

* Approaches documentation has been improved.

### Removed

* Deprecated support for the global icon library.
* Angular 12.x is no longer supported. If you are using this version, please, stick with version 0.9.0.

## [0.9.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.9.0) - 2021-05-13

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
|0.7.x|10.x|supported|
|0.8.x|11.x|supported|
|0.9.x|12.x|supported|
|0.10.x|13.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,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@fortawesome/angular-fontawesome",
"version": "0.9.0",
"version": "0.10.0",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
6 changes: 3 additions & 3 deletions projects/schematics/src/ng-add/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const svgCoreVersion = '^1.2.35';
export const angularFontawesomeVersion = '~0.9.0';
export const iconPackVersion = '^5.15.3';
export const svgCoreVersion = '^1.2.36';
export const angularFontawesomeVersion = '~0.10.0';
export const iconPackVersion = '^5.15.4';

0 comments on commit 2c9d6da

Please sign in to comment.