@frontegg/react 6.0.9 → 6.0.10-alpha.6945806966

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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Change Log
2
2
 
3
+ ## [6.0.10](https://github.com/frontegg/frontegg-react/compare/v6.0.9...v6.0.10) (2023-11-21)
4
+
5
+ - FR-14201 - Fixed login with SMS resend code action
6
+
7
+ - FR-13913 - Let tenants/users set expiry on client credentials API tokens
8
+ - FR-14099 - Fix load custom login routes only when necessary
9
+ - FR-13605 - Support adding phone number field to signup page and control his required state
10
+
11
+
12
+ ### React Wrapper 6.0.10:
13
+ - Tigger E2E workflows on pre-release pipeline
14
+ - FR-13990 - allow creating alpha version manually
15
+
3
16
  ## [6.0.9](https://github.com/frontegg/frontegg-react/compare/v6.0.8...v6.0.9) (2023-11-21)
4
17
 
5
18
  - FR-14201 - Fixed login with SMS resend code action
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "6.0.9",
4
+ "version": "6.0.10-alpha.6945806966",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",