@frontegg/react 7.13.4-alpha.27284724713 → 7.13.4-alpha.27905043974

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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.4](https://github.com/frontegg/frontegg-react/compare/v7.13.3...v7.13.4) (2026-6-21)
4
+
5
+ - FR-24579 - Added native token bridge for the admin portal (no second login)
6
+ - FR-20973 - Fixed sso with username
7
+ - FR-20975 - Fixed description username login with magic code
8
+ - FR-22194 - Fixed error massage of username already exists missing from UI
9
+ - FR-20977 - Fixed resend with username in magic link
10
+
11
+ <!-- CURSOR_SUMMARY -->
12
+ ---
13
+
14
+ > [!NOTE]
15
+ > **Medium Risk**
16
+ > Auth and admin-portal behavior shifts with the SDK bump even though this diff is only lockfile/package versions; regression risk is in login, SSO, and magic-link flows.
17
+ >
18
+ > **Overview**
19
+ > Bumps **`@frontegg/react`**’s pinned Frontegg SDK from **7.110.0** to **7.111.0** by updating `@frontegg/js` and `@frontegg/react-hooks` in `packages/react/package.json`, with matching **`yarn.lock`** entries for `@frontegg/js`, `@frontegg/react-hooks`, `@frontegg/redux-store`, `@frontegg/rest-api`, and `@frontegg/types`.
20
+ >
21
+ > No application source in this repo changes; consumers pick up **7.111.0** Admin Portal / auth behavior from the upstream packages (e.g. admin portal native token bridge and username/SSO/magic-link fixes noted in the PR description).
22
+ >
23
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 29129cb8fc4d3d3dd756a5c545f6d64e2cff23b5. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
24
+ <!-- /CURSOR_SUMMARY -->
25
+
26
+
3
27
  ## [7.13.3](https://github.com/frontegg/frontegg-react/compare/v7.13.2...v7.13.3) (2026-6-4)
4
28
 
5
29
  - FR-25111 - Fixed tenant regex
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.13.4-alpha.27284724713",
4
+ "version": "7.13.4-alpha.27905043974",
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.111.0-alpha.4",
23
- "@frontegg/react-hooks": "7.111.0-alpha.4"
22
+ "@frontegg/js": "7.111.0",
23
+ "@frontegg/react-hooks": "7.111.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",