From 9594f8c5922e4fd836dd8a9351097f1f87b7ed98 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Sun, 20 Mar 2022 20:50:42 +0100 Subject: [PATCH] Release 0.10.2 --- CHANGELOG.md | 8 ++++++++ README.md | 1 + package.json | 2 +- projects/schematics/src/ng-add/versions.ts | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df12719..f1f64e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p --- +## [0.10.2](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.2) - 2022-03-20 + +### Added + +* `position` input for `fa-layers-counter` component. +* `@fortawesome/fontawesome-svg-core@^6.1.0` as a valid peer dependency. +* Possible to pick v5 or v6 to the ng-add schematic. + ## [0.10.1](https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.10.1) - 2021-11-13 ### Added diff --git a/README.md b/README.md index 2d33b27..267bc12 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ being awesome contributors to this project. **We'd like to take a moment to reco [athisun](https://github.com/athisun) [madebyjeffrey](https://github.com/madebyjeffrey) [benjamincharity](https://github.com/benjamincharity) +[NayeBeckham](https://github.com/NayeBeckham) [Font Awesome Team](https://github.com/orgs/FortAwesome/people) If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved. diff --git a/package.json b/package.json index f01c0cd..0c90320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fortawesome/angular-fontawesome", - "version": "0.10.1", + "version": "0.10.2", "description": "Angular Fontawesome, an Angular library", "scripts": { "test": "ng test angular-fontawesome --watch=false --browsers=ChromeCI", diff --git a/projects/schematics/src/ng-add/versions.ts b/projects/schematics/src/ng-add/versions.ts index 19f1a27..764cd87 100644 --- a/projects/schematics/src/ng-add/versions.ts +++ b/projects/schematics/src/ng-add/versions.ts @@ -1,4 +1,4 @@ -export const angularFontawesomeVersion = '~0.10.1'; +export const angularFontawesomeVersion = '~0.10.2'; export const iconPackVersion = '^6.1.0'; export const v5 = {