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

v7.0.8 #1186

Merged
merged 2 commits into from
Oct 10, 2024
Merged

v7.0.8 #1186

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
56 changes: 32 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
# Change Log

## [7.0.7](https://github.com/frontegg/frontegg-react/compare/v7.0.6...v7.0.7) (2024-9-5)

- FR-17760 - Fix empty lastSeen column on expanded user info
- FR-17762 - Fix tree component using mui/x-tree-view
- FR-17517 - Fix login direct action race condition



## [7.0.6](https://github.com/frontegg/frontegg-react/compare/v7.0.5...v7.0.6) (2024-9-3)

# Change Log

## [7.0.8](https://github.com/frontegg/frontegg-react/compare/v7.0.7...v7.0.8) (2024-10-10)

- FR-18217 - Fixed impersonation on embedded
- FR-18167 - Fixed back to login on magic link
- FR-8030 - Fixed website dialog cancel button typeography



## [7.0.7](https://github.com/frontegg/frontegg-react/compare/v7.0.6...v7.0.7) (2024-9-5)

- FR-17760 - Fix empty lastSeen column on expanded user info
- FR-17762 - Fix tree component using mui/x-tree-view
- FR-17517 - Fix login direct action race condition



## [7.0.6](https://github.com/frontegg/frontegg-react/compare/v7.0.5...v7.0.6) (2024-9-3)


- FR-17649 - Fix autofill sms code iOS SDK
- FR-17650 - Fix auto capitalize email input in login page




## [7.0.5](https://github.com/frontegg/frontegg-react/compare/v7.0.4...v7.0.5) (2024-9-1)

- FR-17443 - Fix infinite loader when using direct login action


## [7.0.4](https://github.com/frontegg/frontegg-react/compare/v7.0.3...v7.0.4) (2024-8-28)

## [7.0.5](https://github.com/frontegg/frontegg-react/compare/v7.0.4...v7.0.5) (2024-9-1)
- FR-17443 - Fix infinite loader when using direct login action
## [7.0.4](https://github.com/frontegg/frontegg-react/compare/v7.0.3...v7.0.4) (2024-8-28)
- FR-17626 - Fix clientId on request authorize for multi-apps
- FR-17182 - Fix copy invite user link in hosted admin portal


# Change Log

## [7.0.3](https://github.com/frontegg/frontegg-react/compare/v7.0.2...v7.0.3) (2024-8-26)
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": "7.0.7",
"version": "7.0.8",
"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": "7.0.7",
"version": "7.0.8",
"private": true,
"author": "Frontegg LTD",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@frontegg/react": "^7.0.7",
"@frontegg/react": "^7.0.8",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.0.3",
"react": "^17.0.1",
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": "7.0.7",
"version": "7.0.8",
"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: '7.0.7' };
export default { version: '7.0.8' };
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": "7.0.7",
"version": "7.0.8",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down
Loading