Skip to content

Commit

Permalink
Merge pull request #1219 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.3.0
  • Loading branch information
TomerFrontegg authored Dec 15, 2024
2 parents 65a0d5f + f17df26 commit a9cdf62
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [7.3.0](https://github.com/frontegg/frontegg-react/compare/v7.2.2...v7.3.0) (2024-12-15)

- FR-18941 - Fixed permissions evaluation without permissions in JWT
- FR-18966 - Added override error message infrastructure


- FR-18896 - Added RTL support



## [7.2.2](https://github.com/frontegg/frontegg-react/compare/v7.2.1...v7.2.2) (2024-12-5)

- FR-18954 - Fixed MFA with email active state, step and missing erros
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.2.2",
"version": "7.3.0",
"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.2.2",
"version": "7.3.0",
"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.2.2",
"@frontegg/react": "^7.3.0",
"@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.2.2",
"version": "7.3.0",
"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.2.2' };
export default { version: '7.3.0' };
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.2.2",
"version": "7.3.0",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down

0 comments on commit a9cdf62

Please sign in to comment.