@frontegg/react 7.13.6 → 7.13.7-alpha.28170566139
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.7](https://github.com/frontegg/frontegg-react/compare/v7.13.6...v7.13.7) (2026-6-25)
|
|
4
|
+
|
|
5
|
+
- FR-24988 - Fixed hosted login box accessibility issues
|
|
6
|
+
- FR-25494 - fixed stale frontegg oauth stale
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Dependency-only version bump with no local code changes; risk is limited to behavior changes inside the 7.114.0 SDK packages.
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> Updates **`@frontegg/react`** to consume **Frontegg SDK 7.114.0** by bumping **`@frontegg/js`** and **`@frontegg/react-hooks`** from `7.113.0` to `7.114.0`, with matching lockfile entries for the transitive **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** packages.
|
|
17
|
+
>
|
|
18
|
+
> No application source in this repo changes; consumers get upstream fixes from that release (per PR notes: hosted login box accessibility and Frontegg OAuth stale-session handling).
|
|
19
|
+
>
|
|
20
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 7fa66ce0d59280ce82830e924242df4039f5882c. 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.6](https://github.com/frontegg/frontegg-react/compare/v7.13.5...v7.13.6) (2026-6-22)
|
|
4
25
|
|
|
5
26
|
- FR-24579 - Fixed admin-portal white screen in mobile SDK by refreshing session from native tokens
|
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.7-alpha.28170566139",
|
|
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.114.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.114.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|