Skip to content

Commit e3ee0b2

Browse files
authored
Merge pull request #1161 from frontegg/release/next
v6.0.47
2 parents e7b3fc1 + e690054 commit e3ee0b2

File tree

6 files changed

+29
-25
lines changed

6 files changed

+29
-25
lines changed

CHANGELOG.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
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+
59
* 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+
2125
# Change Log
2226

2327
## [6.0.43](https://github.com/frontegg/frontegg-react/compare/v6.0.42...v6.0.43) (2024-7-4)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.0.46",
5+
"version": "6.0.47",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"publishConfig": {

packages/demo-saas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontegg/demo-saas",
3-
"version": "6.0.46",
3+
"version": "6.0.47",
44
"private": true,
55
"author": "Frontegg LTD",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.4.1",
1414
"@emotion/styled": "^11.3.0",
15-
"@frontegg/react": "^6.0.46",
15+
"@frontegg/react": "^6.0.47",
1616
"@mui/icons-material": "5.11.0",
1717
"@mui/material": "5.0.3",
1818
"react": "^17.0.1",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frontegg/react",
33
"libName": "FronteggReact",
4-
"version": "6.0.46",
4+
"version": "6.0.47",
55
"author": "Frontegg LTD",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/react/src/sdkVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { version: '6.0.46' };
1+
export default { version: '6.0.47' };

packages/sanity-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontegg-react-sanity-check",
33
"private": true,
4-
"version": "6.0.46",
4+
"version": "6.0.47",
55
"scripts": {
66
"build": "docker-compose build test",
77
"build:dev": "docker-compose build test --no-cache",

0 commit comments

Comments
 (0)