@frontegg/nextjs 6.7.11-alpha.4036823874 → 6.7.11-alpha.4036867038

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 +3 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## [6.7.11](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.10...v6.7.11) (2023-1-29)
4
4
 
5
+ - FR-10549 - fix error login with sms
6
+ - FR-10437 - select color
7
+ - FR-10518 - fix client id not show in model
5
8
  -
6
9
 
7
10
  - FR-10485 - Update restapi version
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.11-alpha.4036823874",
4
+ "version": "6.7.11-alpha.4036867038",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.68.0",
10
- "@frontegg/react-hooks": "6.68.0",
9
+ "@frontegg/js": "6.69.0",
10
+ "@frontegg/react-hooks": "6.69.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",