Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-admin-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemzif1 authored Sep 21, 2023
2 parents cb6d08b + b999e0c commit d630950
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Change Log

## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)

- Releasing the new Security Center Page, which will replace the current Security Page. Currently exposed on Early Access with limited availability by a feature flag.


# Change Log

## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
Expand Down
4 changes: 2 additions & 2 deletions projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "5.39.0",
"version": "5.40.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand All @@ -13,4 +13,4 @@
"stream": "^0.0.2",
"tslib": "^2.0.0"
}
}
}
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: '5.39.0' };
export default { version: '5.40.0' };

0 comments on commit d630950

Please sign in to comment.