-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
break: rename functions in UserMenu props #542
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -19,26 +19,26 @@ export type UserMenuProps = Omit< | |||
|
|||
export type UserMenuI18N = Record< | |||
| 'myAssets' | |||
| 'settings' | |||
| 'account' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure you want to duplicate account
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, and thanks for the duplication catch.
BREAKING CHANGE: rename functions in UserMenu props
LGTM but I won't approve since I lack enough knowledge of this repository and the systems involved, let's wait for someone with more experience 💪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I've left just a comment to be reviewed
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.