Skip to content

Commit bfab40d

Browse files
author
frontegg
committed
chore(release): publish 7.15.0
1 parent d3946ef commit bfab40d

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## [7.15.0](https://github.com/frontegg/frontegg-react/compare/v7.14.0...v7.15.0) (2026-8-2)
4+
5+
- FR-24113 - Added mobile-friendly authenticator setup-key enrollment UI
6+
- FR-24965 - Added remember last used MFA factor preference
7+
- FR-26112 - Fixed iOS Password AutoFill on the embedded login page
8+
9+
<!-- CURSOR_SUMMARY -->
10+
---
11+
12+
> [!NOTE]
13+
> **Medium Risk**
14+
> Transitive upgrade touches MFA enrollment, MFA preference, and embedded login autofill—auth-adjacent UX with no local code review in this PR.
15+
>
16+
> **Overview**
17+
> Bumps **`@frontegg/react`**’s direct dependencies from **7.121.0** to **7.122.0**: `@frontegg/js` and `@frontegg/react-hooks`, with **`yarn.lock`** updated for the matching `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api` versions.
18+
>
19+
> There are no application code changes in this repo; consumers pick up **AdminPortal / SDK 7.122.0** behavior from those packages, including mobile-friendly authenticator setup-key enrollment, remembering the last used MFA factor, and an iOS Password AutoFill fix on the embedded login page.
20+
>
21+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 42b0c4c34075b25c9c8ff03c4175c8214e155dff. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
22+
<!-- /CURSOR_SUMMARY -->
23+
24+
325
## [7.14.0](https://github.com/frontegg/frontegg-react/compare/v7.13.11...v7.14.0) (2026-7-27)
426

527
- FR-25731 - Fixed chooser load-error state seeding when switchable list empties after opening

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.14.0",
5+
"version": "7.15.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.14.0",
3+
"version": "7.15.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.14.0",
15+
"@frontegg/react": "^7.15.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.14.0",
4+
"version": "7.15.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.14.0' };
1+
export default { version: '7.15.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.14.0",
4+
"version": "7.15.0",
55
"scripts": {
66
"build": "docker-compose build test",
77
"build:dev": "docker-compose build test --no-cache",

0 commit comments

Comments
 (0)