@frontegg/react 7.12.14 → 7.12.15-alpha.20995321218
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 +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.12.15](https://github.com/frontegg/frontegg-react/compare/v7.12.14...v7.12.15) (2026-1-14)
|
|
4
|
+
|
|
5
|
+
- FR-23141 - Added username edit config
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> Updates Frontegg dependencies across React package and lockfile.
|
|
12
|
+
>
|
|
13
|
+
> - Bumps `@frontegg/js` and `@frontegg/react-hooks` to `7.97.0` in `packages/react/package.json`
|
|
14
|
+
> - Refreshes `yarn.lock` to align transitive Frontegg packages (`redux-store`, `rest-api`, `types`) to `7.97.0`
|
|
15
|
+
>
|
|
16
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 651de40e846e34f524c75a7364b43ec4a86eb3f5. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
17
|
+
<!-- /CURSOR_SUMMARY -->
|
|
18
|
+
|
|
19
|
+
|
|
3
20
|
## [7.12.14](https://github.com/frontegg/frontegg-react/compare/v7.12.13...v7.12.14) (2026-1-5)
|
|
4
21
|
|
|
5
22
|
- FR-17084 - Fixed loader
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.12.
|
|
4
|
+
"version": "7.12.15-alpha.20995321218",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@frontegg/js": "7.
|
|
23
|
-
"@frontegg/react-hooks": "7.
|
|
22
|
+
"@frontegg/js": "7.97.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.97.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|