From 53744c5b5c1c5c1257249c68b4fb307483591860 Mon Sep 17 00:00:00 2001 From: frontegg Date: Wed, 25 Jan 2023 08:59:19 +0000 Subject: [PATCH] chore(release): publish 5.13.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ projects/frontegg-app/package.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f06aba..ebe09a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25) + +- + +- FR-10485 - Update restapi version +- FR-10017 - add email type to all email inputs +- FR-10501 - Fix mobile width of login box +- FR-10196 - Fix scroll in privacy page +- FR-10489 - update scim ui +- FR-10483 - Added the option to customize forget password button +- FR-10374 - improve values ui in split mode +- FR-10184 - add access tokens +- FR-9995 - Accept Invitation text and icon change +- FR-10448 - add prettier pre-commit check +- FR-10443 - Fix impersonation +- FR-10282 - fix otc login for mobile +- FR-10410 - fix policies mock +- FR-10371 - sync vendor security policies +- FR-10302 - Add impersonation indication for audit logs +- FR-10281 - Impersonation + + ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16) - Fixed sign up position in dark theme diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index f37ce060..7f0b93a6 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -1,6 +1,6 @@ { "name": "@frontegg/angular", - "version": "5.12.0", + "version": "5.13.0", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -13,4 +13,4 @@ "stream": "^0.0.2", "tslib": "^2.0.0" } -} +} \ No newline at end of file