@frontegg/react 7.13.10 → 7.13.11-alpha.30000171079

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 +39 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.11](https://github.com/frontegg/frontegg-react/compare/v7.13.10...v7.13.11) (2026-7-23)
4
+
5
+ - FR-26014 - Added admin-box addressType redux branch (external instant-nav) [7.119.x]
6
+
7
+ <!-- CURSOR_SUMMARY -->
8
+ ---
9
+
10
+ > [!NOTE]
11
+ > **Low Risk**
12
+ > Version pin and lockfile-only change; risk is limited to regressions or behavior changes in the upstream 7.119.0 Admin Portal packages.
13
+ >
14
+ > **Overview**
15
+ > Bumps **`@frontegg/react`**’s pinned Frontegg Admin Portal stack from **7.118.0** to **7.119.0** by updating `@frontegg/js` and `@frontegg/react-hooks` in `packages/react/package.json` and refreshing **`yarn.lock`** for the related `@frontegg/*` packages (`redux-store`, `rest-api`, `types`).
16
+ >
17
+ > There is no application source change in this repo; consumers of `@frontegg/react` pick up upstream **7.119.x** behavior, including **FR-26014** (admin-box **`addressType`** redux branch for external instant navigation) as noted in the PR description.
18
+ >
19
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 06addbf5b454469eb22259736809182a9f054299. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
20
+ <!-- /CURSOR_SUMMARY -->
21
+ - FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
22
+ - FR-24853 - Removed identifiers flag
23
+
24
+ <!-- CURSOR_SUMMARY -->
25
+ ---
26
+
27
+ > [!NOTE]
28
+ > **Low Risk**
29
+ > Dependency version bump only; behavior changes come from published `@frontegg/*` packages, with no local code edits in this diff.
30
+ >
31
+ > **Overview**
32
+ > 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.).
33
+ >
34
+ > 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).
35
+ >
36
+ > <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>
37
+ <!-- /CURSOR_SUMMARY -->
38
+
39
+ ### React Wrapper 7.13.11:
40
+ - ci: upgrade create-github-app-token action to v3
41
+
3
42
  ## [7.13.10](https://github.com/frontegg/frontegg-react/compare/v7.13.9...v7.13.10) (2026-7-9)
4
43
 
5
44
  - FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.13.10",
4
+ "version": "7.13.11-alpha.30000171079",
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.118.0",
23
- "@frontegg/react-hooks": "7.118.0"
22
+ "@frontegg/js": "7.119.0",
23
+ "@frontegg/react-hooks": "7.119.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",