@frontegg/react 7.12.17 → 7.12.18-alpha.22062507665

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.18](https://github.com/frontegg/frontegg-react/compare/v7.12.17...v7.12.18) (2026-2-16)
4
+
5
+ - FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
6
+ - FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
7
+
8
+ <!-- CURSOR_SUMMARY -->
9
+ ---
10
+
11
+ > [!NOTE]
12
+ > **Low Risk**
13
+ > Dependency-only bump of Frontegg SDK packages; risk is limited to upstream behavior changes/regressions in auth/session handling introduced by the new versions.
14
+ >
15
+ > **Overview**
16
+ > Updates `@frontegg/react` to depend on `@frontegg/js` and `@frontegg/react-hooks` `7.101.0` (from `7.100.0`).
17
+ >
18
+ > Refreshes `yarn.lock` to pull the `7.101.0` Frontegg dependency chain (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) with no source code changes in this repo.
19
+ >
20
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 428af0c0ac5ae6afa6c4be281a3dc811657801b4. 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.17](https://github.com/frontegg/frontegg-react/compare/v7.12.16...v7.12.17) (2026-2-10)
4
25
 
5
26
  - FR-23484 - Added an option to render SSO guides outside of admin box
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.12.17",
4
+ "version": "7.12.18-alpha.22062507665",
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.100.0",
23
- "@frontegg/react-hooks": "7.100.0"
22
+ "@frontegg/js": "7.101.0",
23
+ "@frontegg/react-hooks": "7.101.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",