Skip to content

Commit 784353d

Browse files
author
frontegg
committed
chore(release): publish 7.15.1
1 parent 3187736 commit 784353d

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.1](https://github.com/frontegg/frontegg-react/compare/v7.15.0...v7.15.1) (2026-8-17)
4+
5+
- FR-26036 - Added tenantChoicePending to fix the hosted postlogin vs tenant-chooser race
6+
- FR-26413 - Fixed the identifier field showing the default keyboard instead of the email keyboard on iOS
7+
- FR-23291 - Added Admin Portal users filter by role UI
8+
9+
<!-- CURSOR_SUMMARY -->
10+
---
11+
12+
> [!NOTE]
13+
> **Low Risk**
14+
> Dependency version bump with no local source changes; risk is limited to upstream 7.123.0 release behavior.
15+
>
16+
> **Overview**
17+
> Bumps **`@frontegg/react`**’s direct dependencies from **7.122.0** to **7.123.0** (`@frontegg/js`, `@frontegg/react-hooks`) and refreshes **`yarn.lock`** for the matching `@frontegg/*` tree (`types`, `redux-store`, `rest-api`).
18+
>
19+
> Consumers of this package pick up Admin Portal **7.123.0** behavior from upstream, including fixes for hosted post-login vs tenant-chooser timing (`tenantChoicePending`), iOS email keyboard on the identifier field, and Admin Portal users filtering by role.
20+
>
21+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 49e5ef73e5deb3e5100bf0130e5e5829b2d89819. 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.15.0](https://github.com/frontegg/frontegg-react/compare/v7.14.0...v7.15.0) (2026-8-2)
426

527
- FR-24113 - Added mobile-friendly authenticator setup-key enrollment UI

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.15.0",
5+
"version": "7.15.1",
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.15.0",
3+
"version": "7.15.1",
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.15.0",
15+
"@frontegg/react": "^7.15.1",
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.15.0",
4+
"version": "7.15.1",
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.15.0' };
1+
export default { version: '7.15.1' };

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.15.0",
4+
"version": "7.15.1",
55
"scripts": {
66
"build": "docker-compose build test",
77
"build:dev": "docker-compose build test --no-cache",

0 commit comments

Comments
 (0)