Skip to content

Commit 9594f8c

Browse files
committed
Release 0.10.2
1 parent 7267c29 commit 9594f8c

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
---
77

8+
## [0.10.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.2) - 2022-03-20
9+
10+
### Added
11+
12+
* `position` input for `fa-layers-counter` component.
13+
* `@fortawesome/fontawesome-svg-core@^6.1.0` as a valid peer dependency.
14+
* Possible to pick v5 or v6 to the ng-add schematic.
15+
816
## [0.10.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.1) - 2021-11-13
917

1018
### Added

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco
141141
[<img src="https://github.com/athisun.png?size=72" alt="athisun" width="72">](https://github.com/athisun)
142142
[<img src="https://github.com/madebyjeffrey.png?size=72" alt="madebyjeffrey" width="72">](https://github.com/madebyjeffrey)
143143
[<img src="https://github.com/benjamincharity.png?size=72" alt="benjamincharity" width="72">](https://github.com/benjamincharity)
144+
[<img src="https://github.com/NayeBeckham.png?size=72" alt="NayeBeckham" width="72">](https://github.com/NayeBeckham)
144145
[<img src="https://github.com/FortAwesome.png?size=72" alt="Font Awesome Team" width="72">](https://github.com/orgs/FortAwesome/people)
145146

146147
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

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.10.1",
3+
"version": "0.10.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const angularFontawesomeVersion = '~0.10.1';
1+
export const angularFontawesomeVersion = '~0.10.2';
22
export const iconPackVersion = '^6.1.0';
33

44
export const v5 = {

0 commit comments

Comments
 (0)