@frontegg/nextjs 6.7.17 → 6.7.18-alpha.4232818632
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 +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [6.7.18](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.17...v6.7.18) (2023-2-21)
|
|
4
|
+
|
|
5
|
+
- FR-10851 - Admin portal SSO providers options are wrong
|
|
6
|
+
- FR-10821 - Fix background for table pivot column
|
|
7
|
+
- FR-10799 - Add-refresh
|
|
8
|
+
- FR-10799 - Remove redirect from imperosnation
|
|
9
|
+
- FR-10804 - Fix style reorder bug when using @emotion/react and Frontegg Next.JS
|
|
10
|
+
- FR-10530 - add functionality for prompt passkeys
|
|
11
|
+
|
|
12
|
+
|
|
3
13
|
## [6.7.17](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.16...v6.7.17) (2023-2-8)
|
|
4
14
|
|
|
5
15
|
- Updated M2M tokens to reflect the vendor choice
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
3
|
"libName": "FronteggNextJs",
|
|
4
|
-
"version": "6.7.
|
|
4
|
+
"version": "6.7.18-alpha.4232818632",
|
|
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.74.0",
|
|
10
|
+
"@frontegg/react-hooks": "6.74.0",
|
|
11
11
|
"@types/http-proxy": "^1.17.9",
|
|
12
12
|
"cookie": "^0.5.0",
|
|
13
13
|
"http-proxy": "^1.18.1",
|