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
mariavlasov authored Oct 10, 2024
2 parents 1c45808 + 8ff72d8 commit 7b1628e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [9.0.2](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.1...v9.0.2) (2024-8-28)

- FR-17626 - Fix clientId on request authorize for multi-apps
- FR-17182 - Fix copy invite user link in hosted admin portal


# Change Log

## [9.0.1](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.0...v9.0.1) (2024-8-18)

- FR-17169 - Added support in send unlock account email
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": "9.0.1",
"version": "9.0.2",
"npmClient": "yarn",
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-app-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/example-app-directory",
"version": "9.0.1",
"version": "9.0.2",
"private": true,
"scripts": {
"clean": "rm -rf ./node_modules && rm -rf ./.next",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/example-pages",
"version": "9.0.1",
"version": "9.0.2",
"private": true,
"scripts": {
"clean": "rm -rf ./node_modules && rm -rf ./.next",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontegg/nextjs",
"libName": "FronteggNextJs",
"version": "9.0.1",
"version": "9.0.2",
"author": "Frontegg LTD",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '9.0.1' };
export default { version: '9.0.2' };

0 comments on commit 7b1628e

Please sign in to comment.