@frontegg/angular 7.18.4 → 7.18.5

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,26 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.18.5](https://github.com/frontegg/frontegg-angular/compare/v7.18.4...v7.18.5) (2026-6-22)
4
+
5
+ - FR-24579 - Fixed admin-portal redirect race on native auth handoff
6
+ - FR-24579 - Fixed admin-portal mobile bridge capability gating and stuck loading
7
+
8
+ <!-- CURSOR_SUMMARY -->
9
+ ---
10
+
11
+ > [!NOTE]
12
+ > **Low Risk**
13
+ > No application source changes—only pinned Frontegg SDK versions and lockfile updates.
14
+ >
15
+ > **Overview**
16
+ > Bumps **`@frontegg/js`** from **7.111.0** to **7.112.0** in the root app and **`@frontegg/angular`** library, with **`yarn.lock`** updated for the aligned **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** packages.
17
+ >
18
+ > This pulls in Admin Portal fixes for **FR-24579**: a redirect race during native auth handoff, and mobile bridge capability gating that could leave the portal stuck loading.
19
+ >
20
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 282b4c84a844803151cfdeb85085920f524776b7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
21
+ <!-- /CURSOR_SUMMARY -->
22
+
23
+
3
24
  ## [7.18.4](https://github.com/frontegg/frontegg-angular/compare/v7.18.3...v7.18.4) (2026-6-21)
4
25
 
5
26
  - FR-24579 - Added native token bridge for the admin portal (no second login)
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.18.4' };
360
+ var sdkVersion = { version: '7.18.5' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {