@frontegg/react 7.12.21-alpha.23582581161 → 7.12.21-alpha.23794863414

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.12.21](https://github.com/frontegg/frontegg-react/compare/v7.12.20...v7.12.21) (2026-3-31)
4
+
5
+ - FR-23900 - Added validation for reset password token and improved user feedback for expired links
6
+
7
+ <!-- CURSOR_SUMMARY -->
8
+ ---
9
+
10
+ > [!NOTE]
11
+ > **Low Risk**
12
+ > Low risk dependency-only bump; behavior changes (if any) come from upstream `@frontegg/*` packages rather than local code changes.
13
+ >
14
+ > **Overview**
15
+ > Updates `@frontegg/react` dependencies to `@frontegg/js` and `@frontegg/react-hooks` `7.104.0` (from `7.103.0`).
16
+ >
17
+ > Refreshes `yarn.lock` to pull the corresponding `7.104.0` transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
18
+ >
19
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0545b689269403c0a7af825229a20f1b5889e19b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
20
+ <!-- /CURSOR_SUMMARY -->
21
+
22
+
3
23
  ## [7.12.20](https://github.com/frontegg/frontegg-react/compare/v7.12.19...v7.12.20) (2026-3-19)
4
24
 
5
25
  - FR-23610 - Added login completed GTM
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.12.21-alpha.23582581161",
4
+ "version": "7.12.21-alpha.23794863414",
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.104.0-alpha.1",
23
- "@frontegg/react-hooks": "7.104.0-alpha.1"
22
+ "@frontegg/js": "7.104.0",
23
+ "@frontegg/react-hooks": "7.104.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",