Skip to content

Commit

Permalink
Merge pull request #606 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.11.5
  • Loading branch information
TomerFrontegg authored Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
jasonehines Jason Hines
2 parents e282c41 + bd12bb9 commit c9b8b4f
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [7.11.5](https://github.com/frontegg/frontegg-angular/compare/v7.11.4...v7.11.5) (2025-1-16)

- FR-19387 - Fixed login with apple in iOS devices
- FR-18450 - Changed permissions tree components (refactor)



## [7.11.4](https://github.com/frontegg/frontegg-angular/compare/v7.11.3...v7.11.4) (2025-1-14)

- FR-19236 - Fixed error handling on OIDC failure
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.11.4",
"version": "7.11.5",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
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.11.4' };
export default { version: '7.11.5' };

0 comments on commit c9b8b4f

Please sign in to comment.