@frontegg/nextjs 6.7.10-alpha.3931087856 → 6.7.11-alpha.3978893088

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## [6.7.10](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.9...v6.7.10) (2023-1-16)
3
+ ## [6.7.11](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.10...v6.7.11) (2023-1-22)
4
4
 
5
5
  - FR-10261 - fix sign up position in dark theme
6
6
  - FR-10369 - change mfa ff name
@@ -13,14 +13,23 @@
13
13
 
14
14
  - FR-9816 - fix version
15
15
 
16
- ### NextJS Wrapper 6.7.10:
16
+ ### NextJS Wrapper 6.7.11:
17
+ - update frontegg manually
17
18
  - FR-10379 - disable refresh token by default for ssr
18
19
  - FR-10141 - Added support for logout on hosted login
19
20
  - FR-10342 - update readme for app directory
20
21
  - Bump json5 from 1.0.1 to 1.0.2
21
22
  - Update Frontegg AdminPortal to 6.58.0
22
- - FR-10153 - Fix app session bug without keepSessionAlive
23
- - Bump minimatch from 3.0.4 to 3.0.5
23
+
24
+ ## [6.7.10](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.9...v6.7.10) (2023-1-16)
25
+
26
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
27
+ - Fixed sign up position in dark theme
28
+ - Added margin to login error
29
+ - Disabled silent refresh token for SSR
30
+ - Added support for logout on hosted login
31
+ - Fixed session without keepSessionAlive
32
+
24
33
 
25
34
  ## [6.7.9](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.8...v6.7.9) (2022-12-20)
26
35
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.10-alpha.3931087856",
4
+ "version": "6.7.11-alpha.3978893088",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.65.0",
10
- "@frontegg/react-hooks": "6.65.0",
9
+ "@frontegg/js": "6.66.0",
10
+ "@frontegg/react-hooks": "6.66.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",