@frontegg/react 7.13.7 → 7.13.8-alpha.28778292047

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.8](https://github.com/frontegg/frontegg-react/compare/v7.13.7...v7.13.8) (2026-7-6)
4
+
5
+ - FR-24939 - Fixed step-up gate ignoring max_age when the token has no auth_time
6
+ - FR-24939 - Fixed mobile SDK step-up looping to a blank/error page instead of the MFA challenge
7
+
8
+ <!-- CURSOR_SUMMARY -->
9
+ ---
10
+
11
+ > [!NOTE]
12
+ > **Medium Risk**
13
+ > Changes upstream step-up and MFA behavior used by the React SDK; low diff size but auth-flow impact warrants careful regression on step-up and mobile MFA.
14
+ >
15
+ > **Overview**
16
+ > Bumps `@frontegg/react`’s pinned `@frontegg/js` and `@frontegg/react-hooks` from **7.114.0** to **7.115.0**, with matching `yarn.lock` entries for the related `@frontegg/*` packages.
17
+ >
18
+ > This pulls in upstream **7.115.0** fixes (FR-24939): step-up now respects **max_age** when the token lacks `auth_time`, and mobile SDK step-up no longer loops to a blank/error page instead of the MFA challenge.
19
+ >
20
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3ef175aa79d86b01eda9e240b54f80a2cc26ab8b. 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.7](https://github.com/frontegg/frontegg-react/compare/v7.13.6...v7.13.7) (2026-6-25)
4
25
 
5
26
  - FR-24988 - Fixed hosted login box accessibility issues
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.13.7",
4
+ "version": "7.13.8-alpha.28778292047",
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.114.0",
23
- "@frontegg/react-hooks": "7.114.0"
22
+ "@frontegg/js": "7.115.0",
23
+ "@frontegg/react-hooks": "7.115.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",