@frontegg/nextjs 6.7.18 → 6.7.19-alpha.4382680862

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## [6.7.19](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.18...v6.7.19) (2023-3-10)
4
+
5
+ - FR-9524 - Add missing RecaptchaTokens, Fix first load recaptcha
6
+ - FR-9524 - Update packages folder path in nextjs project
7
+ - FR-11009 - fix auth url default value for preview mode
8
+ - FR-11009 - add check for social config authorization url validity
9
+ - FR-10428 - fix rest-api imports
10
+ - FR-11022 - groups feature bugfix
11
+ - FR-9524 - Fix Recaptcha
12
+ - FR-10945 - add passkeys privacy page
13
+ - FR-10851 - Admin portal SSO providers options are wrong
14
+ - FR-10821 - Fix background for table pivot column
15
+
16
+
3
17
  ## [6.7.18](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.17...v6.7.18) (2023-2-21)
4
18
 
5
19
  - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.18",
4
+ "version": "6.7.19-alpha.4382680862",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.74.0",
10
- "@frontegg/react-hooks": "6.74.0",
9
+ "@frontegg/js": "6.77.0",
10
+ "@frontegg/react-hooks": "6.77.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",