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.31 #1119

Merged
merged 2 commits into from
Mar 3, 2024
Merged

v6.0.31 #1119

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
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## [6.0.30](https://github.com/frontegg/frontegg-react/compare/v6.0.29...v6.0.30) (2024-2-28)

# Change Log

## [6.0.31](https://github.com/frontegg/frontegg-react/compare/v6.0.30...v6.0.31) (2024-3-3)

- FR-15270 - Added new roles page to the Admin Portal
- FR-15395 - Fixed tab tenant not cleared after logout

## [6.0.30](https://github.com/frontegg/frontegg-react/compare/v6.0.29...v6.0.30) (2024-2-28)

- FR-15376 - fixed null group description exception


# Change Log

## [6.0.29](https://github.com/frontegg/frontegg-react/compare/v6.0.28...v6.0.29) (2024-2-28)
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.30",
"version": "6.0.31",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 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.30",
"version": "6.0.31",
"private": true,
"author": "Frontegg LTD",
"scripts": {
Expand All @@ -10,14 +10,14 @@
"test": "echo 'No Unit Tests'"
},
"dependencies": {
"@frontegg/react": "^6.0.30",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.3.3",
"@mui/material": "5.0.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "5.11.0"
"@frontegg/react": "^6.0.31",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.3.3"
},
"devDependencies": {
"@types/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.30",
"version": "6.0.31",
"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.30' };
export default { version: '6.0.31' };
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.30",
"version": "6.0.31",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down
Loading