@frontegg/angular 7.18.1 → 7.18.2

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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.18.2](https://github.com/frontegg/frontegg-angular/compare/v7.18.1...v7.18.2) (2026-6-1)
4
+
5
+ - FR-25022 - Changed phone validations
6
+
7
+ <!-- CURSOR_SUMMARY -->
8
+ ---
9
+
10
+ > [!NOTE]
11
+ > **Low Risk**
12
+ > Dependency-only version bump with no app code changes; main impact is inherited Frontegg validation behavior in embedded auth/admin flows.
13
+ >
14
+ > **Overview**
15
+ > Bumps **`@frontegg/js`** from **7.108.0** to **7.109.0** in the root app and **`@frontegg/angular`** library (`package.json` in both places), with **`yarn.lock`** updated for the matching **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** packages. No Angular or local source changes—this pulls in upstream Admin Portal behavior, including **FR-25022** phone validation updates from the release notes.
16
+ >
17
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6f408915c405c711ae44b26ad5688911c7baae13. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
18
+ <!-- /CURSOR_SUMMARY -->
19
+
20
+
3
21
  ## [7.18.1](https://github.com/frontegg/frontegg-angular/compare/v7.18.0...v7.18.1) (2026-5-19)
4
22
 
5
23
  - FR-23507 - Fixed custom login box favicon not displaying pulls from main login box instead
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.18.1' };
360
+ var sdkVersion = { version: '7.18.2' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {