File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 7.4.9] ( https://github.com/frontegg/frontegg-react/compare/v7.4.8...v7.4.9 ) (2025-2-5)
4
+
5
+ - FR-19618 - Fixed FRONTEGG_AFTER_AUTH_REDIRECT_URL usage on custom login
6
+ - FR-19509 - Fixed sms as main auth strategy validation
7
+
8
+
9
+
3
10
## [ 7.4.8] ( https://github.com/frontegg/frontegg-react/compare/v7.4.7...v7.4.8 ) (2025-2-2)
4
11
5
12
- FR-19573 - Fixed redundant required asterisk on optional field
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 7.4.8 " ,
5
+ "version" : " 7.4.9 " ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontegg/demo-saas" ,
3
- "version" : " 7.4.8 " ,
3
+ "version" : " 7.4.9 " ,
4
4
"private" : true ,
5
5
"author" : " Frontegg LTD" ,
6
6
"scripts" : {
12
12
"dependencies" : {
13
13
"@emotion/react" : " ^11.4.1" ,
14
14
"@emotion/styled" : " ^11.3.0" ,
15
- "@frontegg/react" : " ^7.4.8 " ,
15
+ "@frontegg/react" : " ^7.4.9 " ,
16
16
"@mui/icons-material" : " 5.11.0" ,
17
17
"@mui/material" : " 5.0.3" ,
18
18
"react" : " ^17.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frontegg/react" ,
3
3
"libName" : " FronteggReact" ,
4
- "version" : " 7.4.8 " ,
4
+ "version" : " 7.4.9 " ,
5
5
"author" : " Frontegg LTD" ,
6
6
"main" : " dist/index.js" ,
7
7
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export default { version : '7.4.8 ' } ;
1
+ export default { version : '7.4.9 ' } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontegg-react-sanity-check" ,
3
3
"private" : true ,
4
- "version" : " 7.4.8 " ,
4
+ "version" : " 7.4.9 " ,
5
5
"scripts" : {
6
6
"build" : " docker-compose build test" ,
7
7
"build:dev" : " docker-compose build test --no-cache" ,
You can’t perform that action at this time.
0 commit comments