@frontegg/angular 7.17.10 → 7.17.11
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.17.11](https://github.com/frontegg/frontegg-angular/compare/v7.17.10...v7.17.11) (2026-1-14)
|
|
4
|
+
|
|
5
|
+
- FR-23141 - Added username edit config
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Dependency upgrade**
|
|
12
|
+
>
|
|
13
|
+
> - Bump `@frontegg/js` to `7.97.0` in `package.json` and `projects/frontegg-app/package.json`
|
|
14
|
+
> - Update `yarn.lock` to `@frontegg/js@7.97.0` and align transitive `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api` to `7.97.0`
|
|
15
|
+
> - No application source changes
|
|
16
|
+
>
|
|
17
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c02d9342fb6e2b2bb0dc8967c0f76fe7c94083ca. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
18
|
+
<!-- /CURSOR_SUMMARY -->
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [7.17.10](https://github.com/frontegg/frontegg-angular/compare/v7.17.9...v7.17.10) (2026-1-5)
|
|
4
22
|
|
|
5
23
|
- FR-17084 - Fixed loader
|