@frontegg/react 7.13.4 → 7.13.5-alpha.27936104536
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 +21 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.13.5](https://github.com/frontegg/frontegg-react/compare/v7.13.4...v7.13.5) (2026-6-22)
|
|
4
|
+
|
|
5
|
+
- FR-24579 - Fixed admin-portal redirect race on native auth handoff
|
|
6
|
+
- FR-24579 - Fixed admin-portal mobile bridge capability gating and stuck loading
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Lockfile and dependency version pins only; no application code changes in this repository.
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> Bumps **`@frontegg/react`**’s direct dependencies from **7.111.0** to **7.112.0**: `@frontegg/js` and `@frontegg/react-hooks`, with **`yarn.lock`** updated for the full `@frontegg/*` tree (`types`, `redux-store`, `rest-api`, etc.).
|
|
17
|
+
>
|
|
18
|
+
> This release line includes Admin Portal fixes referenced in **FR-24579** (redirect race on native auth handoff, mobile bridge capability gating / stuck loading); those changes live in the published packages, not in this repo’s source.
|
|
19
|
+
>
|
|
20
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e008404ff704c75ca374a83fe38b756b680c773d. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## [7.13.4](https://github.com/frontegg/frontegg-react/compare/v7.13.3...v7.13.4) (2026-6-21)
|
|
4
25
|
|
|
5
26
|
- FR-24579 - Added native token bridge for the admin portal (no second login)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.13.
|
|
4
|
+
"version": "7.13.5-alpha.27936104536",
|
|
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.112.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.112.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|