@frontegg/nextjs 9.2.11 → 9.2.12
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 +35 -0
- package/index.js +1 -1
- package/package.json +3 -3
- package/sdkVersion.js +1 -1
- package/sdkVersion.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [9.2.12](https://github.com/frontegg/frontegg-nextjs/compare/v9.2.11...v9.2.12) (2025-12-11)
|
|
4
|
+
|
|
5
|
+
- FR-21830 - Fixed IP location
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- FR-22289 - Added support new columns in users table
|
|
9
|
+
|
|
10
|
+
<!-- CURSOR_SUMMARY -->
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
> [!NOTE]
|
|
14
|
+
> Upgrade Frontegg dependencies to 7.95.0 and update lockfile accordingly.
|
|
15
|
+
>
|
|
16
|
+
> - **Dependencies**:
|
|
17
|
+
> - Upgrade `packages/nextjs/package.json` to `@frontegg/js@7.95.0` and `@frontegg/react-hooks@7.95.0`.
|
|
18
|
+
> - Update `yarn.lock` accordingly, cascading to `@frontegg/{redux-store,rest-api,types}@7.95.0`.
|
|
19
|
+
>
|
|
20
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 55e2eec8141ccc74188e8b18429ce1500155abd8. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
22
|
+
- FR-22193 - Added admin portal support for searching by username, email, name, etc. in the users table
|
|
23
|
+
|
|
24
|
+
<!-- CURSOR_SUMMARY -->
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
> [!NOTE]
|
|
28
|
+
> Updates @frontegg/js and @frontegg/react-hooks to 7.93.0 and refreshes related lockfile entries.
|
|
29
|
+
>
|
|
30
|
+
> - **Dependencies**:
|
|
31
|
+
> - Bump `@frontegg/js` and `@frontegg/react-hooks` to `7.93.0` in `packages/nextjs/package.json`.
|
|
32
|
+
> - Update related Frontegg entries in `yarn.lock` (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) to `7.93.0`.
|
|
33
|
+
>
|
|
34
|
+
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5e41e46c4b54adeb7957e68544a9f317b3a82202. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
35
|
+
<!-- /CURSOR_SUMMARY -->
|
|
36
|
+
|
|
37
|
+
|
|
3
38
|
## [9.2.11](https://github.com/frontegg/frontegg-nextjs/compare/v9.2.10...v9.2.11) (2025-11-30)
|
|
4
39
|
|
|
5
40
|
- FR-22193 - Added admin portal support for searching by username, email, name, etc. in the users table
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
3
|
"libName": "FronteggNextJs",
|
|
4
|
-
"version": "9.2.
|
|
4
|
+
"version": "9.2.12",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"lint-json": "eslint -c .eslintrc.json -o ./lint-report.json --format json --no-color ./src/**/*.{ts,tsx}"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@frontegg/js": "7.
|
|
31
|
-
"@frontegg/react-hooks": "7.
|
|
30
|
+
"@frontegg/js": "7.95.0",
|
|
31
|
+
"@frontegg/react-hooks": "7.95.0",
|
|
32
32
|
"http-proxy": "^1.18.1",
|
|
33
33
|
"iron-session": "^6.3.1",
|
|
34
34
|
"jose": "^4.12.2"
|
package/sdkVersion.js
CHANGED
package/sdkVersion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdkVersion.js","names":["version"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '9.2.
|
|
1
|
+
{"version":3,"file":"sdkVersion.js","names":["version"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '9.2.12' };\n"],"mappings":";;;;;;iCAAe;EAAEA,OAAO,EAAE;AAAS,CAAC","ignoreList":[]}
|