@frontegg/nextjs 6.7.2-alpha.3327138287 → 6.7.2
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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [6.7.2](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.1...v6.7.2) (2022-10-26)
|
|
4
|
+
|
|
5
|
+
### AdminPortal 6.34.0:
|
|
6
|
+
-
|
|
7
|
+
|
|
8
|
+
### NextJS Wrapper 6.7.2:
|
|
9
|
+
- FR-9186 - Fix Changelog
|
|
10
|
+
- FR-9186 - Generate changelog for pre-release / releases based on AdminPortal and LoginBox changes
|
|
11
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
|
-
"version": "6.7.2
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@frontegg/js": "6.34.0",
|
|
6
6
|
"@frontegg/react-hooks": "6.34.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
|
+
}
|