@frontegg/react 7.13.2-alpha.26454032584 → 7.13.2-alpha.26763442227
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.13.2](https://github.com/frontegg/frontegg-react/compare/v7.13.1...v7.13.2) (2026-6-1)
|
|
4
|
+
|
|
5
|
+
- FR-25022 - Changed phone validations
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Medium Risk**
|
|
12
|
+
> Validation behavior for phone numbers changes in a vendor auth/admin package, which can affect signup or profile flows without local code to review in this PR.
|
|
13
|
+
>
|
|
14
|
+
> **Overview**
|
|
15
|
+
> Bumps **`@frontegg/js`** and **`@frontegg/react-hooks`** in `packages/react` from **7.108.0** to **7.109.0**, with **`yarn.lock`** updated for the matching **`@frontegg/types`**, **`redux-store`**, and **`rest-api`** versions. There are **no application source changes** in this repo—the Admin Portal behavior (including **FR-25022** phone validation updates noted in the PR description) comes from the upgraded Frontegg packages.
|
|
16
|
+
>
|
|
17
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ba67d54dd118e133862c20cdffc7fc4935065d49. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
18
|
+
<!-- /CURSOR_SUMMARY -->
|
|
19
|
+
|
|
20
|
+
|
|
3
21
|
## [7.13.1](https://github.com/frontegg/frontegg-react/compare/v7.13.0...v7.13.1) (2026-5-19)
|
|
4
22
|
|
|
5
23
|
- FR-23507 - Fixed custom login box favicon not displaying pulls from main login box instead
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.13.2-alpha.
|
|
4
|
+
"version": "7.13.2-alpha.26763442227",
|
|
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.109.0
|
|
23
|
-
"@frontegg/react-hooks": "7.109.0
|
|
22
|
+
"@frontegg/js": "7.109.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.109.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|