@frontegg/react 7.13.5 → 7.13.6-alpha.27958443271

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.6](https://github.com/frontegg/frontegg-react/compare/v7.13.5...v7.13.6) (2026-6-22)
4
+
5
+ - FR-24579 - Fixed admin-portal white screen in mobile SDK by refreshing session from native tokens
6
+
7
+ <!-- CURSOR_SUMMARY -->
8
+ ---
9
+
10
+ > [!NOTE]
11
+ > **Medium Risk**
12
+ > Touches core auth/session packages without local code review in this diff; risk is mainly regression in admin portal or mobile SDK session handling from the upstream release.
13
+ >
14
+ > **Overview**
15
+ > Bumps **`@frontegg/react`**’s direct dependencies from **7.112.0** to **7.113.0**: `@frontegg/js` and `@frontegg/react-hooks`, with **`yarn.lock`** updated for the matching transitive **`@frontegg/types`**, **`redux-store`**, and **`rest-api`** packages.
16
+ >
17
+ > No application source changes in this PR—the update pulls in upstream **7.113.0** behavior, including the fix noted for **FR-24579** (admin portal white screen on mobile SDK by refreshing session from native tokens).
18
+ >
19
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 455cb010cf87711c59f26aa901b9a897333966f3. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
20
+ <!-- /CURSOR_SUMMARY -->
21
+
22
+
3
23
  ## [7.13.5](https://github.com/frontegg/frontegg-react/compare/v7.13.4...v7.13.5) (2026-6-22)
4
24
 
5
25
  - FR-24579 - Fixed admin-portal redirect race on native auth handoff
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.13.5",
4
+ "version": "7.13.6-alpha.27958443271",
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.112.0",
23
- "@frontegg/react-hooks": "7.112.0"
22
+ "@frontegg/js": "7.113.0",
23
+ "@frontegg/react-hooks": "7.113.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",