@frontegg/angular 7.17.13 → 7.17.14
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.17.14](https://github.com/frontegg/frontegg-angular/compare/v7.17.13...v7.17.14) (2026-2-16)
|
|
4
|
+
|
|
5
|
+
- FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
|
|
6
|
+
- FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Dependency-only bump to Frontegg packages; primary risk is behavior changes/regressions coming from the upstream SDK update.
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> Updates the Frontegg SDK dependency to `@frontegg/js@7.101.0` in both the root app and the published `@frontegg/angular` package.
|
|
17
|
+
>
|
|
18
|
+
> Refreshes `yarn.lock` accordingly, pulling in matching `7.101.0` versions of related Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
|
|
19
|
+
>
|
|
20
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 361f80b3d473f777367d9028f8c5e2a5fb6ff94b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## [7.17.13](https://github.com/frontegg/frontegg-angular/compare/v7.17.12...v7.17.13) (2026-2-10)
|
|
4
25
|
|
|
5
26
|
- FR-23484 - Added an option to render SSO guides outside of admin box
|