@frontegg/nextjs 6.7.17 → 6.7.18-alpha.4197054869

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [6.7.18](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.17...v6.7.18) (2023-2-16)
4
+
5
+ - FR-10799 - Add-refresh
6
+ - FR-10799 - Remove redirect from imperosnation
7
+ - FR-10804 - Fix style reorder bug when using @emotion/react and Frontegg Next.JS
8
+ - FR-10530 - add functionality for prompt passkeys
9
+
10
+
3
11
  ## [6.7.17](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.16...v6.7.17) (2023-2-8)
4
12
 
5
13
  - Updated M2M tokens to reflect 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.17",
4
+ "version": "6.7.18-alpha.4197054869",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.72.0",
10
- "@frontegg/react-hooks": "6.72.0",
9
+ "@frontegg/js": "6.73.0",
10
+ "@frontegg/react-hooks": "6.73.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",