Skip to content

Commit

Permalink
Merge pull request #593 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.10.0
  • Loading branch information
TomerFrontegg authored Dec 23, 2024
2 parents 93207bb + 71abe34 commit 9b9dc86
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)

- FR-19047 - Fixed permissions evalutaion when have more than one permission
- FR-18988 - Fixed missing email on MFA verification description
- FR-19068 - Fixed MFA error appears after clicking on verify another way
- FR-18917 - Fixed user roles deletion

- FR-18683 - Changed phone number selector input



## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)

- FR-18941 - Fixed permissions evaluation without permissions in JWT
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "7.9.0",
"version": "7.10.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '7.9.0' };
export default { version: '7.10.0' };

0 comments on commit 9b9dc86

Please sign in to comment.