@frontegg/react 7.12.22-alpha.24982857873 → 7.13.0-alpha.25276475955
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.13.0](https://github.com/frontegg/frontegg-react/compare/v7.12.21...v7.13.0) (2026-5-3)
|
|
4
|
+
|
|
5
|
+
- FR-23435 - Added country restriction features to Security Center
|
|
6
|
+
- FR-23515 - Fixed wrong audit log tooltips
|
|
7
|
+
- FR-23524 - Added guidesCdnUrl to SSOPage
|
|
8
|
+
|
|
9
|
+
<!-- CURSOR_SUMMARY -->
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
> [!NOTE]
|
|
13
|
+
> **Low Risk**
|
|
14
|
+
> Low risk lockfile/dependency-only update; behavior changes are limited to whatever is introduced in upstream `@frontegg/*` packages.
|
|
15
|
+
>
|
|
16
|
+
> **Overview**
|
|
17
|
+
> Updates `@frontegg/react` to depend on `@frontegg/js` and `@frontegg/react-hooks` `7.105.0` (from `7.104.0`).
|
|
18
|
+
>
|
|
19
|
+
> Regenerates `yarn.lock` to pull the `7.105.0` Frontegg dependency chain (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) with updated resolved artifacts and integrity hashes.
|
|
20
|
+
>
|
|
21
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 25ced5838bb38eb844ac71bafd62158ed19e7500. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
22
|
+
<!-- /CURSOR_SUMMARY -->
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
## [7.12.21](https://github.com/frontegg/frontegg-react/compare/v7.12.20...v7.12.21) (2026-3-31)
|
|
4
26
|
|
|
5
27
|
- FR-23900 - Added validation for reset password token and improved user feedback for expired links
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.13.0-alpha.25276475955",
|
|
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.105.0
|
|
23
|
-
"@frontegg/react-hooks": "7.105.0
|
|
22
|
+
"@frontegg/js": "7.105.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.105.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|