Skip to content

Commit

Permalink
chore(release): 4.12.0 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome authored Aug 9, 2021
1 parent 667a68d commit c15e248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "4.11.0",
"version": "4.12.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "2.12.0",
Expand Down
3 changes: 2 additions & 1 deletion src/app/views/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Settings(props: ISettingsProps) {
iconName: 'SignOut',
},
onClick: () => handleSignOut(),
}
},
);
}
setItems(menuItems);
Expand Down Expand Up @@ -279,3 +279,4 @@ function Settings(props: ISettingsProps) {
}

export default injectIntl(Settings);

0 comments on commit c15e248

Please sign in to comment.