@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 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
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v9.2.11
1
+ /** @license Frontegg v9.2.12
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "9.2.11",
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.93.0",
31
- "@frontegg/react-hooks": "7.93.0",
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
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- version: '9.2.11'
8
+ version: '9.2.12'
9
9
  };
10
10
  //# sourceMappingURL=sdkVersion.js.map
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.11' };\n"],"mappings":";;;;;;iCAAe;EAAEA,OAAO,EAAE;AAAS,CAAC","ignoreList":[]}
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":[]}