Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.0.25 #1104

Merged
merged 3 commits into from
Jan 28, 2024
Merged

v6.0.25 #1104

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 44 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,47 @@
# Change Log

## [6.0.24](https://github.com/frontegg/frontegg-react/compare/v6.0.23...v6.0.24) (2024-1-17)

- FR-14197 - Added Canada to MFA sms list of countries
- FR-14859 - fix roles filtering for MSP


### React Wrapper 6.0.24:
- FR-13416 - add push trigger for e2e workflow

## [6.0.23](https://github.com/frontegg/frontegg-react/compare/v6.0.22...v6.0.23) (2024-1-14)

- FR-14855 - Add support for social login consent, by default it's false.


### React Wrapper 6.0.23:
- FR-13416 - add push trigger for e2e workflow

## [6.0.22](https://github.com/frontegg/frontegg-react/compare/v6.0.21...v6.0.22) (2024-1-10)

- FR-14813 - Add support for open app page with basename



## [6.0.21](https://github.com/frontegg/frontegg-react/compare/v6.0.20...v6.0.21) (2024-1-10)

- FR-14813 - Fix texts in open app

- FR-14813 - Support mobile deep link redirect page



## [6.0.20](https://github.com/frontegg/frontegg-react/compare/v6.0.19...v6.0.20) (2024-1-7)

- FR-14807 - Fixed step up double call to generate step up session


# Change Log

## [6.0.25](https://github.com/frontegg/frontegg-react/compare/v6.0.24...v6.0.25) (2024-1-28)

- FR-14910 - Fixed handling entitlements errors
- FR-14740 - Send tenant alias for hosted custom login auth user


## [6.0.24](https://github.com/frontegg/frontegg-react/compare/v6.0.23...v6.0.24) (2024-1-17)

- FR-14197 - Added Canada to MFA sms list of countries
- FR-14859 - fix roles filtering for MSP


### React Wrapper 6.0.24:
- FR-13416 - add push trigger for e2e workflow

## [6.0.23](https://github.com/frontegg/frontegg-react/compare/v6.0.22...v6.0.23) (2024-1-14)

- FR-14855 - Add support for social login consent, by default it is false.


### React Wrapper 6.0.23:
- FR-13416 - add push trigger for e2e workflow

## [6.0.22](https://github.com/frontegg/frontegg-react/compare/v6.0.21...v6.0.22) (2024-1-10)

- FR-14813 - Add support for open app page with basename



## [6.0.21](https://github.com/frontegg/frontegg-react/compare/v6.0.20...v6.0.21) (2024-1-10)

- FR-14813 - Fix texts in open app

- FR-14813 - Support mobile deep link redirect page



## [6.0.20](https://github.com/frontegg/frontegg-react/compare/v6.0.19...v6.0.20) (2024-1-7)

- FR-14807 - Fixed step up double call to generate step up session


# Change Log

## [6.0.19](https://github.com/frontegg/frontegg-react/compare/v6.0.18...v6.0.19) (2024-1-3)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "6.0.24",
"version": "6.0.25",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-saas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/demo-saas",
"version": "6.0.24",
"version": "6.0.25",
"private": true,
"author": "Frontegg LTD",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "echo 'No Unit Tests'"
},
"dependencies": {
"@frontegg/react": "^6.0.24",
"@frontegg/react": "^6.0.25",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontegg/react",
"libName": "FronteggReact",
"version": "6.0.24",
"version": "6.0.25",
"author": "Frontegg LTD",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '6.0.24' };
export default { version: '6.0.25' };
2 changes: 1 addition & 1 deletion packages/sanity-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontegg-react-sanity-check",
"private": true,
"version": "6.0.24",
"version": "6.0.25",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down
Loading