@frontegg/angular 7.13.0 → 7.13.1

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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.1](https://github.com/frontegg/frontegg-angular/compare/v7.13.0...v7.13.1) (2025-3-4)
4
+
5
+ - FR-19752 - Fixed error not shown in custom role creation
6
+ - FR-18568 - Added password rotation support
7
+
8
+ - FR-19037 - Added fallback for skip user load
9
+ - FR-19648 - Added password expiration to login box
10
+
11
+ - FR-19037 - Added an option to skip user load
12
+
13
+
14
+
3
15
  ## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
4
16
 
5
17
  - FR-18630 - Fixed input transparent autofill for vite
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.13.0' };
360
+ var sdkVersion = { version: '7.13.1' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {