Skip to content

Commit ea2bc0d

Browse files
authored
Merge pull request #1368 from frontegg/release/next
v7.14.0
2 parents 289dbb1 + d7631cf commit ea2bc0d

6 files changed

Lines changed: 29 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [7.14.0](https://github.com/frontegg/frontegg-react/compare/v7.13.11...v7.14.0) (2026-7-27)
4+
5+
- FR-25731 - Fixed chooser load-error state seeding when switchable list empties after opening
6+
7+
8+
- FR-25731 - Added post-auth Choose Organization step in login-box (forward-port of #2864 to v7.120.x)
9+
10+
<!-- CURSOR_SUMMARY -->
11+
---
12+
13+
> [!NOTE]
14+
> **Medium Risk**
15+
> Although this diff is only version pins, 7.121.0 changes post-authentication login-box/org-chooser flow, which can affect how users complete sign-in.
16+
>
17+
> **Overview**
18+
> Bumps `@frontegg/react`’s pinned `@frontegg/js` and `@frontegg/react-hooks` from **7.119.0** to **7.121.0**, with `yarn.lock` updated for the aligned `@frontegg/*` stack (`redux-store`, `rest-api`, `types`).
19+
>
20+
> No application source changes in this repo—the update pulls in upstream **7.121.0** login-box behavior described in the PR: a **post-auth Choose Organization** step and a fix for **chooser load-error state** when the switchable org list becomes empty after the chooser opens (FR-25731).
21+
>
22+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6ad99258fdffdbb72a9742e2f207c1953d970bf0. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
23+
<!-- /CURSOR_SUMMARY -->
24+
25+
326
## [7.13.11](https://github.com/frontegg/frontegg-react/compare/v7.13.10...v7.13.11) (2026-7-23)
427

528
- FR-26014 - Added admin-box addressType redux branch (external instant-nav) [7.119.x]

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "7.13.11",
5+
"version": "7.14.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"publishConfig": {

packages/demo-saas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontegg/demo-saas",
3-
"version": "7.13.11",
3+
"version": "7.14.0",
44
"private": true,
55
"author": "Frontegg LTD",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.4.1",
1414
"@emotion/styled": "^11.3.0",
15-
"@frontegg/react": "^7.13.11",
15+
"@frontegg/react": "^7.14.0",
1616
"@mui/icons-material": "5.11.0",
1717
"@mui/material": "5.0.3",
1818
"react": "^17.0.1",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frontegg/react",
33
"libName": "FronteggReact",
4-
"version": "7.13.11",
4+
"version": "7.14.0",
55
"author": "Frontegg LTD",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/react/src/sdkVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { version: '7.13.11' };
1+
export default { version: '7.14.0' };

packages/sanity-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontegg-react-sanity-check",
33
"private": true,
4-
"version": "7.13.11",
4+
"version": "7.14.0",
55
"scripts": {
66
"build": "docker-compose build test",
77
"build:dev": "docker-compose build test --no-cache",

0 commit comments

Comments
 (0)