@frontegg/react 7.12.20-alpha.23133962227 → 7.12.20-alpha.23300877030

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.12.20](https://github.com/frontegg/frontegg-react/compare/v7.12.19...v7.12.20) (2026-3-19)
4
+
5
+ - FR-23610 - Added login completed GTM
6
+ - FR-23421 - Added support for CMC SCIM guide dialog and fix SSO guide
7
+
8
+ <!-- CURSOR_SUMMARY -->
9
+ ---
10
+
11
+ > [!NOTE]
12
+ > **Low Risk**
13
+ > Low risk: this PR only updates dependency versions and lockfile entries, with no direct source code changes. Any behavior change would come from the upstream `@frontegg/*` packages.
14
+ >
15
+ > **Overview**
16
+ > Updates `@frontegg/react` to depend on `@frontegg/js` and `@frontegg/react-hooks` `7.103.0` (from `7.102.0`).
17
+ >
18
+ > Refreshes `yarn.lock` to pull in the corresponding `7.103.0` releases for transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
19
+ >
20
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 3d8629989a92e6a191d29e8a8b1702c67eac0095. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
21
+ <!-- /CURSOR_SUMMARY -->
22
+
23
+
3
24
  ## [7.12.19](https://github.com/frontegg/frontegg-react/compare/v7.12.18...v7.12.19) (2026-3-8)
4
25
 
5
26
  - FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.12.20-alpha.23133962227",
4
+ "version": "7.12.20-alpha.23300877030",
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.103.0-alpha.1",
23
- "@frontegg/react-hooks": "7.103.0-alpha.1"
22
+ "@frontegg/js": "7.103.0",
23
+ "@frontegg/react-hooks": "7.103.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",