@frontegg/react 5.0.34-alpha.4819543795 → 5.0.35-alpha.4828969335

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 +11 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,20 @@
1
1
  # Change Log
2
2
 
3
- ## [5.0.34](https://github.com/frontegg/frontegg-react/compare/v5.0.33...v5.0.34) (2023-4-27)
3
+ ## [5.0.35](https://github.com/frontegg/frontegg-react/compare/v5.0.34...v5.0.35) (2023-4-28)
4
4
 
5
- - FR-11561 - move passkeys button out of form
6
- - FR-11538 - support-next-js-serach-param-for-login-per-tenant
7
- - FR-11337 - Passkeys is missing in the full Preview mode in the Builder
8
- - FR-10976 - allow to load frontegg helper by a query param to the URL
9
- - [Snyk] Security upgrade webpack from 5.74.0 to 5.76.0
5
+ - FR-11564 - Social login button shouldn't inherit from secondary color
10
6
 
11
7
  # Change Log
12
8
 
9
+ ## [5.0.34](https://github.com/frontegg/frontegg-react/compare/v5.0.33...v5.0.34) (2023-4-27)
10
+
11
+ - Fixed passkeys issue with reCaptcha
12
+ - Removed feature flag from passkeys button
13
+ - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
14
+ - Security upgrade webpack from 5.74.0 to 5.76.0
15
+
16
+ # Change Log
17
+
13
18
  ## [5.0.33](https://github.com/frontegg/frontegg-react/compare/v5.0.32...v5.0.33) (2023-4-27)
14
19
 
15
20
  - Fixed input hover issue on suffix icon
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.34-alpha.4819543795",
4
+ "version": "5.0.35-alpha.4828969335",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -10,8 +10,8 @@
10
10
  "build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
11
11
  },
12
12
  "dependencies": {
13
- "@frontegg/js": "6.93.0",
14
- "@frontegg/react-hooks": "6.93.0"
13
+ "@frontegg/js": "6.94.0",
14
+ "@frontegg/react-hooks": "6.94.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",