-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix(alert): type 'role' prop as optional #148
Conversation
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.
❓
@BalbinaK - "?" was a joke, since all this PR did was add a question mark ;) |
# [1.4.0-next.12](v1.4.0-next.11...v1.4.0-next.12) (2022-09-14) ### Bug Fixes * **alert:** type 'role' prop as optional ([#148](#148)) ([895e69c](895e69c))
🎉 This PR is included in version 1.4.0-next.12 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.4.1-next.1](v1.4.0...v1.4.1-next.1) (2022-09-20) ### Bug Fixes * **alert:** type 'role' prop as optional ([#148](#148)) ([895e69c](895e69c)) * **expandable:** set button type to 'button' to prevent default submit behaviour ([#147](#147)) ([cadeafe](cadeafe)) * remove additional hidden label ([545e7f8](545e7f8))
🎉 This PR is included in version 1.4.1-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.4.1](v1.4.0...v1.4.1) (2022-09-21) ### Bug Fixes * **alert:** type 'role' prop as optional ([#148](#148)) ([895e69c](895e69c)) * **expandable:** set button type to 'button' to prevent default submit behaviour ([#147](#147)) ([cadeafe](cadeafe)) * remove additional hidden label ([545e7f8](545e7f8))
🎉 This PR is included in version 1.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
role
prop ofAlert
component has a default value so it shouldn't be required.