@frontegg/react 7.12.15 → 7.12.16-alpha.21404229799
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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.12.16](https://github.com/frontegg/frontegg-react/compare/v7.12.15...v7.12.16) (2026-1-27)
|
|
4
|
+
|
|
5
|
+
- FR-22263 - Fixed publish
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> Updates Frontegg dependencies to the latest minor release.
|
|
12
|
+
>
|
|
13
|
+
> - Bumps `@frontegg/js` and `@frontegg/react-hooks` from `7.97.0` to `7.99.0` in `packages/react/package.json`
|
|
14
|
+
> - Refreshes `yarn.lock` to align transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) to `7.99.0`
|
|
15
|
+
>
|
|
16
|
+
> **Scope/Risk**
|
|
17
|
+
> - No source code changes; dependency-only update.
|
|
18
|
+
>
|
|
19
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2cb0f6beb46b051fcd0aeec7ba89066b6e51dd7a. 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.15](https://github.com/frontegg/frontegg-react/compare/v7.12.14...v7.12.15) (2026-1-14)
|
|
4
24
|
|
|
5
25
|
- FR-23141 - Added username edit config
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.12.
|
|
4
|
+
"version": "7.12.16-alpha.21404229799",
|
|
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.
|
|
23
|
-
"@frontegg/react-hooks": "7.
|
|
22
|
+
"@frontegg/js": "7.99.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.99.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|