Skip to content

Commit

Permalink
chore(release): publish 7.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Jan 6, 2025
1 parent 27eea5d commit 0e0b9ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [7.11.3](https://github.com/frontegg/frontegg-angular/compare/v7.11.2...v7.11.3) (2025-1-6)

- FR-19272 - Fixed sso input


- FR-19068 - Fixed MFA error appears after reset


## [7.11.2](https://github.com/frontegg/frontegg-angular/compare/v7.11.1...v7.11.2) (2024-12-31)

- FR-19220 - Fixed roles selection for MSP users
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.11.2",
"version": "7.11.3",
"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.11.2' };
export default { version: '7.11.3' };

0 comments on commit 0e0b9ac

Please sign in to comment.