@frontegg/angular 7.17.2 → 7.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.17.3](https://github.com/frontegg/frontegg-angular/compare/v7.17.2...v7.17.3) (2025-9-10)
4
+
5
+ - FR-22001 - Added Embedded Social Login in MobileSDK
6
+
7
+ - FR-22006 - Fixed signup login direct action with basename
8
+
9
+
10
+
3
11
  ## [7.17.2](https://github.com/frontegg/frontegg-angular/compare/v7.17.1...v7.17.2) (2025-9-3)
4
12
 
5
13
  - FR-21916 - Added username field to InviteUserForm with validation
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.17.2' };
360
+ var sdkVersion = { version: '7.17.3' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {