@frontegg/nextjs 6.7.10-alpha.3901992373 → 6.7.10-alpha.3922844767
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
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-
|
|
3
|
+
## [6.7.10](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.9...v6.7.10) (2023-1-15)
|
|
4
4
|
|
|
5
|
+
- FR-10330 - fixes for bulk
|
|
6
|
+
- FR-9816 - Fix branch selection
|
|
7
|
+
-
|
|
8
|
+
|
|
9
|
+
- FR-10112 - update admin box pipeline angular
|
|
10
|
+
- FR-10141 - update rest-api
|
|
11
|
+
|
|
12
|
+
- FR-9816 - fix version
|
|
5
13
|
|
|
6
14
|
### NextJS Wrapper 6.7.10:
|
|
7
15
|
- FR-10342 - update readme for app directory
|
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.
|
|
4
|
+
"version": "6.7.10-alpha.3922844767",
|
|
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.63.0",
|
|
10
|
+
"@frontegg/react-hooks": "6.63.0",
|
|
11
11
|
"@types/http-proxy": "^1.17.9",
|
|
12
12
|
"cookie": "^0.5.0",
|
|
13
13
|
"http-proxy": "^1.18.1",
|