@frontegg/nextjs 6.7.11-alpha.3978893088 → 6.7.11-alpha.4035916334
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 +12 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [6.7.11](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.10...v6.7.11) (2023-1-
|
|
3
|
+
## [6.7.11](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.10...v6.7.11) (2023-1-29)
|
|
4
4
|
|
|
5
|
+
-
|
|
6
|
+
|
|
7
|
+
- FR-10485 - Update restapi version
|
|
8
|
+
- FR-10017 - add email type to all email inputs
|
|
9
|
+
- FR-10501 - Fix mobile width of login box
|
|
10
|
+
- FR-10196 - Fix scroll in privacy page
|
|
11
|
+
- FR-10489 - update scim ui
|
|
12
|
+
- FR-10483 - Added the option to customize forget password button
|
|
13
|
+
- FR-10374 - improve values ui in split mode
|
|
14
|
+
- FR-10184 - add access tokens
|
|
15
|
+
- FR-9995 - Accept Invitation text and icon change
|
|
5
16
|
- FR-10261 - fix sign up position in dark theme
|
|
6
17
|
- FR-10369 - change mfa ff name
|
|
7
18
|
- FR-10330 - fixes for bulk
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
3
|
"libName": "FronteggNextJs",
|
|
4
|
-
"version": "6.7.11-alpha.
|
|
4
|
+
"version": "6.7.11-alpha.4035916334",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@frontegg/js": "6.
|
|
10
|
-
"@frontegg/react-hooks": "6.
|
|
9
|
+
"@frontegg/js": "6.68.0",
|
|
10
|
+
"@frontegg/react-hooks": "6.68.0",
|
|
11
11
|
"@types/http-proxy": "^1.17.9",
|
|
12
12
|
"cookie": "^0.5.0",
|
|
13
13
|
"http-proxy": "^1.18.1",
|