Skip to content

Commit

Permalink
chore(release): publish 6.11.0 (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: frontegg <[email protected]>
  • Loading branch information
github-actions[bot] and frontegg authored Dec 13, 2023
1 parent 3828010 commit 5485aac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)

- FR-14324 - Fix android native module and add option for direct social login

- FR-14287 - Fix grammar of 1 day expiry of api tokens


- FR-14308 - Fixed alignment issue with icon in custom social login button

- FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.

# Change Log

## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
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": "6.10.0",
"version": "6.11.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: '6.10.0' };
export default { version: '6.11.0' };

0 comments on commit 5485aac

Please sign in to comment.