@frontegg/nextjs 6.7.15 → 6.7.16-alpha.4112720857

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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log
2
2
 
3
+ ## [6.7.16](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.15...v6.7.16) (2023-2-7)
4
+
5
+ - FR-10662 - fix sign up message
6
+
7
+ - FR-10431 - input component for adding members
8
+ - FR-10414 - fix filter SSO providers according to the vendor choice
9
+ - FR-10430 - user groups card header
10
+ - FR-9271 - hosted login improvements
11
+
12
+ ### NextJS Wrapper 6.7.16:
13
+ - FR-10557 - Fix logout bug, Fix errors in embedded
14
+ - FR-10557 - Improve NextJS navigation
15
+ - FR-10557 - update middleware example code, add option to check if should bypass middleware
16
+ - FR-10557 - Fix url for hosted login refresh token
17
+ - FR-10557 - Fix jose import JWK key
18
+ - FR-10557 - Fix social login embedded mode
19
+
3
20
  ## [6.7.15](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.14...v6.7.15) (2023-2-6)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.15",
4
+ "version": "6.7.16-alpha.4112720857",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.69.0",
10
- "@frontegg/react-hooks": "6.69.0",
9
+ "@frontegg/js": "6.71.0",
10
+ "@frontegg/react-hooks": "6.71.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",