@frontegg/angular 7.17.0 → 7.17.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,16 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.17.1](https://github.com/frontegg/frontegg-angular/compare/v7.17.0...v7.17.1) (2025-8-12)
4
+
5
+ - FR-21734 - Added the applications that are free-access for this tenant to the user's application list
6
+ - FR-21350 - Added FREE-ACCESS application tenant to the user's application list
7
+ - FR-21495 - Changed Georgia phone country code as requested
8
+
9
+ - FR-21351 - Changed user loading methods to use the new V3 API
10
+ - FR-21350 - Added usage for tenant-application access types in hosted Admin box
11
+
12
+
13
+
3
14
  ## [7.17.0](https://github.com/frontegg/frontegg-angular/compare/v7.16.1...v7.17.0) (2025-7-29)
4
15
 
5
16
  - FR-21351 - Changed user loading methods to use the new V3 API
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.17.0' };
360
+ var sdkVersion = { version: '7.17.1' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {