File tree Expand file tree Collapse file tree 6 files changed +29
-25
lines changed Expand file tree Collapse file tree 6 files changed +29
-25
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
2
-
3
- ## [ 6.0.46] ( https://github.com/frontegg/frontegg-react/compare/v6.0.45...v6.0.46 ) (2024-7-15)
4
-
1
+ # Change Log
2
+
3
+ ## [ 6.0.47] ( https://github.com/frontegg/frontegg-react/compare/v6.0.46...v6.0.47 ) (2024-7-18)
4
+
5
+ - FR-17009 - Add the option to disable/enable users from users table
6
+
7
+ ## [ 6.0.46] ( https://github.com/frontegg/frontegg-react/compare/v6.0.45...v6.0.46 ) (2024-7-15)
8
+
5
9
* FR-17055 - Fix SSO redirect race condition
6
-
7
-
8
-
9
- ## [ 6.0.45] ( https://github.com/frontegg/frontegg-react/compare/v6.0.44...v6.0.45 ) (2024-7-10)
10
-
11
- - FR-16987 - Add additional params to vanilla js loginWithRedircet
12
- - FR-16960 - Fix typography color in SSO guides dark mode
13
-
14
-
15
-
16
- ## [ 6.0.44] ( https://github.com/frontegg/frontegg-react/compare/v6.0.43...v6.0.44 ) (2024-7-9)
17
-
18
- - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
19
-
20
-
10
+
11
+
12
+
13
+ ## [ 6.0.45] ( https://github.com/frontegg/frontegg-react/compare/v6.0.44...v6.0.45 ) (2024-7-10)
14
+
15
+ - FR-16987 - Add additional params to vanilla js loginWithRedircet
16
+ - FR-16960 - Fix typography color in SSO guides dark mode
17
+
18
+
19
+
20
+ ## [ 6.0.44] ( https://github.com/frontegg/frontegg-react/compare/v6.0.43...v6.0.44 ) (2024-7-9)
21
+
22
+ - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
23
+
24
+
21
25
# Change Log
22
26
23
27
## [ 6.0.43] ( https://github.com/frontegg/frontegg-react/compare/v6.0.42...v6.0.43 ) (2024-7-4)
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 6.0.46 " ,
5
+ "version" : " 6.0.47 " ,
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" : " 6.0.46 " ,
3
+ "version" : " 6.0.47 " ,
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" : " ^6.0.46 " ,
15
+ "@frontegg/react" : " ^6.0.47 " ,
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" : " 6.0.46 " ,
4
+ "version" : " 6.0.47 " ,
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 : '6.0.46 ' } ;
1
+ export default { version : '6.0.47 ' } ;
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" : " 6.0.46 " ,
4
+ "version" : " 6.0.47 " ,
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