@frontegg/angular 7.17.14 → 7.17.15

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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.17.15](https://github.com/frontegg/frontegg-angular/compare/v7.17.14...v7.17.15) (2026-3-8)
4
+
5
+ - FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state
6
+
7
+ <!-- CURSOR_SUMMARY -->
8
+ ---
9
+
10
+ > [!NOTE]
11
+ > **Medium Risk**
12
+ > Dependency-only upgrade, but it changes the underlying Frontegg SDK (`@frontegg/js` and related `@frontegg/*` packages) which can affect runtime auth/admin-portal behavior. No application code changes are included, so the main risk is regressions introduced by the upstream release.
13
+ >
14
+ > **Overview**
15
+ > Updates the pinned Frontegg SDK version from `7.101.0` to `7.102.0` in both the root `package.json` and `projects/frontegg-app/package.json`.
16
+ >
17
+ > Refreshes `yarn.lock` to pull in the matching `7.102.0` versions of `@frontegg/js` and its related dependencies (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
18
+ >
19
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5b92f96e6c673c79c0f7695669959ffbafe932a3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
20
+ <!-- /CURSOR_SUMMARY -->
21
+
22
+
3
23
  ## [7.17.14](https://github.com/frontegg/frontegg-angular/compare/v7.17.13...v7.17.14) (2026-2-16)
4
24
 
5
25
  - FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.17.14' };
360
+ var sdkVersion = { version: '7.17.15' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {