From d550d14be6cf69a9456f1ea20029ba7282ba624e Mon Sep 17 00:00:00 2001 From: frontegg Date: Mon, 16 Jan 2023 11:27:14 +0000 Subject: [PATCH 1/3] chore(release): publish 5.12.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ projects/frontegg-app/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cbc6da..d20cf676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16) + +- FR-10261 - fix sign up position in dark theme +- FR-10369 - change mfa ff name + +- FR-8329 - roles mock +- FR-10141 - Added support for logout on hosted login in nextjs +- FR-9816 - Add Snyk to PR check whitelist +- FR-10345 - add margin login error + +- FR-10330 - fixes for bulk +- FR-9816 - Fix branch selection + +- + +- FR-10112 - update admin box pipeline angular +- FR-10141 - update rest-api + +- FR-9816 - fix version + + ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11) - Fixed login with apple redirect URL diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index 0c9371f3..245e6d2f 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -1,6 +1,6 @@ { "name": "@frontegg/angular", - "version": "5.11.0", + "version": "5.12.0", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0", From a6f960ea9f37c8eaccf148dfa940ffa1ec01a9ec Mon Sep 17 00:00:00 2001 From: Yuval Lotem <106734943+yuvalotem1@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:43:58 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d20cf676..c38ad88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,8 @@ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16) -- FR-10261 - fix sign up position in dark theme -- FR-10369 - change mfa ff name - -- FR-8329 - roles mock -- FR-10141 - Added support for logout on hosted login in nextjs -- FR-9816 - Add Snyk to PR check whitelist -- FR-10345 - add margin login error - -- FR-10330 - fixes for bulk -- FR-9816 - Fix branch selection - -- - -- FR-10112 - update admin box pipeline angular -- FR-10141 - update rest-api - -- FR-9816 - fix version +- Fixed sign up position in dark theme +- Added margin to login error ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11) From 5a673156fd846161d807e716c818917bb7bcfb4e Mon Sep 17 00:00:00 2001 From: Yuval Lotem <106734943+yuvalotem1@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:29:50 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38ad88b..98f06aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fixed sign up position in dark theme - Added margin to login error +- Added support for built-in authenticators, security keys, and SMS as MFA methods ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)