@frontegg/react 7.13.10-alpha.28930814468 → 7.13.10-alpha.29023148549
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 +19 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [7.13.10](https://github.com/frontegg/frontegg-react/compare/v7.13.9...v7.13.10) (2026-7-
|
|
3
|
+
## [7.13.10](https://github.com/frontegg/frontegg-react/compare/v7.13.9...v7.13.10) (2026-7-9)
|
|
4
4
|
|
|
5
|
+
- FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
|
|
6
|
+
- FR-24853 - Removed identifiers flag
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Dependency version bump only; behavior changes come from published `@frontegg/*` packages, with no local code edits in this diff.
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> This PR **updates the React package’s Frontegg SDK dependencies** from **7.117.0** to **7.118.0**: `@frontegg/js` and `@frontegg/react-hooks` in `packages/react/package.json`, with matching lockfile entries for the full `@frontegg/*` tree (`types`, `redux-store`, `rest-api`, etc.).
|
|
17
|
+
>
|
|
18
|
+
> There is **no application source change** in the diff—consumers of `@frontegg/react` pick up upstream fixes described in the PR notes, including **native step-up challenge rendering in embedded login WebViews** (FR-24939) and **removal of the identifiers flag** (FR-24853).
|
|
19
|
+
>
|
|
20
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1f9716f8963bce14dc6f1a2cacddd2066324987f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
5
22
|
|
|
6
23
|
### React Wrapper 7.13.10:
|
|
24
|
+
- ci: upgrade create-github-app-token action to v3
|
|
7
25
|
- ci: use GitHub App token for cross-repo dispatch instead of expiring PAT
|
|
8
26
|
|
|
9
27
|
## [7.13.9](https://github.com/frontegg/frontegg-react/compare/v7.13.8...v7.13.9) (2026-7-6)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.13.10-alpha.
|
|
4
|
+
"version": "7.13.10-alpha.29023148549",
|
|
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.118.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.118.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|