Skip to content

Commit

Permalink
Merge pull request #1149 from frontegg/release/next
Browse files Browse the repository at this point in the history
v6.0.41
  • Loading branch information
AtaliaRefua authored Jun 30, 2024
2 parents 095c6b1 + d6d9fdc commit 135584a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [6.0.41](https://github.com/frontegg/frontegg-react/compare/v6.0.40...v6.0.41) (2024-6-30)

FR-15484 - Fix update tenant state after account settings change
FR-16613 - Add automatic sub-account access in MSP



## [6.0.40](https://github.com/frontegg/frontegg-react/compare/v6.0.39...v6.0.40) (2024-6-3)

- FR-16513 - Show client id on all tokens in API tokens table
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.40",
"version": "6.0.41",
"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.40",
"version": "6.0.41",
"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": "^6.0.40",
"@frontegg/react": "^6.0.41",
"@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": "6.0.40",
"version": "6.0.41",
"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.40' };
export default { version: '6.0.41' };
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.40",
"version": "6.0.41",
"scripts": {
"build": "docker-compose build test",
"build:dev": "docker-compose build test --no-cache",
Expand Down

0 comments on commit 135584a

Please sign in to comment.