@frontegg/nextjs 6.7.3-alpha.3444982607 → 6.7.3
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 +30 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [6.7.3](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.2...v6.7.3) (2022-11-11)
|
|
4
|
+
|
|
5
|
+
- FR-9186 - support ssr with session and refresh token
|
|
6
|
+
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
7
|
+
|
|
8
|
+
- FR-9186 - fix pipeline
|
|
9
|
+
### AdminPortal 6.36.0:
|
|
10
|
+
-
|
|
11
|
+
|
|
12
|
+
### AdminPortal 6.35.0:
|
|
13
|
+
-
|
|
14
|
+
### AdminPortal 6.34.0:
|
|
15
|
+
-
|
|
16
|
+
|
|
17
|
+
### NextJS Wrapper 6.7.3:
|
|
18
|
+
- FR-9544 - remove console logs
|
|
19
|
+
- FR-9544 - Add support for keep session a live
|
|
20
|
+
- FR-9187 - split cookie if exceeds length of 4096
|
|
21
|
+
|
|
22
|
+
## [6.7.2](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.1...v6.7.2) (2022-10-26)
|
|
23
|
+
|
|
24
|
+
### AdminPortal 6.34.0:
|
|
25
|
+
-
|
|
26
|
+
|
|
27
|
+
### NextJS Wrapper 6.7.2:
|
|
28
|
+
- FR-9186 - Fix Changelog
|
|
29
|
+
- FR-9186 - Generate changelog for pre-release / releases based on AdminPortal and LoginBox changes
|
|
30
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
|
-
"version": "6.7.3
|
|
3
|
+
"version": "6.7.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@frontegg/js": "6.42.0",
|
|
6
6
|
"@frontegg/react-hooks": "6.42.0",
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
"main": "./index.cjs.js",
|
|
17
17
|
"module": "./index.esm.js",
|
|
18
18
|
"typings": "./index.d.ts"
|
|
19
|
-
}
|
|
19
|
+
}
|