Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Dec 11, 2020
1 parent 8b8d7d9 commit 38c999e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

---

## [0.8.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.1) - 2020-12-11

### Fixed

* Support fa-layers with content wrapped into ng-container. ([#283](https://github.com/FortAwesome/angular-fontawesome/issues/283))
* Warn about missing stackItemSize on fa-icon inside fa-stack instead of silently dropping elements. ([#177](https://github.com/FortAwesome/angular-fontawesome/issues/177))

## [0.8.0](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.0) - 2020-11-12

### Fixed
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.8.0",
"version": "0.8.1",
"description": "Angular Fontawesome, an Angular library",
"scripts": {
"test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI",
Expand Down
2 changes: 1 addition & 1 deletion 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.32';
export const angularFontawesomeVersion = '~0.8.0';
export const angularFontawesomeVersion = '~0.8.1';
export const iconPackVersion = '^5.15.1';

0 comments on commit 38c999e

Please sign in to comment.