Skip to content

Commit

Permalink
Merge pull request #481 from frontegg/release/next
Browse files Browse the repository at this point in the history
v6.7.0
  • Loading branch information
doregg authored Nov 1, 2023
2 parents aa710a1 + c5e46d6 commit b0252a8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)

- FR-13327 - Update modern theme grey palette
- FR-13834 - Added Rule based entitlements
- FR-13508 - Mobile native module bridge
- FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
- FR-13808 - Support Login with SMS
- FR-13786 - Support tab per tenant


### Angular Wrapper 6.7.0:
- FR-13894 - Add support for additional params in login with redirect action
# Change Log

## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)

- FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "6.6.0",
"version": "6.7.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '6.6.0' };
export default { version: '6.7.0' };

0 comments on commit b0252a8

Please sign in to comment.